﻿html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #fefefe;
    margin: 0 0 100px;
}

footer {
    position: fixed;
    left: 10px;
    bottom: 0;
    width: 100%;
    padding-bottom: 2em;
}

.footerText {
    width: 1170px;
    margin: auto;
    /*font-variant-caps: small-caps;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Override the default bootstrap behavior so we can have custom colours */
a {
    color: #D81E18;
    text-decoration: none;
}

.text-primary {
    color: #187ccc;
}

.btn-primary {
    color: #fff;
    background-color: #187ccc;
    border-color: #0f1932;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0f1932;
        border-color: #0f1932;
    }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #187ccc;
}


/* Set width on the form input elements since they're 100% wide by default */
input, select, textarea {
    max-width: 280px;
}

.ipage input,
.ipage select,
.ipage textarea {
    max-width: 80%;
}

.reviewpage input,
.reviewpage select,
.reviewpage textarea {
    max-width: 80%;
}

.enquireform input,
.enquireform select,
.enquireform textarea {
    max-width: 80%;
}

.emailass-dlg input,
.emailass-dlg select,
.emailass-dlg textarea {
    max-width: 100%;
}

.emailass-dlg textarea {
    height: 100px;
}


.jumbotron {
    background-image: url("jumbobg2.png");
    background-color: #F28D2C;
    margin-bottom: 0;
    min-height: 50%;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    -webkit-background-size: contain;
    background-size: contain;
    color: white;
    padding-top: 1em;
}

.navbar-brandlogo {
    padding-top: 0;
}

.navbar-header-extension {
    min-width: 14em;
}


.navbar-default {
    background: -webkit-linear-gradient(#53acba, #0f1932);
    background: -moz-linear-gradient(#53acba, #0f1932);
    background: -o-linear-gradient(#53acba, #0f1932);
    background: linear-gradient(#53acba, #0f1932);
    border-color: #0f1932;
}

    .navbar-default .navbar-toggle {
        border-color: #C8102E;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #D81E18;
        }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #0f1931;
        color: #ffffff;
    }

    .navbar-default .navbar-nav > li > a {
        color: #ffffff;
        background-color: transparent;
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: #ffffff;
            background-color: #0f1931;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #D81E18;
    }


.ipage .panel-footer {
    background-color: #ffffff;
    /*border:none;*/
}

.questionnaire-table tbody td {
    vertical-align: middle !important;
}

.actionicon {
    margin-right: 5px;
}

.actionbtngap {
    margin-right: 8px;
}

@media (min-width: 992px) {
    .actionbtngap {
        margin-right: auto;
    }
}


.badge {
    padding: 1px 9px 2px;
    font-size: 12.025px;
    font-weight: bold;
    white-space: nowrap;
    color: #ffffff;
    background-color: #999999;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

    .badge:hover {
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
    }

.badge-error {
    background-color: #b94a48;
}

    .badge-error:hover {
        background-color: #953b39;
    }

.badge-warning {
    background-color: #f89406;
}

    .badge-warning:hover {
        background-color: #c67605;
    }

.badge-success {
    background-color: #468847;
}

    .badge-success:hover {
        background-color: #356635;
    }

.badge-info {
    background-color: #3a87ad;
}

    .badge-info:hover {
        background-color: #2d6987;
    }

.badge-inverse {
    background-color: #333333;
}

    .badge-inverse:hover {
        background-color: #1a1a1a;
    }

.NavBar-Logo, .RDAF-crown {
    margin-top: 3px;
}

.logoText {
    display: inline-block;
    color: #ffffff;
}

.logoBrand {
    font-weight: 600;
    float: left;
    padding-top: 18px;
    margin: 0 0;
    display: inline-block;
}

.logoSystem, .logoSystem:hover {
    text-decoration: none;
    color: white !important;
    display: inline-block;
    padding-top: 18px;
    font-weight: normal;
    float: left;
    padding-left: 5px;
}

.btn-space {
    margin-right: 2em;
}

.bootstrap-dialog.type-primary .modal-header {
    background: linear-gradient(#53acba,#0f1932);
}

.fa-175x {
    font-size: 1.75em;
    cursor: pointer;
}