﻿/*@-webkit-viewport {
    width: device-width
}

@-moz-viewport {
    width: device-width
}

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}*/

/* BROWSER RESET (based on Eric Meyer's Reset) */
/* leave h1, h2, h3, h4, h5, h6 alone */
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    padding: 0px;
    margin: 0px;
    border: 0px;
    outline: 0px;
    line-height: normal;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
}

:focus {
    outline: 0;
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    min-width: 250px;
}

ol, ul {
    list-style: disc;
    margin: 20px;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    padding: 4px;
}

td, th {
    vertical-align: top;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
    margin: 15px;
}

input, select, textarea {
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
}

p {
    margin: 10px 0;
}

b,
strong {
    font-weight: bold;
}

img {
    color: transparent;
    font-size: 0;
    border: none;
    -ms-interpolation-mode: bicubic;
}

/* END BROWSER RESET */


pre {
    color: black;
    font-family: "Liberation Mono", Consolas, "Courier New", monospace !important;
    font-weight: normal;
    font-size: 10pt;
    margin-top: 5px;
    margin-bottom: 5px;
}


html {
    /*position: relative;*/
    /*min-height: 100%;*/
    display: table;
}

body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
    line-height: 1.2;
    height: 100%;
    margin: 0px;
    padding: 0px;
    display: table;
}

#wrapper {
    height: 100%;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-top: 60px; /* Needed for fixed headers/menu */
    padding-left: 15px;
    padding-right: 15px;
}

#email {
    width: 350px;
}

#number {
    width: 120px;
}

#code {
    width: 120px;
}

#PortalName {
    width: 250px;
}

#PortalNumber {
    width: 120px;
}

#PortalPostcode {
    width: 120px;
}

.footertext {
    display: block;
}

.footertextsmall {
    display: none;
}

.appfooter {
    display: table-row;
    /*bottom: 0px;
    left: 0;
    right: 0;*/
    width: 100%;
    text-align: center;
    font-size: x-small;
    padding-top: 5px;
}

.centred {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.parent {
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
}

    .parent > .child {
        display: table-cell;
        vertical-align: middle;
    }

div.outer {
    /* for use in TD to limit width/height */
    position: relative;
    min-height: 20px;
}

div.inner {
    /* for use in TD to limit width/height */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    top: 0px;
    width: 100%;
    min-height: 25px;
}

.rotate90clockwise {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.redBGwhiteFG {
    color: white;
    background-color: red;
}

#expiryHint {
    /*background-color: white;*/
    font-size: 9pt;
    position: relative;
    float: left;
    padding: 0 3px 0 3px;
    top: 0px;
    right: 0px;
    z-index: 1000000;
}



/* 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;
}

ul {
    margin-bottom: 0pt;
    margin-top: 2pt;
    padding-bottom: 2pt;
    padding-top: 2pt;
}

li {
    padding-top: 2px;
    padding-bottom: 3px;
}

fieldset {
    border: solid 1px silver;
    margin-bottom: 15px;
    border-radius: 5px 5px 5px 5px;
}

.fieldsetpadding {
    padding: 15px;
}

/*input, select, textarea {
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    input[type=text], input[type=password], select, textarea,
    input[type=url], input[type=email], input[type=date], input[type=datetime], input[type=number] {
        border: 1px solid #cccccc;
        box-shadow: 3px 3px 8px #ccc;
        transition: border linear 0.2s, box-shadow linear 0.2s;*/
        /*background-color: white; */ /*#F5F7FA ;*/
        /*padding: 5px;
        border-radius: 3px;
    }

        input[type=text]:focus, input[type=password]:focus, textarea:focus,
        select:focus, input[type=url]:focus, input[type=email]:focus, input[type=date]:focus,
        input[type=datetime]:focus, input[type=number]:focus {
            border-color: rgba(82, 168, 236, 0.8);
            outline: 0;
            outline: thin dotted \9;*/
            /*background: cornsilk;*/
            /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        }

        select:focus,
        input[type="search"]:focus,
        input[type="file"]:focus,
        input[type="radio"]:focus,
        input[type="checkbox"]:focus {*/
            /*background: cornsilk;*/
            /*outline: thin dotted #333;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }*/

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

hr {
    height: 1px;
    color: #123455;
    background-color: #123455;
    border: none;
}

a {
    text-decoration: none;
}

    a:link {
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
    }

.shadow {
    box-shadow: 1px 1px 8px #eee;
}

.navbar-brand {
    font-size: 24pt;
    vertical-align: central;
}

.containercontent {
    padding: 10px;
}

.policyddb {
    width: 220px;
    text-align: left;
}

.docdivcontent {
    background-color: white;
    padding: 5px 5px 5px 5px;
    margin: 5px;
    border: 1px solid silver;
    border-radius: 5px;
    height: auto;
    width: 450px;
}

    .docdivcontent:hover {
        background-color: whitesmoke;
    }

.docdivevent {
    margin-bottom: 10px;
    font-weight: bold;
    height: 50px;
}

.docdivname {
    display: block;
    border-radius: 5px;
    margin-bottom: 3px;
    padding: 3px;
    height: 40px;
}

    .docdivname:hover {
        cursor: pointer;
    }

    .docdivname.alt:hover {
        cursor: pointer;
    }

.doclistlable {
    width: 140px;
    font-weight: normal
}

a span.docdivname {
    color: black;
    text-decoration: none;
}

    a span.docdivname.alt {
        color: black;
        text-decoration: none;
    }

a:hover span.docdivname {
    color: white;
}

/*span.docdivname
a:hover {
    color: white;
}*/

.documentimage {
    text-align: center;
    padding: 5px 5px 5px 5px;
    margin: 5px;
    border: 1px solid silver;
    border-radius: 5px;
}

.documentcontent {
    /*flex: 1 1 auto; */
    background: white;
    padding: 5px 5px 5px 5px;
    margin: 5px;
    border: 1px solid silver;
    border-radius: 5px;
    height: 320px;
    width: 200px;
}

.docDiv {
    height: 250px;
}

    .docDiv.POL007-10 {
        /* temp add veh mta */
        background-color: silver;
    }

.docThumbnail {
    width: 160px;
}

.field-validation-error {
    color: #ff0000;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: maroon;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0.0);
        opacity: 0.0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

/* HOVER BUTTON */
.hoverbutton, .pagebutton {
    text-decoration: none;
    padding: 4px;
    font-size: 8pt;
    border: solid 1px transparent;
    cursor: pointer;
    color: white;
    border-radius: 4px;
    vertical-align: text-bottom;
}

    .hoverbutton img {
        vertical-align: text-bottom;
    }

    .hoverbutton:hover {
        background: white; /* url('/images/dialoghighlight.png'); */
        color: black;
        border: outset 1px silver;
        cursor: pointer;
    }

    .hoverbutton a {
        text-decoration: none;
    }

#resetEmail, #deleteButton {
    background-color: red;
}

    #resetEmail.hoverbutton:hover, #deleteButton.hoverbutton:hover {
        text-decoration: none;
        color: yellow;
    }

/* ERROR DISPLAY */

.errormessage {
    font-weight: bold !important;
    color: maroon !important;
}

.errordisplay {
    font-weight: normal;
    color: maroon !important;
    background-color: khaki !important;
    border: solid 2px maroon !important;
    margin: 7px 0;
    padding: 10px;
    box-shadow: 3px 3px 5px #535353;
    border-radius: 4px;
    margin-bottom: 20px;
}

.errordisplay-warning-icon,
.errordisplay-info-icon,
.errordisplay-help-icon {
    width: 16px;
    height: 16px;
    float: left;
    margin: 0 5px;
    background-image: url(/images/warning.png);
}

.errordisplay-info-icon {
    background-image: url(/images/info.png);
}

.errordisplay-help-icon {
    background-image: url(/images/help.png);
}

.errordisplay-text {
    margin-left: 40px;
    font-weight: bold;
}

.errordisplay hr {
    background: maroon;
}

.errorhighlight {
    background-color: #FCEBF2 !important;
    border-color: Red !important;
    border-width: 2px !important;
}

.errordisplay ul {
    list-style: none;
}

.containercontent .row {
    margin: 5px;
}

#divPassword.row {
    margin-top: 45px;
}

.logoncon {
    position: relative;
    padding: 0px 20px 0px 0px;
    border: 1px solid #cccccc;
    box-shadow: 1px 1px 8px #eee;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    border-radius: 6px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url("/Images/dcl-home-street.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right;
}

.logonpanel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    margin: 10px 10px 10px 10px;
    opacity: 0.45;
    border: 1px solid #cccccc;
    box-shadow: 1px 1px 8px #eee;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    border-radius: 6px;
}

#divForgot {
    margin: 20px;
    font-weight: bold;
}

.policiesjumbotron h1 {
    font-size: 24pt;
}

.documentsjumbotron h1 {
    font-size: 24pt;
}

.policiesjumbotron {
    background-image: url("/Images/priusfaded.png");
    background-size: 50% auto;
    /*background-size: 340px;*/
    background-position: right;
    background-repeat: no-repeat;
    padding: 5px;
    max-height: 200px;
    /*height: 200px;*/
    padding-top: 10px;
    display: block;
    position: relative;
}

/*.policiesjumbotron:after {
    padding-top: 36%; 
    display: block;
    content: '';
}*/

.documentsjumbotron {
    background-image: url("/Images/foldersfaded.png");
    background-size: 75% auto;
    /*background-size: 550px;*/
    background-position: right;
    background-repeat: no-repeat;
    padding: 5px;
    max-height: 220px;
    /*height: 200px;*/
    padding-top: 10px;
    display: block;
    position: relative;
}

/* ratio height/width*100 */
/*.documentsjumbotron:after {
    padding-top: 42%; 
    display: block;
    content: '';
}*/

.warnimage {
    background-image: url("/Images/warning_large.png");
    background-position: left;
    background-repeat: no-repeat;
    /*margin: 0 auto;*/
    width: 256px;
    display: block;
    position: relative;
    background-size: contain;
}

    .warnimage:after {
        padding-top: 99%; /* ratio height/width*100 */
        display: block;
        content: '';
    }

#divFileBrowse > .row {
    margin-top: 5px;
}

#divFileBrowse .btn-info {
    position: relative;
    float: right;
    right: 0px;
    z-index: 10;
    width: auto;
    font-weight: lighter;
}

.uploadwm {
    /*height:24px;*/
    position: relative;
    top: -30px;
    left: 90px;
    display: block;
    white-space: nowrap;
    z-index: 1000;
    width: 140px;
    margin: 0px;
}

.typeset {
    font-weight: normal;
}

.uploader {
    width: 520px;
}

.divupload {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0;
    width: 100%;
}

.fileupload {
    z-index: 100;
    /*background-color:yellow;*/
    position: absolute;
    left: 85px;
    right: 0px;
    opacity: 0.0;
    top: 0px;
    bottom: 0;
    width: 395px;
}


.customProgress {
    /*background-color: yellow;*/
    text-align: center;
    width: 320px;
    height: 20px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.dragover, input.dragover {
    background-color: rgb(204, 205, 206);
}

.ftype {
    max-width: 512px;
}

.linebreaker {
    display: inline;
}

.doctext {
    margin-right: 50px;
}

/* MEDIA SIZING - can go down to 372px */

/* to stop IOS auto zooming due to small font size */
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
    body {
        font-size:16px;
        background-color:yellow;
    }

    select:focus,
    textarea:focus,
    input:focus {
        font-size: 16px;
        background: cornflowerblue;
    }
}*/

/* IOS will still zoom, unless you use 16px on the input without the focus */
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
    select, textarea, input
    {
        font-size: 16px;
    }

    .form-control {
        font-size: 16px;
    }
}*/


/* XX Small */
@media screen and (max-width: 400px) {

    select:focus,
    textarea:focus,
    input:focus {
        font-size: 16px;
    }

    input[type=password]:focus {
        font-size: 16px;
    }

    input[type=password] {
        font-size: 16px;
    }

    select, textarea, input {
        font-size: 16px;
    }

    .form-control {
        font-size: 16px;
    }

    body {
        /*zoom: 80%;*/
        font-size: 16px;
        /*background-color: pink;*/
    }

    .body-content {
        padding-left: 5px;
        padding-right: 5px;
    }

    #email {
        width: 240px;
    }

    #PortalName {
        width: 240px;
    }

    #wrapper {
        padding-bottom: 20px;
    }

    /*.appfooter {
        margin-top:20px;
    }*/

    .footertext {
        display: none;
    }

    .footertextsmall {
        display: block;
        /*text-align: left;*/
        padding-left: 5px;
        padding-right: 5px;
    }

    .logoncon {
        border-radius: 0px;
    }

    .logonpanel {
        border-radius: 0px;
    }

    .documentsjumbotron {
        background-size: 100% auto;
        max-height: 300px;
    }

    .policyddb {
        width: 180px;
    }
}
/* END XX Small */


/* Extra Small */
@media screen and (max-width: 767px) {

    body {
        /*zoom: 80%;*/
        /*background-color: limegreen;*/
    }

    .policyddb {
        width: 180px;
    }

    .policytext {
        margin-right: 30%;
    }

    .doctext {
        margin-right: 20px;
    }

    #divContainerContent {
        padding: 5px;
    }

    .appfooter {
        font-size: xx-small;
    }

    .body-content {
        padding-top: 70px; /* Needed for fixed headers/menu */
    }

    .ftype {
        max-width: 320px;
        margin-bottom: 5px;
    }

    .documentsjumbotron {
        padding-top: 1px;
        background-size: 100% auto;
        max-height: 220px;
    }

    h1 {
        margin-top: 5px;
    }

    .doclistlable {
        width: 90px;
        font-weight: normal
    }

    .docdivcontent {
        width: 310px;
    }

    .documentcontent {
        height: 440px;
        width: 300px;
    }
}
/* END Extra Small */


/* Small/Medium/Large */
@media screen and (min-width: 768px) {
    .form-control {
        font-size: 14px;
    }
}
/* END Small/Medium/Large */


/* XS/Small */
@media screen and (max-width: 991px) {


    .uploader {
        width: 320px;
    }

    .fileupload {
        width: 195px;
    }
}
/* END XS/Small */


/* XXS/XS */
@media screen and (max-width: 479px) {

    h2 {
        font-size: 20px;
    }

    .doclistlable {
        width: 90px;
        font-weight: normal
    }

    .docdivcontent {
        width: 310px;
    }

    .documentcontent {
        height: 440px;
        width: 300px;
    }

    .docDiv {
        height: 375px;
    }

    .docThumbnail {
        width: 240px;
    }
}

@media screen and (max-width:625px) {

    .linebreaker {
        display: none;
    }
}

/* Small */
@media screen and (min-width:768px) and (max-width:991px) {

    .docdivcontent {
        width: 310px;
    }

    .doctext {
        font-size: 16px;
        margin-right: 30px;
    }
}
/* END Small */

