﻿body {
    font-family: [Century Gothic W01 Bold], Helvetica, Arial;
    color: #434343;
    background-color: #fff;
    font-weight: 400;
}
@font-face {
    font-family: 'Fjalla font';
    src: url('../fonts/FjallaOne-Regular.ttf');
   
}
.parentLayout {
    overflow: auto;
    border: 1px solid #161642;
    background-color: #fbfbfb;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}
.section {
    width: 100%;
    overflow: auto;
}

.termsSection {
    width: 80%;
    overflow: auto;
}

.hrule {
    border-top: 1px solid green;
    width: 80%;
    margin-left: 0;
}

header, footer, nav, section {
    display: block;
}

.customInput {
    border: 1px solid #000;
    border-radius: 8px;
    width: 90%;
    padding: 8px 8px;
    line-height: 8px;
}

html, body, #gen_body {
    height: 100%;
}

h1 {
    border-bottom: 1px solid #b1b3b3;
    padding: 10px 0px;
}

.hide {
    display: none !important
}


input::-ms-clear {
    display: none;
}

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}

#detailLabel {
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
    width: 250px;
    float: left;
    margin-left: 3%;
}

#noteLabel {
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
    width: 250px;
}

#detailEntry {
    font-size: 16px;
    text-align: left;
    float: left;
    width: 100%;
    margin-left: 3%;
}

#detailLabelType {
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
    width: 250px;
}

#detailReview {
    color: #F00;
    font-size: 14px;
    text-align: left;
    float: left;
    width: 100%;
}

.leftBlock {
    float: left;
    width: 44%;
    display: block;
    margin-left: 1.5%;
    margin-top: 4%;
    margin-bottom: 4%;
}

.leftBlockBorder {
    overflow: hidden;
    border: 1px solid #000;
    border-radius: 8px;
    box-shadow: 4px 4px #E8E8E8;
}

.middleBlock {
    float: left;
    width: 5%;
    display: block;
}

.rightBlock {
    float: left;
    width: 50%;
    display: block;
    border: 1px solid #000;
    margin-left: 3%;
    margin-top: 4%;
    border-radius: 8px;
    box-shadow: 4px 4px #E8E8E8;
}


.leftRightBlock {
    float: left;
    width: 90%;
    display: block;
    border: 1px solid #000;
    margin-left: 3%;
    margin-top: 4%;
    border-radius: 8px;
    box-shadow: 4px 4px #E8E8E8;
}

.moreRateLeft {
    float: left;
    width: 20%;
    margin-left: 2%;
}

.moreRatesRight {
    float: left;
    width: 70%;
    margin-left: 2%;
}

.moreRateMain {
    margin-top: 3%;
}

.moreRateRow {
    margin-bottom: 1%;
    overflow: auto;
    width: 100%;
    display: inline-block;
}
.moreRatesColumn{
    width:49%;
    float:left;
}
.ratesPara1 {
    margin-left: 1%;
    font-size: 16px;
}

.ratesPara2 {
    font-size: 16px;
    margin-left: 0;
}

.logoPosition {
    transform: scale(1.2);
    margin-left: 6%;
    margin-top: 3%;
    margin-bottom: 2%;
}

.bannerStyle {
    width: 100%;
}

.displayImg1 {
    display: block;
}

.displayImg2 {
    display: none;
}

.customBigLabel {
    color: #000;
    font-size: 30px;
    margin-left: 3%;
    letter-spacing: 0.030em;
}
.customSmallLabel {
    color: #000;
    font-weight: bold;
}
.customMediumLabel {
    color: #000;
    font-size: 30px;
    margin-left: 3%;
    letter-spacing: 0.030em;
}
.alignCenter {
    text-align: center;
}

.ratesAlign {
    margin-left: 30%;
}

.customWelcomeMob {
    color: rgb(0,125,183);
    font-size: x-large;
    display: none;
}

.customPara {
    font-size: 16px;
    margin-left: 3%;
}

.insPosition {
    margin-left: 3%;
    margin-bottom: 3%;
    margin-right: 2%;
    float: left;
}

.registerPosition {
    margin-left: 3%;
    margin-bottom: 3%;
    margin-right: 2%;
    float: left;
    width: 90%;
}

.ratesBorder {
    border: 1px solid #000;
    border-radius: 8px;
    box-shadow: 4px 4px #E8E8E8;
    width: 96%;
    margin-left: 2%;
}

.leftBlockMarginBotton {
    margin-bottom: 9%;
}

.customMarginRegister {
    font-size: 13px;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    float: left;
    margin-left: 3%;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: auto;
    cursor: not-allowed;
    opacity: 0.95;
    filter: alpha(opacity=95);
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media (max-width: 767px) {
    .wrap {
        flex-direction: column-reverse;
    }

    .leftBlock {
        width: auto;
        margin-right: 1.5%;
    }

    .middleBlock {
        width: auto;
        display: none;
    }

    .rightBlock {
        width: auto;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }

    .parentLayout {
        width: auto;
        margin-left: 0;
    }

    .displayImg1 {
        display: none;
    }

    .displayImg2 {
        display: block;
    }

    .bannerStyle {
        margin-left: 0px;
        width: 100%;
    }
    .bannerStyleMobile {
        width:100%;
    }

    .customWelcomeMob {
        display: block;
        margin-bottom: 3%;
    }

    .ratesPara1 {
        margin-left: 3%;
    }
    .moreRatesColumn{
        width:auto;
    }
    .ratesPara2 {
        margin-left: 3%;
    }

    .moreRateMain {
        margin-bottom: auto;
    }

    .moreRateRow {
        width: auto;
    }

    .ratesBorder {
        width: auto;
    }

    .registerPosition {
        width: auto;
    }

    .customMarginRegister {
        margin-left: 0%;
    }

    .ratesAlign {
        margin-left: 3%;
    }
    .setImageWidth {
        width: 100%;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .hrule {
        border-top: 1px solid green;
        width: 80%;
        margin-left: -20%;
    }
}

.textWidth {
    width: 90%;
}

.parentCustomBorder {
    width: 100%;
    border: 1px solid green;
}

.customParaTerms {
    font-size: 16px;
}

.customLabel {
    letter-spacing: .02em;
    font-family: [Helvetica LT W01 Roman],sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.entryLabel {
    color: #000;
}

.customMargin {
    margin-top: 10px;
}

.customListMargin {
    margin-left: -15px;
}

.FirstChildDiv {
    margin-left: 3%;
    margin-top: 2%;
    margin-right: 2%;
}

.btn-custom {
    color: #000;
    font-weight:700;
    background-color: #ebebeb;
    border-color: #ddd;
    padding: 6px 24px;
    width: 90%;
}

    .btn-custom:focus,
    .btn-custom.focus {
        color: #000;
        font-weight: 700;
        background-color: #e24d13;
        border-color: #e24d13;
    }

    .btn-custom:hover {
        color: #000;
        background-color: #e24d13;
        border-color: #e24d13;
    }
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

.letter-portal {
    font-size: 25px;
    line-height: 25px;
    float: left;
    margin-top: 75px;
}

#gen_header_logo {
    height: 180px;
    position: relative;
}

#gen_page_title {
    font-size: 25px;
    line-height: 30px;
    margin: 10px 40px;
    color: white;
}

.header_logo {
    margin: 35px 40px 35px 40px;
    /*box-shadow: rgba(79, 79, 79, 0.7) 3px 3px;*/
    float: left;
}

#gen_body {
    height: auto; /*min-height: 100%;*/
    margin: 20px 40px;
}

.paginationContent {
    position: absolute;
    bottom: 10px;
    right: 40px;
}

#content {
    padding-bottom: 30px;
    min-height: 500px;
    margin: 0px 40px;
    position: relative;
    /*margin: 0px 0px;*/
    /*background-image: url('/content/images/pncs-master-bus.jpg');*/
}

.navbar {
    /*margin-bottom: 0px!important;*/
}

.gen-home-container {
    position: relative;
    top: 100px;
}

.form-login {
    max-width: 400px;
    padding: 15px;
    margin: 50px auto;
    /*border: 2px solid red;
    border-radius: 10px;*/
}

    .form-login > #login_header {
        margin-bottom: 20px;
        font-size: 22px;
        font-weight: bold;
    }

    .form-login > #login_footer {
        margin-top: 10px;
        display: block;
        padding-top: 10px;
    }

#userbox {
    position: absolute;
    right: 40px;
    top: -25px;
    color: black;
}

.searchBox {
    width: 100%;
}

.searchFooter {
    margin-top: 15px;
}

.searchHeader {
    margin-bottom: 15px;
    font-size: 1.5em;
}

#searchResults {
    margin-top: 20px;
}

#reportTable {
    font-size: 10px;
}

.pointer:hover {
    cursor: pointer !important;
}

.gen-small-text {
    color: #211f23;
    line-height: 25px;
}

.gen_link {
    color: #004fa3;
    text-decoration: none;
}

.gen_link_black {
    color: #000000;
    text-decoration: underline;
    cursor: pointer;
}

.gen_link_white {
    color: #ffff;
    text-decoration: underline;
    cursor: pointer;
}

.gen_link:hover {
    color: #004fa3;
    text-decoration: underline;
}

.gen_link_black:hover {
    color: #000000;
}

.gen_link_white:hover {
    color: #fff;
}

.gen-footerlink {
    color: black;
    text-decoration: none;
}

    .gen-footerlink:hover {
        color: #286ab6 !important;
        text-decoration: underline;
    }

    .gen-footerlink:visited {
        color: black;
        text-decoration: none;
    }

.gen-form-panel {
    padding: 30px;
    max-width: 500px;
    margin: 40px auto;
}

/*Ajax loading overlay*/
#overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 1000;
}

#loading {
    align-content: center;
    text-align: center;
    width: 100px;
    height: 87px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;
}

#gen_body {
    width: 100%;
    max-width: 1300px;
    margin: 0px auto;
}

#gen_header {
    width: 100%;
    max-width: 1300px;
    margin: 0px auto;
    /*background: #fff url('images/header-bg.gif') 50% 0% repeat-y;*/
}

#gen_footer {
    max-width: 1300px;
    width: 100%;
    margin: 0px auto;
    background-color: #505050;
    color: white;
    height: 50px;
    padding: 20px;
    font-size: 10px;
}
.panel-primary {
    border-color: #000;
}
.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #000;
    border-color: #000;
}

/*Bootstrap style css*/

.btn-gen-standard {
    background: #5e71ed;
    margin-right: 5px;
    color: white;
    padding: 0 10px 0 10px;
    line-height: 2.7em;
    height: 2.7em;
    font-size: 1em;
    min-width: 100px;
    background-repeat: repeat-x;
    background-position: 0% 0%;
    /*background-image: linear-gradient(to bottom, #004690 0%, #004fa3 100%);*/
    border-radius: 2px;
    border: 1px solid #373737 !important;
}

    .btn-gen-standard:hover,
    .btn-gen-standard:focus {
        background-color: #5e71ed;
        background-position: 54px;
        background-image: none;
        color: white;
    }

    .btn-gen-standard:active,
    .btn-gen-standard.active {
        background-color: #5e71ed;
        border-color: #5e71ed;
    }

.btn-gen-sm {
    padding: 5px 10px;
    line-height: 1.5em;
    font-size: 10px;
    min-width: 50px;
}

.vertical-space-after {
    margin-bottom: 20px;
}

.vertical-space-before {
    margin-top: 20px;
}

.gen_error_panel {
    float: left;
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    height: 50px;
    color: white;
    background-color: #bf3038;
    width: 100%;
    line-height: 50px;
    padding: 0px 15px;
    margin-bottom: 20px;
}

.gen_success_panel {
    float: left;
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    height: 50px;
    color: black;
    background-color: #67e586;
    width: 100%;
    line-height: 50px;
    padding: 0px 15px;
    margin-bottom: 20px;
}

.gen-icon-button {
    cursor: pointer;
}

    .gen-icon-button:hover {
        color: #5e71ed;
    }

.gen-label {
    color: #000;
}

/*Nav Bar*/
.gen-navbar {
    color: white;
    background-color: #5e71ed;
}

    .gen-navbar .navbar-brand {
        color: white;
    }

    .gen-navbar .navbar-text {
        color: white;
    }

    .gen-navbar .navbar-nav > li > a {
        color: white;
    }

.gen-navbar {
    background-image: -webkit-linear-gradient(top, #5e71ed 0%, #5e71ed 100%);
    background-image: -o-linear-gradient(top, #5e71ed 0%, #5e71ed 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5e71ed), to(#5e71ed));
    background-image: linear-gradient(to bottom, #5e71ed 0%, #5e71ed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}

    .gen-navbar .navbar-brand:hover,
    .gen-navbar .navbar-brand:focus {
        color: white;
        background-color: darkblue;
    }

    .gen-navbar .navbar-nav > li > a:hover,
    .gen-navbar .navbar-nav > li > a:focus {
        color: white;
        background-color: darkblue;
    }

    .gen-navbar .navbar-nav > .active > a,
    .gen-navbar .navbar-nav > .active > a:hover,
    .gen-navbar .navbar-nav > .active > a:focus {
        color: white;
        background-color: darkblue;
    }


/******* PDF Preview Page *******/
.header_logo_sml {
    margin: 15px 20px 15px 20px;
    /*box-shadow: rgba(79, 79, 79, 0.7) 3px 3px;*/
    float: left;
}

#pdf_title {
    font-size: 20px;
    line-height: 20px;
    float: left;
    margin-top: 20px;
}

#gen_pdf_body {
    max-width: 1300px;
    margin: 20px auto;
    width: 100%;
}

#gen_pdf_header {
    width: 100%;
    max-width: 1300px;
    margin: 0px auto;
    background: #fff url('images/header-bg.gif') 50% 0% repeat-y;
}

#gen_pdf_header_logo {
    height: 60px;
    position: relative
}

#gen_pdf_divider {
    max-width: 1300px;
    min-height: 10px;
    background-image: -webkit-linear-gradient(top, #5e71ed 0%, #5e71ed 100%);
    background-image: -o-linear-gradient(top, #5e71ed 0%, #5e71ed 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5e71ed), to(#5e71ed));
    background-image: linear-gradient(to bottom, #5e71ed 0%, #5e71ed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    /*border-radius: 4px;*/
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}

.pdf_icon {
    font-size: 20px;
    color: #5e71ed;
    cursor: pointer;
    margin-left: 10px;
}

    .pdf_icon:hover {
        color: #febe10;
    }

/*Main colour: #5e71ed*/
/*Secondary colour: darkblue*/
