﻿/* FONTS */
@font-face {
    font-family: 'niweb';
    src: url('../nitbweb-regular.woff');
}

@font-face {
    font-family: 'niweb-bold';
    src: url('../nitbweb-bold.woff');
}

html {
    font-size: 16px;
}

body {
    font-family: niweb, Helvetica, Arial;
}

h1 {
    font-family: niweb-bold, Helvetica, Arial;
}

h2 {
    font-family: niweb-bold, Helvetica, Arial;
    font-size: 30px;
    font-weight: bold;
}

h3 {
    color: #222;
    font-family: niweb-bold, Helvetica, Arial;
    font-size: 20px;
}

h4 {
    color: #222;
    font-family: niweb-bold, Helvetica, Arial;
    font-size: 20px;
}

h5 {
    color: #222;
    font-family: niweb-bold, Helvetica, Arial;
    font-size: 20px;
}

h6 {
    color: #222;
    font-family: niweb-bold, Helvetica, Arial;
    font-size: 20px;
}

a {
    color: #107298;
}
    a:focus {
        outline: 2px solid black !important;
        padding: 5px;
    }
    a:focus:not(:focus-visible) {
        outline: unset!important;
        padding: 5px;
    }

    a:focus-visible {
        outline: 2px solid black !important;
        padding: 5px;
    }


b, strong {
    font-family: niweb-bold, Helvetica, Arial;
}

.text-bold {
    font-weight: bold !important;
}

p {
    font-family: niweb, Helvetica, Arial;
}

p1 {
    font-family: niweb, Helvetica, Arial;
    color: black;
}

.ini-green, .link-colour {
    color: #107298 !important;
}

.child-navigation {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

.list-group-item {
    padding: 10px 8px;
}

ol.progress li span.glyphicon.glyphicon-ok {
    padding-left: 5px;
}
/* HEADER */
#new-logo {
    background: url("/img/logo.jpg");
    width: 127px;
    height: 60px;
    background-repeat: no-repeat;
    margin-left: 20px;
    padding-right: 20px;
    float: left;
    position: relative;
    cursor: pointer;
}

#contact-us-header {
    float: left;
    position: relative;
    height: 30px;
    margin-top: 18px;
    color: #fff;
    font-weight: bold;
}

#telephone-header {
    float: left;
    position: relative;
    margin-top: 18px;
    height: 30px;
    color: #fff;
}

#eu-logo-header {
    background: url("/img/eu-logo.jpg");
    float: right;
    width: 120px;
    height: 60px;
    background-repeat: no-repeat;
    position: relative;
}

#sign-in-header {
    float: right;
    margin-top: 4px;
    padding-right: 30px;
    color: #fff;
}

    #sign-in-header a {
        color: #fff;
    }

.border-left-header {
    padding-left: 20px;
    padding-right: 20px;
    border-left-color: #333;
    border-left-style: solid;
    border-left-width: 1px;
    color: #fff;
}

#eu-logo-header-border {
    height: 20px;
    margin-top: 18px;
}

#eu-logo-header-outer {
    padding-right: 20px;
    height: 60px;
}

#header {
    color: #fff;
}

#invest-ni-logo, #contact-us-header {
    float: left;
    padding-left: 15px;
}

    #contact-us-header a {
        color: #fff;
        font-weight: bold;
        text-decoration: none;
    }

.navbar-header {
    display: none;
}

/* MAIN */
body {
    overflow-x: hidden;
    /*background-color: #eee;*/
    background-color: white;
}

#header-grid {
    width: 100%;
    margin-top: 1%;
    margin-left: 1%;
}

#header-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

#my-ini-logo {
    margin-top: 35px;
    margin-left: 15px;
}

#panel-userinfo {
    margin-left: 15px;
}

.panel-xs {
    min-height: 135px;
    background-color: white;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 25px -9px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 0px 0px 25px -9px rgba(0, 0, 0, 0.51);
    box-shadow: 0px 0px 25px -9px rgba(0, 0, 0, 0.51);
}

.contactInfo {
    margin-left: 15px;
}

.img-circle {
    margin-top: 10px;
    margin-left: 30px;
}

#innovation-voucher-open-btn {
    background-color: #C12468;
    border: #C12468 1px solid;
    margin-right: 5px;
    display: none;
}

    #innovation-voucher-open-btn:hover {
        background-color: #fff;
        border: #C12468 1px solid;
        color: #C12468;
    }

#dashboard-grid h4, #panel-userinfo h4, .panel-header h4 {
    display: inline-block;
    color: #107298;
}

#panel-userinfo h6 {
    font-size: 12px;
}

#dashboard-grid {
    margin-top: 0px;
}

.panel-header {
    font-weight: bold;
    padding-top: 15px;
    padding-left: 25px;
    text-align: center;
}

.page-header h2, .page-header h3 {
    color: #107298;
    text-align: center;
}

.panel-ellipsis {
    display: inline-block;
    padding-right: 25px;
    float: right;
}

.panel-content {
    padding: 20px;
}

.panel-s .panel-content {
    height: 62%;
}

.panel-l .panel-content {
    height: 72%;
}

.panel-s {
    height: 300px;
    width: 100%;
    background-color: white;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 25px -9px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 0px 0px 25px -9px rgba(0, 0, 0, 0.51);
    box-shadow: 0px 0px 25px -9px rgba(0, 0, 0, 0.51);
}

.panel-l {
    min-height: 400px;
    min-width: 430px;
    background-color: white;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 25px -9px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 0px 0px 25px -9px rgba(0, 0, 0, 0.51);
    box-shadow: 0px 0px 25px -9px rgba(0, 0, 0, 0.51);
}

.dashboard-btn {
    height: 40px;
    width: 180px;
}

.dashboard-footer .btn {
    width: 40%;
    height: 45px;
    border-radius: 0px;
    color: white;
    background-color: #107298;
    background-image: -webkit-linear-gradient(top, #107298, #51abad);
    background-image: -moz-linear-gradient(top, #107298, #51abad);
    background-image: -ms-linear-gradient(top, #107298, #51abad);
    background-image: -o-linear-gradient(top, #107298, #51abad);
    background-image: linear-gradient(to bottom, #107298, #51abad);
}

.dashboard-table th {
    color: #107298;
    font-size: 16px;
    height: 46px;
}

.dashboard-table th, .dashboard-table td {
    font-weight: normal;
    padding: 5px;
}

/* USER INFO PANEL */
#panel-userinfo-fullname {
    font-size: 23px;
    width: 65%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#panel-userinfo-viewaccounts {
    margin-left: 5%;
    /*bottom:30px;
     position:absolute;*/
    color: #107298;
}

#panel-userinfo-company {
    color: gray;
    width: 45%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer p {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.panelHeader {
    padding-top: 10px;
    padding-left: 25px;
}

.ellipsisPlaceholder {
    display: inline-block;
    padding-right: 25px;
    float: right;
}

.width-600 {
    width: 600px;
}

/* NAVIGATION */
/* Toggle Styles */
#wrapper {
    width: 100%;
    border-radius: 15px;
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    position: inherit;
    padding: 0;
    display: -ms-grid;
    display: grid;
    max-width: 1280px;
    grid-template-columns: min-content minmax(800px,1130px);
    -ms-grid-columns: min-content minmax(800px,1130px);
    background-color: #eee;
}

    #wrapper.active {
        grid-template-columns: 90px 1130px;
        -ms-grid-columns: 90px 1130px !important;
    }

    #wrapper.toggled {
        padding-left: 150px;
    }

#sidebar-wrapper {
    z-index: 1000;
    height: 100%;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow-x: hidden;
}

#wrapper.toggled #sidebar-wrapper {
    width: 150px;
}

#page-content-wrapper {
    width: 100%;
    padding: 15px;
    -ms-grid-column: 2;
    display: inline-block;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -150px;
}

.sidebar-img {
    display: block;
    margin: auto;
    width: 30px;
    height: 30px;
}

#sidebar {
    -ms-grid-column: 1;
}

.sidebar-nav {
    width: 150px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-nav > li {
        line-height: 40px;
        margin-top: 25px;
        padding-top: 10px;
        cursor: pointer;
        border-radius: 7px;
    }

        .sidebar-nav > li a {
            display: block;
            text-decoration: none;
            color: #4f453c;
            text-align: center;
            font-weight: bold;
        }

        .sidebar-nav > li:hover {
            background: #107298;
        }

            .sidebar-nav > li:hover li {
                background: #fff;
            }

            .sidebar-nav > li:hover > a {
                color: #fff;
            }

        .sidebar-nav > li a:hover {
            text-decoration: none;
        }

        .sidebar-nav > li a:active, .sidebar-nav > li a:focus {
            text-decoration: none;
        }

    .sidebar-nav > .sidebar-brand {
        height: 65px;
        font-size: 18px;
        line-height: 60px;
    }

        .sidebar-nav > .sidebar-brand a {
            color: #999999;
        }

            .sidebar-nav > .sidebar-brand a:hover {
                color: #fff;
                background: none;
            }
    /*Dashboard*/
    .sidebar-nav li .dashboard {
        background-image: url(~/img/navigation/resized/dashboard-30.png);
        background-size: 30px 30px;
        background-repeat: no-repeat;
    }

    .sidebar-nav li:hover .dashboard {
        background-image: url(~/img/navigation/resized/dashboard-white-30.png);
    }
    /*Company*/
    .sidebar-nav li .company {
        background-image: url(~/img/navigation/resized/company-30.png);
        background-size: 30px 29px;
        background-repeat: no-repeat;
    }

    .sidebar-nav li:hover .company {
        background-image: url(~/img/navigation/resized/company-white-30.png);
    }
    /*Accounts*/
    .sidebar-nav li .account {
        background-image: url(~/img/navigation/resized/account-30.png);
        background-size: 30px 30px;
        background-repeat: no-repeat;
    }

    .sidebar-nav li:hover .account {
        background-image: url(~/img/navigation/resized/account-white-30.png);
    }
    /*Contacts*/
    .sidebar-nav li .contacts {
        background-image: url(~/img/navigation/resized/contacts-30.png);
        background-size: 30px 30px;
        background-repeat: no-repeat;
    }

    .sidebar-nav li:hover .contacts {
        background-image: url(~/img/navigation/resized/contacts-white-30.png);
    }
    /*Alerts*/
    .sidebar-nav li .alert {
        background-image: url(~/img/navigation/resized/alert-flag-30.png);
        background-size: 30px 30px;
        background-repeat: no-repeat;
    }

    .sidebar-nav li:hover .alert {
        background-image: url(~/img/navigation/resized/alert-flag-white-30.png);
    }
    /*Projects*/
    .sidebar-nav li .projects {
        background-image: url(~/img/navigation/resized/projects-30.png);
        background-size: 30px 30px;
        background-repeat: no-repeat;
    }

    .sidebar-nav li:hover .projects {
        background-image: url(~/img/navigation/resized/projects-white-30.png);
    }
    /*Applications*/
    .sidebar-nav li .applications {
        background-image: url(~/img/navigation/resized/applications-30.png);
        background-size: 30px 30px;
        background-repeat: no-repeat;
    }

    .sidebar-nav li:hover .applications {
        background-image: url(~/img/navigation/resized/applications-white-30.png);
    }
    /*Calendar*/
    .sidebar-nav li .calendar {
        background-image: url(~/img/navigation/resized/calendar-30.png);
        background-size: 30px 30px;
        background-repeat: no-repeat;
    }

    .sidebar-nav li:hover .calendar {
        background-image: url(~/img/navigation/resized/calendar-white-30.png);
    }
    /*Settings*/
    .sidebar-nav li .settings {
        background-image: url(~/img/navigation/resized/settings-30.png);
        background-size: 30px 30px;
        background-repeat: no-repeat;
    }

    .sidebar-nav li:hover .settings {
        background-image: url(~/img/navigation/resized/settings-white-30.png);
    }
    /*EDO*/
    .sidebar-nav li .edo {
        background-image: url(~/img/navigation/resized/briefcase-30.png);
        background-size: 30px 29px;
        background-repeat: no-repeat;
    }

    .sidebar-nav li:hover .edo {
        background-image: url(~/img/navigation/resized/briefcase-white-30.png);
    }
    /* Local Login*/
.forgot-password-signin-grid {
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: 45% 15% 40%;
    -ms-grid-rows: 1fr 1fr;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto auto;
    grid-column-gap: 40px;
    grid-row-gap: 10px;    
    grid-template-areas: "forgotText ." "ForgotBtn SignInBtn"

}
.forgot-password-text {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row:1;
    grid-row: 1;
}
.forgot-password-btn {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    justify-self: start;
}
.signin-btn {
    -ms-grid-column: 3;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
}

/* BREADCRUMB */
.xrm-attribute-value .breadcrumb {
    margin-top: -15px;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
}

.breadcrumb > li {
    display: none;
}

.breadcrumb > .active {
    display: inline-block;
}

    .breadcrumb > .active:before {
        display: none;
    }

.breadcrumb:hover li {
    display: inline-block;
    transition: ease-in 2s;
}

.breadcrumb:focus li {
    display: inline-block;
    transition: ease-in 2s;
}

.breadcrumb:hover .active:before {
    display: inline-block;
}

.breadcrumb:hover #primName{
    display: none;
}

.breadcrumb:focus .active:before {
    display: inline-block;
}

.breadcrumb:focus #primName {
    display: none;
}

/* PORTAL REGISTRATION */
.registration-required {
    display: inline;
    color: #107298;
    font-weight: bold;
    font-size: 18px;
}

select#RegisterTitle {
    background: #fff url('~/img/contact-box-down-chevron-icon-green.png') no-repeat 100% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    letter-spacing: normal;
}

    select#RegisterTitle::-ms-expand {
        display: none;
    }

/* MISC */
.up-30px {
    position: relative;
    bottom: 30px;
}

#summary_space_fix .summary {
    padding-top: 15px;
}

.required {
    /*display:inline-block;*/
    margin-right: 5px;
}

.row-buffer {
    margin-top: 10px;
}

.panel-body-NI {
    margin-left: 20px;
}

.page-header-small-panel-screens {
    color: #107298;
    margin: 0px;
}

.iniContactWell,
.profileWell {
    min-height: 311px;
    background-color: #fff;
}

.iniContactWell {
    margin-top: -1px;
    padding: 0px 19px !important;
}

.myINIContact {
    margin-top: 43px;
}

.contactHeaders {
    margin-top: -5px;
}

.contactBox {
    border: 0px solid #e8e8e8;
    padding: 0px 5px;
}

.iniContactWell .owl-wrapper .owl-controls {
    margin-top: 0px;
}

.listHomepage {
    list-style-type: none;
    padding-left: 20px;
    font-size: 14px;
    color: #107298;
    font-weight: bold;
    padding-bottom: 10px;
    text-decoration: underline;
}

.control-label {
    padding-top: 5px;
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
}

.colorLabel {
    color: #335c63;
}

.panel-pagelinks {
    height: 165px;
    padding: 10px;
}

table.table.contactTable {
    border: 2px solid#e8e8e8;
    background-color: #f6f6f6;
    height: 226px;
}

.contactTable > thead > tr > th,
.contactTable > tbody > tr > th,
.contactTable > tfoot > tr > th,
.contactTable > thead > tr > td,
.contactTable > tbody > tr > td,
.contactTable > tfoot > tr > td {
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 13px;
}

    .contactTable > tbody > tr > td:first-child {
        width: 69px;
    }

.profileTable > thead > tr > th,
.profileTable > tbody > tr > th,
.profileTable > tfoot > tr > th,
.profileTable > thead > tr > td,
.profileTable > tbody > tr > td,
.profileTable > tfoot > tr > td {
    padding: 5px;
    line-height: 1;
    vertical-align: top;
    border-top: 0px solid #ddd;
}

.dataTable {
    border: 1px solid #e8e8e8;
}

    .dataTable > thead > tr > th {
        background-color: #318589;
        color: #fff;
    }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #e8e8e8;
}

.tileBackground {
    background-color: #fff;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.projectActionListSection {
    height: 250px!important;
}

.eventTile {
    height: 170px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    margin-bottom: 20px;
}


.eventTileLarge {
    height: 210px;
}

.eventTile .eventImage img {
    height: 100%;
    width: 120%;
}

.eventTile a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.eventTile p.summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.eventRow {
    background-color: #fff;
    margin-top: 0px;
    border-bottom: 3px solid #e8e8e8;
    background-color: #fff;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.event-icon {
    margin-left: -10px;
}

.eventImage {
    margin-top: 15px;
    max-height: 110px;
    max-width: 110px;
}

.eventsPadding {
    padding: 20px;
}

.events .nav-tabs > li > a, .events .nav-tabs > li.active > a, .events .nav-tabs > li.active > a:hover, .events .nav-tabs > li.active > a:focus {
    padding-bottom: 3px;
    padding-top: 10px;
}

.eventDateLocation {
    color: #107298;
    margin-top: -10px;
    position: relative;
    top: 20px;
}

.eventDateLocationRegistrationPage {
    color: #107298;
    margin-top: -10px;
}

.eventsPadding {
    padding: 20px;
}

.event-icon {
    margin-left: -10px;
}

.labelBooked {
    color: red;
}

.eventImageLarge {
    width: 100%;
    height: 200px;
    background: #265259;
}

    .eventImageLarge img {
        width: 100%;
        max-height: 200px;
    }

.navbar-search {
    margin-top: 40px;
    margin-right: 5px
}

/* APPLICATION */
/* Right Side Bar */
/* Sidebars -------------------------------------------------------------------------------------------*/
.left-sidebar {
    padding-right: 16px;
    width: 224px;
}

.sidebar-follows {
    position: fixed !important;
    top: 0;
}

.sidebar-header {
    font-family: niweb-bold;
    font-size: 20px;
    color: #107298;
}

.sidebar-list {
    list-style-type: none;
    font-family: niweb;
    font-size: 14px;
    color: #444;
    padding-left: 0px;
}

    .sidebar-list > li {
        border-bottom: 1px solid #a7aaaa;
        padding-top: 6px;
        padding-bottom: 6px;
    }

.sidebar-item {
    position: relative;
    height: 36px;
    width: 192px;
    padding: 5px 15px;
    margin-bottom: 3px;
    vertical-align: middle;
    border-radius: 5px;
    color: #107298;
    background-color: #fff;
    border: 1px solid #107298;
}

    .sidebar-item:hover {
        background-color: #107298;
        color: #fff;
    }

.sidebar-item#next-button {
    text-align: right;
}

    .sidebar-item#next-button:hover{
        background-color: #fff;
        color: #107298;
        border: 1px solid #107298;
    }

p.sidebar-item-text {
    position: relative;
    display: inline-block;
    font-family: niweb-bold;
    font-size: 14px;
    margin-left: 30px;
    line-height: 26px;
    vertical-align: middle;
    cursor: pointer;
}

.sidebar-item-icon {
    position: absolute;
    display: inline-block;
    font-size: 23px;
    vertical-align: middle;
    margin-top: 4px;
}

.right-sidebar {
    position: relative;
    bottom: 14px;
    padding-left: 10px;
}

#return-to-top-container {
    width: 190px;
    bottom: 136px;
    float: right;
    position: relative;
}

/* Application Page Layout */
#application-progress-bar-top-row {
    width: 100%;
    padding-top: 5px;
    display: table;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 4px 0px;
    font-weight: bold;
    font-size: 10px;
    padding-left: 2px;
}

 #application-progress-bar-top-row :hover {
     background-color: lightgrey;
     color: black;
     cursor: pointer;
}

#application-progress-bar-bottom-row {
    width: 100%;
    display: table;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 4px 2px;
    min-height: 6px;
}

.application-progress-step-top-row {
    padding: 5px 5px;
    display: table-cell;
    margin: 2px;
    background-color: #E31F29;
    color: white;
    word-wrap: break-word;
}

.application-progress-step-bottom-row {
    display: table-cell;
    margin: 1px;
    background-color: #fff;
}

.application-progress-step-valid {
    background-color: #107298;
    color: #fff;
}

.application-tab {
    background-color: lightgray;
    font-weight: bold;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-right: 2px;
    padding: 10px;
    color: #107298;
    cursor: pointer;
}

.application-tab-active {
    background-color: #107298;
    color: #fff;
}

.tab-content-container {
    padding: 10px;
    border: 2px solid #107298;
    background-color: #fff;
    position: relative;
    bottom: 15px;
    overflow: hidden;
    border-radius:8px;
}

.application-header {
    font-size: 16px;
}

.application-closing-soon {
    background-color: #a45a52;
    padding: 4px 0px 4px 20px;
    border-radius: 5px;
    margin-right: 15px;
}

    .application-closing-soon, .application-closing-soon #application-header-closing-date b {
        color: white;
    }

#application-header-project-owner, #application-header-status, #application-header-closing-date {
    padding-right: 20px;
    white-space: pre;
}

#application-header-expiry-notification {
    padding-right: 20px;
    display: none;
}

#application-header-project-owner b, #application-header-status b, #application-header-closing-date b {
    color: #107298;
}

.application-tabs {
    margin-left: 10px;
}

#application-upload-iframe {
    width: 100%;
    height: 600px;
    overflow: hidden;
    border: none;
}

.application-step-header {
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    margin: 10px 0;
    background-color: #107298;
    color: white;
}

.application-download-link {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    color: white;
    background-color: #107298;
    text-decoration: none !important;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 10px;
    cursor: pointer;
    margin: 10px 0;
    border: 1px solid #107298;
}

    .application-download-link:hover {
        color: #107298;
        background-color: white;
        border: 1px solid #107298;
    }

/* Customer Update */
#customer-update-instruction-outer {
    width: 100%;
    float: left;
    padding: 20px;
    margin: 10px;
    border: 4px double #ccc;
}

#customer-update-instruction {
    width: 100%;
    padding: 20px;
    margin: 10px;
    border: 4px double #ccc;
}

#customer-update-status {
    background-color: #eee;
    text-align: center;
    font-size: 24px;
    color: red;
    font-weight: bold;
    border: 4px double #ccc;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.business-profile-text {
    font-size: 14px;
    position: relative;
    bottom: 35px;
}

#FinancialProjections .workflow-link {
    display: none;
}

#delete-last-year-fin-projections {
    background-color: #C12468;
    border: #C12468 1px solid;
}

    #delete-last-year-fin-projections:hover {
        background-color: #fff;
        border: #C12468 1px solid;
        color: #C12468;
    }

.application-validation-summary {
    font-family: niweb-bold;
    font-size: 16px;
    border: 4px solid red;
    width: 192px;
    margin-top: 10px;
    padding: 5px;
}

    .application-validation-summary ul {
        padding-left: 15px;
    }

    .application-validation-summary li {
        font-family: niweb;
        font-size: 14px;
        color: #000;
        padding: 0;
    }

        .application-validation-summary li > a {
            color: #000 !important;
        }

.app-tooltip-icon {
    vertical-align: auto;
}

/* DASHBOARD MODAL */
#customer-update-modal-head {
    line-height: 36px;
    background-color: #107298;
    color: #fff;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-left: 20px;
    position: relative;
    bottom: 2px;
}

.dashboard-modal-button {
    border: 0;
    line-height: 30px;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    width: 80px;
    color: #fff;
    font-weight: bold;
}

#dashboard-modal-update-button {
    background-color: #107298;
}

#dashboard-modal-dismiss-button {
    background-color: #B25858;
}

#customer-update-modal-text-account-setup {
    display: none;
    margin-top: 10px;
}

/* APPLICATION MODALS */
.application-modal-button-group {
    padding-top: 8px;
    font-family: niweb-bold;
}

.application-modal-button {
    font-size: 16px;
    width: 250px;
    height: 35px;
    line-height: 35px;
    border: 0;
    display: inline;
}

.application-modal-long-button {
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    border: 0;
    display: inline;
}

    .application-modal-button > img {
        vertical-align: middle;
        float: left;
    }

#application-submitted-modal-survey{
    display: block;
    padding-top: 5px;
}
#delete-application-modal-body {
    color: #E31F29;
    font-size: 20px;
    font-family: niweb-bold;
}

#application-modal-delete-confirm-button, #cancel-submission-confirm-button, #update-application-confirm-button {
    color: white;
    background-color: #E31F29;
    border: #E31F29 1px solid;
    margin-left: 15px;
}

    #application-modal-delete-confirm-button div, #cancel-submission-confirm-button div, #update-application-confirm-button div {
        display: inline;
    }

    #application-modal-delete-confirm-button:hover, #cancel-submission-confirm-button:hover, #update-application-confirm-button:hover {
        color: #E31F29;
        background-color: white;
        margin-left: 15px;
    }

#application-modal-delete-cancel-button {
    display: inline;
    background-color: #107298;
    border: #107298 1px solid;
    color: white;
}

    #application-modal-delete-cancel-button:hover {
        background-color: white;
        color: #107298;
    }

    #application-modal-delete-cancel-button div {
        display: inline;
    }

#application-modal-go-to-customer-update {
    color: white;
    background-color: #107298;
}

#application-submitted-modal-text-header {
    color: #107298;
    font-size: 18px;
    font-family: niweb-bold;
    margin-bottom: 10px;
}

#application-submitted-modal-text {
    color: #333;
    font-size: 14px;
    font-family: niweb;
}

#application-submitted-modal-homepage-button {
    color: white;
    background-color: #107298;
    margin-left: 15px;
}

#v1_countryofincorporation2_lookupmodal td:nth-child(3) {
    display: none;
}

#v1_countryofownership1_lookupmodal td:nth-child(3) {
    display: none;
}

#v1_typeofbusiness1_lookupmodal td:nth-child(2) {
    display: none;
}

#v1_typeofbusiness1_lookupmodal td:nth-child(3) {
    display: none;
}

/* EVENT DROPDOWNS */
.workshop-dropdown, .appointment-dropdown {
    width: 100%;
}

.workshop-delete, .appointment-delete {
    background-image: url("/img/delete.png");
    height: 16px;
    width: 16px;
    border: 0;
}

.workshop-row, .appointment-row {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* NON BOOTSTRAP OVERRIDES */
.fa {
    /*top: 6px;*/
    margin-right: 5px;
}

#success span.glyphicon {
    margin-right: 10px;
}

#notice span.glyphicon {
    margin-right: 10px;
}

.col-lg-12 form {
    margin-top: -30px;
}

.page-copy {
    margin-bottom: 0px;
}

div.content-panel {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

/* BOOTSTRAP OVERRIDES */
#dashboard-grid .col-md-6, #header-grid .col-md-6 {
    max-width: 700px;
    padding-top: 30px;
}

#dashboard-grid .col-md-4 {
    min-width: 550px;
    max-width: 550px;
    padding-top: 30px;
}

.hidden-xs {
    display: none;
}

.page-header {
    border-bottom: none;
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: 1%;
    width: 90%;
}

.navbar-default {
    background-color: #107298;
    margin-top: 0;
    border: 0;
}

.container-fluid {
    margin-left: 1%;
    width: 100%;
}

.container {
    width: 98%;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

/*Modal Header Title: Vertically Aligning Titke Centered*/
.modal-title.modal-header-title {
    display: table-cell;
    vertical-align: middle;
    height: 44px;
}

button#register-button {
    margin-left: 10px;
}

div#dont-have-account {
    margin-bottom: 10px;
}

button#forgot-password {
    margin-left: -15px;
}

button#submit-signin-local {
    margin-right: -15px;
}

.btn-primary {
    background-color: #107298;
    border: #107298 1px solid;
    font-weight: bold;
}
    .btn-primary:hover {
        background-color: #fff;
        border-color: #107298;
        color: #107298;
    }

.btn.btn-secondary {
    background-color: white;
    color: #107298;
    border: #107298 1px solid;
    font-weight: bold;
}
    .btn.btn-secondary:hover {
        background-color: #107298;
        border-color: #107298;
        color: white;
    }

.btn-danger:hover {
    background-color: #fff;
    border-color: #c9302c;
    color: #c9302c;
}

.close.btn-close-icon {
    font-size: 44px;
    margin-top: 0px;
}
    .btn-close-icon:hover {
        color: #000;
        text-decoration: none;
        opacity: .75;
    }

/*Guidance Notes Button - Don't add the btn-guidance-notes class in the generate-pdf.js > fullCssForms > forms.css file*/
.btn-guidance-notes {
    display: inline-block;
    padding: 6px 12px;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid #107298;
    font-weight: bold;
    color: white;
    background-color: #107298;
    text-decoration: none;
    border-radius: 4px;
}
    .btn-guidance-notes:hover {
        background-color: #fff;
        border: 1px solid #107298;
        color: #107298;
        text-decoration: none;
    }
/*End - Guidance Notes Button */

.btn.btn-link {
    background-color: transparent;
    color: #107298;
}
    .btn.btn-link:hover {
        text-decoration: underline;
        border-color: transparent;
    }

.btn {
    background-color: #107298;
    color: white;
    text-decoration: none;
}

table[id^="pii-table-"] tbody td:not(:first-child) {
    text-align: right;
}

.table-width {
    width: 100% !important;
    border: transparent;
}

.table-col-width {
    width: 13% !important;
    color: #107298 !important;
}

.table-col-display{
    display:none !important;
}

.panel {
    -webkit-box-shadow: 0px 0px 53px -9px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 0px 0px 53px -9px rgba(0, 0, 0, 0.51);
    box-shadow: 0px 0px 53px -9px rgba(0, 0, 0, 0.51);
}

.nav-tabs {
    display: none;
}

.dropdown-menu {
    color: #fff;
    background-color: #107298;
}

    .dropdown-menu li a:hover {
        color: #000;
        background-color: #1280AB;
    }

.dropdown-toggle a, .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #107298 !important;
}

.masthead {
    background-color: white;
}

    .masthead.well {
        border-bottom: none;
        min-height: 60px;
        height: auto !important;
    }

.col-lg-12 {
    width: 96%;
    background-color: white;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 53px -9px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 0px 0px 53px -9px rgba(0, 0, 0, 0.51);
    box-shadow: 0px 0px 53px -9px rgba(0, 0, 0, 0.51);
}

.col-lg-12-transparent {
    width: 96%;
}
/*.glyphicon
{
    margin-right:10px;
}*/
.event-panel-heading {
    background-color: #265259;
    color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

.event-panel-body {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #ccc;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.panel-default .well {
    background-color: #e8e8e8;
}

.definedstyle {
    font-size: x-large;
    background: #337ab7 !important;
    color: white;
    font-weight: bold;
    text-indent: 8px;
}
.definedstyle ::after{
    font-size:small;
}

/*Mobile Styles*/
@media screen and (max-width:1199px) {
    #wrapper {
        display: inline-block;
        background: #f7f7f7;
        border-radius: 5px;
    }

    iframe{
        height:unset!important;
    }

    .sidebar-nav {
        display: table;
        width: 100% !important;
    }

        .sidebar-nav > li {
            display: inline-block;
            margin-left: auto;
            margin-right: auto;
            display: table-cell;
        }

    .panel-l {
        min-width: unset!important;
    }

    #page-content-wrapper {
        padding:unset!important;
        padding-top: 35px!important;
    }

    .container-fluid{
        margin-top: unset!important;
    }

    .page-header{
        margin-top: 0px;;
    }

    [class*="col-"] {
        padding-right: 1%;
        padding-left: 1%;
        min-width: unset!important;
    }

    .row {
        margin-left: unset!important;
        margin-right: unset!important;
    }

    .col-md-6 {
        width: unset;
    }


    #EntityFormControl {
        display: grid;
        grid-template-columns: 100%;
        display: -ms-grid;
        -ms-grid-columns: 100%;
    }

        #EntityFormControl .right-sidebar {
            float: unset!important;
            grid-row: 3;
            -ms-grid-row: 3;
        }

        #EntityFormControl .container {
            grid-row: 1;
            -ms-grid-row: 1;
        }

        #EntityFormControl .tab-content-container {
            grid-row: 2;
            -ms-grid-row: 2;
        }

    #return-to-top-container {
        bottom: unset!important;
        margin-bottom: 10px;
    }

    #ApplicationFormLayout{
        display: grid;
        display: -ms-grid;
    }

        #ApplicationFormLayout .right-sidebar .sidebar-item{
            float: right!important;
            width:100%;
        }

        #ApplicationFormLayout .right-sidebar {
            grid-row: 1;
            grid-column-start: 1;
            grid-column-end: 3;
            -ms-grid-row: 1;
            -ms-grid-column:1;
            -ms-grid-column-span: 3;
            position: unset!important;
        }
        
        #ApplicationFormLayout #return-to-top-div {
            grid-row: 4;
            -ms-grid-row: 4;
        }

        #ApplicationFormLayout .container {
            grid-row: 2;
            -ms-grid-row: 2;
        }

        #ApplicationFormLayout .tab-content-container {
            grid-row: 3;
            -ms-grid-row: 3;
            grid-column-end: 3;
            -ms-grid-column-span: 3;
        }

    #NavigationButtons .sidebar-item {
        width: 35%;
    }
    textarea {
        resize: none;
    }

    td {
        overflow-y:unset!important;
    }

    .application-header span {
        display: list-item;
        list-style: none;
    }

    th,td {
        padding: 0!important;
    }

    .page-header-small-panel-screens{
        width: unset;
    }

    .panel{
        width: unset!important;
    }

    .form-horizontal .form-group {
        margin:unset;
    }

    .panel-body-NI{
        margin:unset;
    }

    button#submit-signin-local {
        margin-top: 10px;
        width: 100%;
        margin-right: 0px;
    }

    button#forgot-password {
        width: 100%;
        margin-left: 0px;
    }

    .g-recaptcha {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    .blockPage {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        left: 11%!important;
    }

    .crmEntityFormView table.section {
        overflow:hidden!important;        
    }

    .modal-form .modal-body iframe{
        height: 550px;
    }        
}

@media screen and (max-width:767px){
    .table-fluid td:before {
        width: 100%;
        margin-left: -99%;
    }

    .table-fluid td {
        padding-left: 50% !important;
    }

    .table-fluid .dropdown.action > a {
        width: 100%;
    }
}

.form-control::-moz-placeholder {
    color: #858585 !important
}

.form-control:-ms-input-placeholder {
    color: #858585 !important;
    opacity: 1
}

.form-control::-webkit-input-placeholder {
    color: #858585 !important;
    opacity: 1
}

a {    
    text-decoration:underline
}

.btne {
    background-color: white !important;
    color: white !important;
    border: antiquewhite !important;
}

.imgwidth {
    width: 80px !important;
}

#register-form-btns {
    display:flex;
    justify-content:space-between;
}

#whos-on {
    position: fixed;
    bottom: 0;
    right: 0;
}