/*importing utility stylesheets*/
@import url("css/opensans-font.css");
@import url("webfont/css/all.min.css"); 

/*importing styleguide stylesheets*/
@import url("css/stylesheet-global.css");
@import url("css/stylesheet-login.css");
@import url("css/stylesheet-colour-definitions.css");
@import url("css/stylesheet-form-elements.css");
@import url("css/stylesheet-tabs.css");
@import url("css/stylesheet-buttons.css");
@import url("css/stylesheet-table.css");
@import url("css/stylesheet-messages.css");
@import url("css/stylesheet-headers.css");
@import url("css/stylesheet-breadcrumbs-and-pagers.css");
@import url("css/stylesheet-workflow.css");
@import url("css/stylesheet-menu-items.css");
@import url("css/stylesheet-telerik-overrides.css");
@import url("css/stylesheet-rad-window-chrome.css");
@import url("css/stylesheet-weblist.css");
@import url("css/stylesheet-typography.css");
@import url("css/stylesheet-pager.css");
@import url("css/stylesheet-hatch-overrides.css");
@import url("css/simple-sidebar.css");
@import url("css/stylesheet-web-structure-designer.css");
@import url("css/stylesheet-dashboard.css");
@import url("css/stylesheet-arcgis-map.css");
@import url("css/stylesheet-gismap-config.css");

/*specific global body styles - moved to global.css
body {
    background-color: #ffffff;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-weight: 300;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: #444444;
    font-size: 100% !important;
}

    body.permit-wizard {
        overflow: auto !important;
        padding-bottom: 71px !important;
    }



    body * {
        box-sizing: border-box;
    }

.clearBoth {
    clear: both;
}

.visibility-hidden {
    visibility: hidden;
}

.visibility-visible {
    visibility: visible;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.display-inline {
    display: inline;
}


.display-inline-block {
    display: inline-block;
}

    */
/*ADD MORE SPECIFC STYLE BELOW TO OVERRIDE THE IMPORTED*/
/*******************************************************************************************************************/
/***********************************************  FLEXILOG   **************************************************/
/*******************************************************************************************************************/
/* START FLEXILOG STYLES*/
/*Section Grouping Styles*/
.rotate-item {
    transform: rotate(-90deg);
    /* Legacy vendor prefixes that you probably don't need... */
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.rotate-container {
    background-color: #f6f6f6;
    vertical-align: bottom;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    width: 1.5em;
    border-bottom: 10px solid #ffffff;
    border-right: 5px solid #ffffff;
}

.rotate {
    transform: rotate(-90deg);
    /* Legacy vendor prefixes that you probably don't need... */
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    white-space: nowrap;
}

/*Display icons or not*/

td.with-icons span.text-field {
    width: 80%;
    float: left;
}

td.with-icons span.icons {
    width: 20%;
    float: left;
    padding-left: 5px;
    text-align: left;
}

td.without-icons span.text-field {
    width: 100%;
}

td.without-icons span.icons {
    width: 0%;
}



/*Entity selection styles*/

.restrictedEntityType {
    cursor: not-allowed;
    color: #a3a3a3;
}

.rtSelected .restrictedEntityType, .rtHover .restrictedEntityType {
    border: none !important;
    color: #a3a3a3 !important;
    background-color: #ffffff !important;
    background-image: none !important;
}



h4.entity-list-title {
    font-size: 0.875em;
    font-weight: 600;
    color: #444444;
    margin: 0 0 0.75em 0;
}

    h4.entity-list-title a.browse-generic {
        float: right;
    }

section.detail-list {
    padding: 1em;
    background-color: #f6f6f6;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 200px;
    overflow: auto;
}

    section.detail-list p {
        font-size: 0.875em;
        padding: 0;
        margin: 0.5em 0;
        float: left;
        width: 25%;
    }

    section.detail-list.two-col p {
        width: 50%;
    }

    section.detail-list.three-col p {
        width: 33.333%;
    }

    section.detail-list.four-col p {
        width: 25%;
    }

    section.detail-list.five-col p {
        width: 20%;
    }

    section.detail-list.six-col p {
        width: 16%;
    }




/*Add padding to menu sidebar*/
#tblActions {
    padding: 1em;
}


/*.right-align { - MOVED TO GLOBAL.CSS
    text-align: right;
}

.left-align {
    text-align: left;
}

.center-align {
    text-align: center;
}*/


h3.section-heading {
    position: relative;
}

img.first-link {
    position: relative;
    float: right;
    cursor: pointer;
    border: none;
    margin-bottom: 1px;
}

img.second-link {
    position: relative;
    float: right;
    cursor: pointer;
    border: none;
    margin-bottom: 1px;
}






span.message.error {
    color: #c00;
}

.WorkflowDividerInner {
    cursor: pointer;
    writing-mode: tb-lr;
    -ms-writing-mode: tb-lr;
    font-weight: bolder;
    font-size: 1em;
}

.WorkflowDivider {
    cursor: pointer;
    vertical-align: top;
    text-align: left;
    width: 6px;
    background-color: #d6d6d6;
}



/*Rad autocomplete overrides - MOVED TO telerik-overrides.css*/

/*.RadAutoCompleteBox,
.RadAutoCompleteBox_Default {
    width: 100% !important;
    cursor: default;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 0.875em !important;
    line-height: 1 !important;
}

.RadAutoCompleteBox .racLoadingIcon {
    bottom: 5px !important;
}



.RadAutoCompleteBox_Default .racTokenList {
    padding: 0.4em !important;
    border-radius: 3px;
}

.RadAutoCompleteBox .racTextToken {
    font-size: 0.875em !important;
}

.RadAutoCompleteBox .racInput {
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto !important;
    border: none;
    color: inherit;
    background: 0;
    font: 0.875em "Open Sans", Arial, sans-serif !important;
    text-indent: 4px;
    display: inline-block;
    vertical-align: middle;
    width: 45% !important;
    border: none !important;
}


.RadAutoCompleteBox input,
.RadAutoCompleteBox input:focus {
    box-shadow: none;
    outline: 0;
    border: none !important;
}*/



/*TELERIK FORM ELEMENT FIXES*/


/*FILE UPLOAD COMPONENT

.RadUpload .ruSelectWrap {
    padding: 0.5em !important;
}

.RadUpload .ruFakeInput,
.RadUpload .ruBrowse {
    height: auto !important;
}*/



/*FORM ELEMENT OVERRIDES*/
span.error-message {
    font-size: 0.7em;
    color: #c00;
    margin: 1em 0 0.6em 0;
    padding: 0.5em;
    width: 100%;
}


/*FIX TABS DISPLAY PROBLEM*/

.rtsTop .rtsLevel1 {
    border-bottom-width: 0;
}

.RadTabStrip_Default .rtsLevel1 {
    border-color: transparent;
}


/*OPEN TABS PANE WITH HEADING CONTROL*/

h3.section-header.tab-pane-header {
}

    h3.section-header.tab-pane-header:before {
        margin-right: 10px;
    }


    h3.section-header.tab-pane-header.closed:before {
        content: "+";
    }


    h3.section-header.tab-pane-header.open:before {
        content: "-";
    }


/* Audit trail classes */
.auditprebackground {
    background-color: #f6f6f6;
}

.auditdetaileven td {
    background-color: #FFFAE4;
}

.auditdetailodd td {
    background-color: #FFFDF5;
}

/* END FLEXILOG STYLES*/



/*******************************************************************************************************************/
/***********************************************  INTELLIPERMIT   **************************************************/
/*******************************************************************************************************************/


/* START INTELLIPERMIT STYLES*/
/*Login screen - MOVED TO stylesheet-login.css
body.login {*/
/*background-color: #0098ce;
    box-sizing: border-box;
}*/


/*body.login table.login-container {
        z-index: 102;
        left: 0px;
        width: 100%;
        position: absolute;
        top: 0px;
        height: 100%;
    }

    body.login .error-message {
        width: 100%;
        border-spacing: 0;
        padding: 0.65em;
        text-align: center;
        background-color: #d1150f;
        color: #f6f6f6 !important;
        display: block;
        font-size: 0.875em;
        margin: 0;
    }

    body.login table.login-form-container {
        background-image: none;
        width: 100%;
        height: 262px;
        border-spacing: 0;
        margin: 0 auto;
        background: #fff;
        padding: 1em;
        position: relative;
        box-shadow: 1px 1px 4px #333;
        text-align: left;
    }

        body.login table.login-form-container input.cancel-button {
            cursor: pointer;
            background-color: transparent;
            position: absolute;
            top: 5px;
            right: 5px;
            border: none;
            background-image: Url('/applyit/aurora/images/icons/tasks-close.png');
            width: 20px;
            height: 20px;*/
/*! text-overflow: none; 
            text-indent: -9000px;
            text-align: left;
        }*/


/*body.login .button-list input#btnContinue,
    body.login .button-list input#btnAdvanced,
    body.login .button-list input#btnCancel,
    body.login .button-list.biometric input,
    body.login .button-list.card input,
    body.login .button-list input#btnOK,
    body.login .button-list a {
        display: block;
        width: 100% !important;
        margin-bottom: 0.5em;
        text-align: center;
    }

    body.login .button-list input#btnOK {
        margin-top: 1em;
    }

    body.login .login-form-structure p {
        margin: 0;
    }

    body.login p.password-tips {
        text-align: center;
        font-size: 0.75em;
    }

    body.login .disabled p.password-tips {
        display: none;
    }

    body.login .login-form-structure #txtName,
    body.login .login-form-structure #txtPassword1,
    body.login .login-form-structure select {
        margin-bottom: 0.75em;
    }

    body.login .login-form-structure .disabled select,
    body.login .login-form-structure .disabled input[type="text"],
    body.login .login-form-structure .disabled input[type="password"] {
        margin-bottom: 0.75em;
        background-color: #ccc;
        opacity: 0.5;
    }

    body.login .user-details .text-button {
        font-size: 0.75em;
        color: #444;
        text-decoration: none;
    }

        body.login .user-details .text-button:hover {
            color: #e61610;
        }


    body.login .user-details {
        font-size: 1.3em;
    }

        body.login .user-details input {
            font-size: 0.9em;
        }

    body.login .server-details {
        font-size: 0.875em;
    }

        body.login .server-details select {
            font-size: 1em;
        }



    body.login table.login-form-container .login-form-structure {
        width: 100%;
        max-width: 47.5em;
        margin: 0 auto;
    }


        body.login table.login-form-container .login-form-structure.change-password {
            padding: 1em;
        }


    body.login .old-password,
    body.login .new-password,
    body.login .confirm-password,
    body.login .user-details,
    body.login .server-details,
    body.login .button-list {
        padding: 1em;
        width: 100%;
        float: left;
    }

    body.login .new-password,
    body.login .confirm-password {
        padding-top: 0;
    }

    body.login .server-details {
        padding-top: 0;
    }

    body.login .button-list {
        padding-top: 0;
    }


    body.login .password-button-container {
        clear: left;
        text-align: center;
    }*/


/*TIMEOUT SECTION



.timeout table#Table1.login-form-container td {
    vertical-align: middle !important;
}

.login-form-structure.timeout {
    text-align: center;
}


    .login-form-structure.timeout p {
        padding: 0 0 0.5em 0;
    }

        .login-form-structure.timeout p.timeout-icon {
            font-size: 5em;
            padding: 0 0 0 0;
        }


@media only screen and (min-width: 34.375em) {
    body .login table.login-form-container .login-form-structure {
        width: 100%;
        max-width: 47.5em;
        margin: 0 auto;
    }

    body.login .old-password,
    body.login .new-password,
    body.login .confirm-password,
    body.login .user-details {
        width: 100%;
    }


    body.login .server-details,
    body.login .button-list {
        padding: 1em;
        width: 50%;
        float: left;
    }

    body.login .server-details {
        padding-top: 0;
    }

    body.login .button-list {
        padding-top: 0;
    }
}



@media only screen and (min-width: 47.5em) {




    body.login table.login-form-container .login-form-structure {
        width: 100%;
        max-width: 47.5em;
        margin: 0 auto;
    }

    body.login .old-password,
    body.login .new-password,
    body.login .confirm-password,
    body.login .user-details,
    body.login .server-details,
    body.login .button-list {
        padding: 1em;
        width: 33.333%;
        float: left;
    }

        body.login .user-details.reset-password {
            width: 66.666%;
        }

    body.login .server-details {
        padding-top: 1.2em;
    }

        body.login .server-details.biometric {
            padding-top: 1em;
        }

        body.login .server-details.card {
            padding-top: 1em;
        }



    body.login .button-list {
        padding-top: 2.4em;
    }

        body.login .button-list.biometric {
            padding-top: 2.4em;
        }

        body.login .button-list.card {
            padding-top: 2.4em;
        }

    body.login .new-password,
    body.login .confirm-password {
        padding-top: 1em;
    }
}*/

/*APPLICATION FRAMEWORK*/

.RadPanelBar .rpHeaderTemplate, .RadPanelBar .rpOut {
    border: none !important;
    padding-bottom: 0 !important;
}

.RadPanelBar .rpLink {
    padding: 0 !important;
    border: none !important;
}


.RadPanelBar_OpSuiteBlack .rpLink:hover, .RadPanelBar_OpSuiteBlack .rpExpanded, .RadPanelBar_OpSuiteBlack .rpSelected {
    padding: 0 !important;
    border: none !important;
    padding-bottom: 0 !important;
}


.RadPanelBar .rpRootGroup {
    border: none !important;
}


/*fixing table layout spacing*/
table {
    border-collapse: collapse !important;
}

    table#Table1 td,
    table#Table5 td {
        padding-right: 0 !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
        vertical-align: top !important;
    }


    table#Table1.padded-cells td {
        padding: 0.5em !important;
    }

    table#Table1 td.sidebar-cell {
        padding: 0 0.75em !important;
    }

        table#Table1 td.sidebar-cell h3.section-header {
            margin-top: 0.5em;
        }

    table#Table1 .Multipage {
        border: none !important;
    }

.BusinessRulesException {
    color: #e61610 !important;
}

.BusinessRules {
    font-size: 0.75em !important;
}

/*Buttons - moved to stylesheet-buttons.css*/

/*.button-container {
    padding: 0.9em;
    background-color: #ccc;
    text-align: right;
    margin-top: 1em;*/
/*position: fixed;
    left: 0;
    bottom: 0;*/
/*width: 100%;
}*/

/*.button-container-floating {
    padding: 0.9em;
    background-color: #ccc;
    text-align: right;
    margin-top: 1em;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}*/

/*.button-container-intellipermitwizard {
    padding: 0.9em;
    background-color: #ccc;*/
/*text-align: right;
    margin-top: 1em;*/
/*position: fixed;
        left: 0;
        bottom: 0;
    width: 100%;
}*/

/*.permit-wizard .button-container-intellipermitwizard {
    position: fixed;
    left: 0;
    bottom: 0;
}

.button-container-intellipermitwizard-col1 {
    text-align: left;
}

.button-container-intellipermitwizard-col2 {
    text-align: center;
}

.button-container-intellipermitwizard-col3 {
    text-align: right;*/
/*float:right;
}*/

/*.button-container-intellipermitwizard-col1 input {
    margin: 0 5px;
}

.button-container-intellipermitwizard-col2 input {
    margin: 0 5px;
}

.button-container-intellipermitwizard-col3 input {
    margin: 0 5px;
}*/


/*rad window overrides*/

.RadWindow_Default {
    font-size: 100% !important;
    font-family: "Open Sans", Arial, sans-serif !important;
}


/*sign screen updates*/

.declaration-container {
    padding: 0 0.5em 0.5em 0.5em;
}


/*weblist top gap fix*/
table#Table6 {
    height: auto !important;
}

/*table#Table6 > tbody > tr > td {
        vertical-align: top;
    }*/


/*intellipermit sidebar padding*/

td#tdwebactions {
    padding: 0.5em 0.5em 0 0.5em;
}


/*MAIN LIST SCREEN*/

table td.main-list-container {
    vertical-align: top;
}

/*permit workflow - hack version - 280818*/
.mainview-cell {
    width: 80%;
}



.sidebar-cell {
    background-color: #f6f6f6;
    vertical-align: top;
    padding: 0 0.75em;
    width: 20%;
}


    /*SIDEBAR FIXES*/

    .sidebar-cell #dlstStatus,
    .sidebar-cell #dlstStatus #Table7 {
        width: 100%;
    }



td.status-actions {
    position: relative;
}

    td.status-actions img {
        position: absolute;
        top: 15px;
        right: 0;
    }


.WorkflowStatusHeadingRow {
    font-weight: 300 !important;
    font-size: 0.8em !important;
    background-image: none !important;
    color: #444 !important;
    height: auto !important;
}


.WorkflowStatusHeading {
    margin: 0;
    padding: 0 0 0.5em 23px;
    position: relative;
    font-size: 1em !important;
}


    .WorkflowStatusHeading:before {
        content: "";
        width: 11px;
        height: 11px;
        position: absolute;
        top: 6px;
        left: 0;
        border-radius: 6px;
        background-color: #ccc;
    }


    .WorkflowStatusHeading.signed:before {
        background-color: #72bb53;
    }

    .WorkflowStatusHeading.in-progress:before {
        background-color: #ffa834;
    }


    .WorkflowStatusHeading.not-signed:before {
        background-color: #aaaaaa;
    }


.WorkflowStatusHeadingRow img {
    display: none !important;
}


.WorkflowActionImage {
    float: right;
    margin: 0 0.5em 0 0;
    display: block;
    position: relative;
    top: 0px;
    cursor: pointer;
}


a.LinkButtonStyle,
a.LinkButtonStyle:visited {
    cursor: pointer;
    border: 1px solid #c0c0c0;
    background-color: #fff;
    border-radius: 5px;
    padding: 0.25em 1.7em 0.5em 2em;
    margin: 0.5em 0;
    display: block;
    color: #444;
    text-decoration: none;
    font-size: 0.8em;
}


    a.LinkButtonStyle:hover,
    a.LinkButtonStyle:active,
    a.LinkButtonStyle:focus {
        color: #000;
        background-color: #ebebeb;
    }


    a.LinkButtonStyle:before {
        content: "";
        width: 9px;
        height: 9px;
        position: absolute;
        top: 15px;
        left: 9px;
        border-radius: 6px;
        background-color: transparent;
        border: 1px solid #999;
    }


/*a.LinkButtonStyle.signed:before {
        background-color: #72bb53;
    }

    a.LinkButtonStyle.in-progress:before {
        background-color: #ffa834;
    }

    a.LinkButtonStyle.not-signed:before {
        background-color: #aaaaaa;
    }*/

table#Table1 td#tdDocRef {
    padding: 0.75em !important;
}

    table#Table1 td#tdDocRef div.section-header {
        text-align: left;
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0;
    }

    table#Table1 td#tdDocRef input.btn.medium.main {
        font-size: 0.8em;
        padding: 0.5em 1em;
    }

#ctl03_radGridDocRef_GridData, #ctl03_radGridDocRef_GridData, #ctl03_radGridDocRef {
    height: auto !important;
}

/*Tab strip fixes*/
.RadTabStrip a.rtsSelected img {
    display: none;
}

/*SIGN SCREEN FIXES*/

body.sign-screen {
    overflow: auto;
    margin: 0;
    padding: 0 0 0 0;
}

    body.sign-screen td {
        padding: 0;
    }

.signature-details td {
    vertical-align: top;
}

.signature-details .signed-users {
    font-size: 0.8em;
    padding: 0 0.85em;
    /*height: 200px;
    overflow: auto;*/
}

    .signature-details .signed-users ul {
        padding: 0;
        margin: 0 0 0 0.5em;
        color: #666;
    }

        .signature-details .signed-users ul li {
            padding: 0;
            margin: 0 0 0.5em 0;
        }

            .signature-details .signed-users ul li h4 {
                padding: 0;
                margin: 0;
            }

            .signature-details .signed-users ul li p {
                font-size: 0.8em;
                padding: 0;
                margin: 0;
            }

table.comments-and-signatures {
    font-size: 0.75em;
}

.signature-details .comments-and-signatures td {
    padding: 0.5em;
}

    .signature-details .comments-and-signatures td textarea {
        height: 200px;
    }


table.user-authentication {
    margin: 1em 0;
    background-color: #f6f6f6;
}

    table.user-authentication td {
        padding: 0.75em;
    }


/*Fixing Links tree*/



#Links .RadTreeView_Default {
    font-family: "Open Sans", sans-serif;
    width: 100% !important;
    padding: 1em;
}

#Links .RadTreeView .rtIn,
#Links .RadTreeView .rtTop {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

#Links .RadTreeView .fas:before {
    margin-right: 0.5em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}


#Links .RadTreeView_Default .rtHover .rtIn {
    border-color: #aaa;
    color: #000;
    background-color: #c3c3c3;
    background-image: none;
}


/*HISTORY*/

#tblHistory {
    width: 100% !important;
    height: auto !important;
}

#historyframe {
    padding: 1em !important;
    height: 500px !important;
}

#dgHistory {
    margin: 0;
}

    #dgHistory tr:hover td {
        color: #444 !important;
    }





/*DOCUMENT REFERENCES*/
#ctl03_radGridDocRef.RadGrid_Default {
    border: none;
    font-size: 1em !important;
    font-family: 'Open Sans', sans-serif !important;
}

#ctl03_radGridDocRef .rgMasterTable {
    font-family: 'Open Sans', sans-serif !important;
}

#ctl03_radGridDocRef .rgMasterTable {
    margin: 1em 0;
    border: 1px solid #d6d6d6;
    width: 100%;
    border-collapse: collapse;
}

    #ctl03_radGridDocRef .rgMasterTable th {
        background: none;
        background-color: #f6f6f6;
        text-align: left;
    }

    #ctl03_radGridDocRef .rgMasterTable th,
    #ctl03_radGridDocRef .rgMasterTable td {
        padding: 0.5em !important;
        border: 1px solid #d6d6d6;
        font-size: 1em;
        text-align: center;
        vertical-align: middle !important;
    }

/*EXCEPTIONS*/

#lblNoExceptionsMessage {
    padding: 1em;
    margin: 2em auto;
    border: 1px solid #ccc;
    background-color: #f6f6f6;
    text-align: center;
    font-size: 1.3em;
    font-weight: 700;
    display: block !important;
    width: 80% !important;
}





.exceptions-list-container {
    overflow: auto;
    width: 100%;
    height: 700px;
    position: relative;
}

.exception-details-frame {
    width: 100%;
    height: 800px;
    border: none;
    overflow-y: scroll;
}

body.exception-details td {
    font-size: 0.875em;
}

    body.exception-details td h4 {
        margin: 0.5em 0 0.25em 0;
        color: #444;
    }

        body.exception-details td h4.investigated-False:before {
            content: "\f057";
            color: #e61610;
            margin-right: 0.5em;
            font-family: 'Font Awesome 5 Free';
        }

        body.exception-details td h4.investigated-True:before {
            content: "\f058";
            color: #72bb53;
            margin-right: 0.5em;
            font-family: 'Font Awesome 5 Free';
        }

    body.exception-details td p {
        margin: 0;
        padding: 0;
        color: #444;
    }

    body.exception-details td .NameValuePairValue {
        color: inherit;
    }


#lblExceptionsListHeader {
    margin: 1em 0;
}

.exception-detail-container {
    border: 1px solid #ccc;
    background-color: #f6f6f6;
    padding: 1em;
}

body.exception-details section.button-container {
    text-align: center;
    margin: 0;
}

p.message-only {
    padding: 1.2em 1em 1.2em 1.2em;
    border: none;
    background-color: #f6f6f6;
    color: #444444;
    background-repeat: no-repeat;
    background-position: 1.2em center;
    font-size: 0.8em;
    line-height: 1.4;
    color: #444444;
}

p.message-only-no-background-color {
    padding: 1.2em 1em 1.2em 1.2em;
    border: none;
    color: #444444;
    background-repeat: no-repeat;
    background-position: 1.2em center;
    font-size: 0.8em;
    line-height: 1.4;
    color: #444444;
}

.requiredAsterix {
    color: #c00;
    margin-left: 5px;
}

hr {
    border: 0;
    height: 0;
    margin: 1.7em 0em 1.3em 0em;
    border-bottom: 1px solid #c0c0c0;
}




/*CLEARANCE MULTISIGN SCREENS*/

table.multisign-action-display {
}

    table.multisign-action-display td.permits-to-sign,
    table.multisign-action-display td.actions-to-use {
        width: 50%;
        padding: 1em;
        vertical-align: top;
    }


table.multisign-actions td,
table.multisign-actions td table.actions-output td {
    border: none;
}

table.multisign-actions,
table.multisign-actions table.actions-output,
table.multisign-actions table.actions-output table.actions-list {
    width: 100%;
    border: none;
    position: relative;
}


    table.multisign-actions table.actions-output table.actions-list.zebra-odd tr td a.LinkButtonStyle:after {
        content: "Click to sign with this action";
        position: absolute;
        right: 0;
        top: -6px;
        border: 1px solid #999;
        padding: 5px 10px;
        color: #666;
        box-sizing: border-box;
        font-weight: 600;
        background-color: #f4f4f4;
        border-radius: 3px;
    }

    table.multisign-actions table.actions-output table.actions-list.zebra-odd tr:hover td a.LinkButtonStyle:after {
        border: 1px solid #027299;
        background-color: #0098ce;
        color: #f6f6f6;
        border-radius: 3px;
    }


    table.multisign-actions table.actions-output table.data-grid.zebra-odd tr:nth-child(odd):hover td {
        background-color: #f4f4f4;
        /*color: #444444;*/
    }


    table.multisign-actions table.actions-output table.data-grid.zebra-odd tr:nth-child(even):hover td {
        background-color: #ffffff;
        /*color: #444444;*/
    }



    table.multisign-actions table.actions-output table.actions-list.zebra-odd tr:hover td {
        /*background-color: #72bb53;*/
    }

        table.multisign-actions table.actions-output table.actions-list.zebra-odd tr:hover td a.LinkButtonStyle {
            /*color: #f6f6f6;
            position: relative;
            font-weight: 600;*/
        }






.actions-to-use table.multisign-actions {
    margin-top: -30px; /* Adjust the top spacing of the action table in this display - compensating for empty rows that cannot be removed. */
}

table.multisign-actions table.actions-output table.actions-list a.LinkButtonStyle {
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 1em;
    position: relative;
}

    table.multisign-actions table.actions-output table.actions-list a.LinkButtonStyle:before {
        display: none;
    }

table.multisign-actions table.actions-output table.actions-list tr,
table.multisign-actions table.actions-output table.actions-list td {
    border: none;
}


.template-paperpermit-container-intellipermitwizard {
    padding: 0.9em;
    background-color: #ebebeb;
    margin-top: 1em;
    width: 100%;
}

.template-paperpermit-container-col1-intellipermitwizard {
    width: 33% !important;
}

.template-paperpermit-container-col12-intellipermitwizard {
    width: 66% !important;
}

table.template-paperpermit-container-intellipermitwizard span {
    width: 12em;
    margin-left: 3em;
    margin-right: 0.5em;
}

table.template-paperpermit-container-intellipermitwizard input[type=text] {
    width: 15% !important;
}

#txtAdditionalInformation {
    height: 30em;
}

.permit-wizard .RadDateTimePicker {
    width: 15em !important;
}

.permit-wizard .lblOrSeperator {
    position: relative;
    left: 10em;
    width: 3em;
}

.isolations-toolbar-wrapper {
    float: left;
    width: 100%;
    padding: 0.5em;
}

    .isolations-toolbar-wrapper:end {
        clear: both;
    }

    .isolations-toolbar-wrapper .toolbar-label {
        /*width: 25%;*/
        float: left;
        text-align: right;
        padding: 6px 5px 0 0;
    }

/*#brwsKeySafe,
#txtSafetyLockNo {
    width: 75% !important;
    float: left;
}*/

#brwsKeySafe {
    width: 8em !important;
    float: left;
}

#txtSafetyLockNo {
    width: 6em !important;
    float: left;
}



.isolations-toolbar-wrapper .buttons-wrapper,
.isolations-toolbar-wrapper .key-safe,
.isolations-toolbar-wrapper .safety-lock {
    float: left;
}

.isolations-toolbar-wrapper .buttons-wrapper {
    width: 50%;
}

.isolations-toolbar-wrapper .key-safe {
    /*width: 25%;*/
    width: 15em;
}

.isolations-toolbar-wrapper .safety-lock {
    width: 25%;
}

#divRadGridIsolations {
    clear: left;
    margin: 0 0.5em;
}

#ctl19_radGridDocRef {
    margin: 0 0.5em;
}

#radGridIsolations_GridData,
#radGridIsolations {
    height: auto !important;
}
/*#lblKeySafe
    {
        padding-left:4em;
        padding-right:1em;
    }*/
#brwsKeySafe {
    /*width: 200px;*/
    /*width: 100%;*/
    display: inline-block;
}

#brwsKeySafe_txtDescription {
    width: 85% !important;
}


/*#lblSafetyLock{
        padding-left:2em;
        padding-right:1em;
    }*/
#txtSafetyLockNo {
    /*width: 12em !important;*/
}


#exceptionsTip {
    color: #606060;
}

.permit-wizard .no-isolations-required-container .isolationMatchesContainer {
    display: none;
    width: 50%;
    text-align: right;
    margin-top: -40px;
    float: right;
    margin-right: 15px;
}

.permit-wizard .no-isolations-required-container .no-isolations-required-checkbox-container {
    margin: 10px;
}

.permit-wizard .no-isolations-required-container .isolationMatchesContainer .isolationMatchesInnerContainer {
    width: 27em;
    background-color: #6F6F6F;
    padding-right: 10px;
    display: inline-block;
    border-radius: 10px;
}

.permit-wizard .isolationMatchesContainer h5 {
    display: inline-block;
    margin-left: 1em;
    color: #ffffff;
    margin: 10px;
}

.permit-wizard .no-isolations-required-container .isolationMatchesContainer input {
    display: inline-block;
    margin-left: 2em;
    border-radius: 8px;
}

.permit-wizard .isolationMatchesContainer {
    display: none;
    width: 100%;
    text-align: center;
}

    .permit-wizard .isolationMatchesContainer h3 {
        display: inline-block;
        margin-left: 1em;
    }



    .permit-wizard .isolationMatchesContainer input {
        display: inline-block;
        margin-left: 2em;
    }


.permit-wizard .NOHVSwitchingProcedureMatchesContainer {
    display: none;
    width: 100%;
    background-color: #ffdad8;
    text-align: center;
}

    .permit-wizard .NOHVSwitchingProcedureMatchesContainer .errorIcon {
        background: url(/applyit/aurora/images/icons/icon-message-error.png);
        background-repeat: no-repeat !important;
        width: 32px;
        height: 38px;
        display: inline-block;
        vertical-align: middle;
    }

    .permit-wizard .NOHVSwitchingProcedureMatchesContainer h3 {
        display: inline-block;
        margin-left: 1em;
    }

    .permit-wizard .NOHVSwitchingProcedureMatchesContainer p {
        display: inline-block;
        margin-left: 1em;
    }

.no-isolations-required-container {
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #ebebeb;
    margin: 8px;
    width: 100%;
}

/*.permit-wizard #pvwIsolations section .rgDataDiv{
        height:100px !important;
    }

    .permit-wizard #pvwIsolations section
    {
        margin-top:1em;
    }*/

.permit-wizard #documentReferencesSection .rgDataDiv {
    height: 100px !important;
}

.permit-wizard #documentReferencesSection {
    margin-top: 1em;
}

/*.permit-wizard #radGridIsolations textarea {*/
.permit-wizard #radGridIsolations textarea {
    height: 2.4em !important;
}


/*no-isolations-required-container*/

/*#txtPaperClearanceReason
    {
        width:20em !important;
    }*/



/*wizard footer*/

body.permit-wizard #divMultiPage {
    height: auto !important;
    overflow-y: auto !important;
}


a.basic-link:link,
a.basic-link:visited {
    color: #0098ce !important;
    font-size: 1em;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

a.basic-link:active,
a.basic-link:hover,
a.basic-link:focus {
    color: #0098ce;
    text-decoration: underline;
    cursor: pointer;
}


/*RELATION DIAGRAM FIXES*/

#tdParentLockBoxDiagram,
#tblParentLockBoxDiagram,
#tdChildLockBoxDiagram,
#tblChildLockBoxDiagram {
    width: 100% !important;
}

    #tdParentLockBoxDiagram .k-diagram,
    #tdParentLockBoxDiagram .k-diagram .k-layer,
    #tdParentLockBoxDiagram .k-map .k-layer,
    #tdChildLockBoxDiagram .k-diagram,
    #tdChildLockBoxDiagram .k-diagram .k-layer,
    #tdChildLockBoxDiagram .k-map .k-layer {
        width: 100% !important;
    }


/* END INTELLIPERMIT STYLES*/
/* START BUSINESS RULE EXCEPTION STYLE */
/* This style is applied for the Problem Found Screen for intelliPermit*/
.business-rules {
    font-size: 8pt;
    margin-bottom: 5px;
}

.business-rules-exception {
    font-size: 8pt;
    color: #444444 !important;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    margin-bottom: 5px;
}

textarea.business-rules-exception,
textarea.business-rules {
    padding: 0px;
    border: 1px solid #AAA;
    Width: 100%;
}

select.business-rules-exception,
select.business-rules {
    width: 50%;
}

span.business-rules-exception,
span.business-rules {
    Width: 100%;
    display: block;
}


h1.business-rules-exception,
h1.business-rules {
    font-size: 11pt;
    color: #0098ce !important;
}

.business-rules-icons {
    color: #0098ce;
    margin: 0 0 0 0;
    padding: 0.25em;
    font-size: 1.625em;
    font-weight: 700;
}

    .business-rules-icons i.fas {
        margin: 0 0.5em 0 0.25em;
    }


/* END BUSINESS RULE EXCEPTION STYLE */


/* START ISOLATION PROCEDURE STYLE */
.grid-selcted-item-style {
    background-image: none !important;
    background-color: #6f8cde !important;
}

.container-box {
    background-color: #f6f6f6;
    margin-left: 5px;
    margin-right: 5px;
}

.centered-text {
    text-align: center;
}

/* END ISOLATION PROCEDURE STYLE */


/* START RADWINDOW INNER IFRAME STYLE */

.radwindow-inner-iframe-normal {
    width: 100%;
    height: 100%;
    border: none;
    overflow: scroll;
}

.radwindow-inner-iframe-absolute {
    width: 100%;
    height: 100%;
    border: none;
    overflow: scroll;
    position: absolute;
}

/* END START RADWINDOW INNER IFRAME STYLE */

/* START FONT AWESOME ICON STYLE */

.fa-check-circle-color {
    color: #72bb53;
    font-size: 4em;
}

/* END START FONT AWESOME ICON STYLE */


/*ERROR PAGE*/

.error-page {
    padding: 3em 0 0 0;
    text-align: center;
}

.bug-intro,
.bug-details,
.bug-links {
    padding: 1em;
    width: 100%;
    margin: 0;
}


    .bug-intro h1 {
        font-size: 1.3em;
    }

    .bug-intro h2 {
        font-size: 1.1em;
    }

    .bug-intro i {
        font-size: 6em;
    }

.bug-details {
    background-color: #efefef;
}

    .bug-details h3 {
        margin-top: 0;
        font-size: 1em;
    }

.bug-details-title {
    font-weight: 700;
    display: block;
    margin-bottom: 0.75em;
}

.bug-details-description {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 1em !important;
    color: #444;
    text-align: center;
    border: none !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    display: block;
}

.error-page .container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.error-page p {
    color: #444444;
}

.bug-link,
.bug-link:link,
.bug-link:visited {
    font-size: 0.9em;
    color: #444;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

    .bug-link:hover,
    .bug-link:active,
    .bug-link:focus {
        text-decoration: underline;
    }

    .bug-link.send-error {
        margin: 0 1em;
    }


.pull-top {
    vertical-align: top;
}

.checkbox-list-container {
    height: auto !important;
    max-height: 287px !important;
    width: 100%;
    overflow: auto;
    border: solid 1px #CCC;
    margin-bottom: 0.5em;
}

    .checkbox-list-container td {
        padding: 0 0 0 0.5em !important;
    }

/*Advanced Search Small RadButton Style*/
#rbtnClearFields, #rbtnSearch, #rbtnCancel {
    background-image: none !important;
}

#rbtnCancel_input, #rbtnSearch_input, #rbtnClearFields_input {
    background-image: none !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    margin-top: -5px !important;
    font-size: 0.8em !important;
}

.pageview-position-absolute {
    position: absolute;
    z-index: -9999999;
}



.checkbox-list-container p {
    margin: 0px !important;
    padding: 0px 0px 0px 0.5em !important;
}


.section-background {
    background-color: #eee !important;
}



/*BROWSE GENERIC STYLES*/

body.browse-generic-grid {
    margin: 0 1em;
}



.search-container {
    padding: 0.5em;
    border: 1px solid #ccc;
    min-width: 275px;
    box-sizing: border-box;
}

    .search-container input[type="text"] {
        width: 74% !important;
    }

    .search-container button.btn.small {
        width: 8% !important;
        margin-left: 1%;
        min-width: 27px;
        padding: 0.5em;
    }


    .search-container.browse-generic {
        margin: 0.5em 0;
    }


html {
    height: 100%;
}

body.browseGenericBody,
body.flexBoxBody {
    height: 100%;
    margin: 0;
}

.fullContainer {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.frameContainer {
    flex: 1; /* or height: 100% */
    position: relative;
    overflow: auto;
}

    .frameContainer iframe {
        width: 100%;
        height: 100%;
        position: absolute;
    }

.footerContainer {
    height: 62px !important;
}

.browseGenericFooter {
    overflow: hidden;
}

.signature {
    padding: 1em;
    border: 1px solid #ccc;
    margin-top: 5%;
}

.checkist {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    position: relative;
    color: white;
}

.liCheckist {
    float: left;
    list-style: none;
    width: 100px;
    margin-right: 10px;
}

.liChecklistLabel {
    font-size: 12px;
    text-align: center;
}

.overlay {
    opacity: 0.5;
}




/*APPLICAIOTN FRAMEWORK*/


div.application-header-bar {
    float: left;
    width: 100%;
    padding: 10px;
}

    div.application-header-bar img.AppFrameworkLogo {
        float: left;
        margin-top: 2px;
        /*visibility: hidden;*/
    }

    div.application-header-bar div.LoggedInInformation {
        color: #efefef;
        font-size: 0.75em;
        float: none;
    }

    div.application-header-bar .LoggedInInformation p {
        margin: 0;
        padding: 0;
        color: #efefef;
        float: left;
        width: 50%;
        box-sizing: border-box;
    }

    div.application-header-bar .info-and-controls {
        float: right;
    }

        div.application-header-bar .info-and-controls span,
        div.application-header-bar .info-and-controls select,
        div.application-header-bar .info-and-controls a {
            float: left;
        }

        div.application-header-bar .info-and-controls span {
            width: 650px;
        }

        div.application-header-bar .info-and-controls select {
            margin-top: 5px;
            width: 168px;
        }

        div.application-header-bar .info-and-controls a {
            padding: 10px;
        }


.secondary-background-blue {
    color: #606060 !important;
    background-color: #A6DBEE !important;
}


.secondary-header-blue {
    /*2018-08-02 margin adjustments not used yet - used to align edges of element to edges of screen - only implemented when table layout removed*/
    /*2018-08-02 note: colours and background colour definted in stylesheet-colour-definitions.css*/
    /*margin: 0 -16px 30px -16px;*/
    margin: 0 0 1em 0;
    padding: 0.25em;
    font-size: 1.5em;
    height: 47px;
}

.button-section-grey {
    background-color: #D6D6D6;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    padding: 5px;
    text-align: right;
}

.button-section-grey-relative {
    background-color: #D6D6D6;
    bottom: 0;
    width: 100%;
    height: 60px;
    padding: 5px;
    text-align: right;
}

.rad-popup-blue {
    /*2018-08-02 margin adjustments not used yet - used to align edges of element to edges of screen - only implemented when table layout removed*/
    /*2018-08-02 note: colours and background colour definted in stylesheet-colour-definitions.css*/
    /*margin: 0 -16px 30px -16px;*/
    color: white !important;
    height: 30px;
    background-color: #0098CE !important;
    margin: 0px;
}


#ddlAvailableMembers td {
    padding: 10px;
    font-size: initial;
}


.rpvFeedback {
    overflow-y: scroll !important;
    height: 600px !important;
    padding: 20px !important;
}

span.tree-bullet-red {
    background-color: #FF0000 !important;
}

span.tree-bullet-yellow {
    background-color: #FFFF00 !important;
}

span.tree-bullet-green {
    background-color: #008000 !important;
}


/*UPDATE ACTIONS SPACING AND PLACEMENT*/

.ActionImage {
    position: relative;
    top: 1px;
    margin-right: 5px;
}


#tblLinks_Common_Tasks td {
    vertical-align: top;
}




.LinkButtonStyleList {
    font-size: 11px;
    color: #777;
    text-decoration: none;
    position: relative;
    left: 0;
    transition: 0.1s all ease-in;
    display: block;
    line-height: 1.7;
}

    .LinkButtonStyleList:hover,
    .LinkButtonStyleList:active,
    .LinkButtonStyleList:focus {
        color: #000;
        text-decoration: none;
        left: 3px;
        /*transition: 0.25s all ease-in;*/
    }


/*Permit Wizzard Precautions and Preparations Questions div*/
.PrecautionsPreparations {
    height: 350px;
    margin-bottom: 15px;
    overflow: auto;
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0px 5px 0px 5px;
}


.PrecautionsDescription {
    height: 350px;
}



/*SEND SYSTEM MESSAGE*/

.message-form-container {
    width: 100%;
    max-width: 716px;
}

#radGridHVSwitching {
    margin-bottom: 100px !important;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}


h3 {
    color: #707070;
}




/*Weblist - sidebar action heading styles - brought input from style.css input the project*/

.DataPanelActionSelectedTitleStyle {
    color: #707070 !important;
    vertical-align: top !important;
    text-align: left !important;
    height: auto !important;
    font-size: 1em !important;
    background-color: #f6f6f6 !important;
    border-bottom: #ccc 1px solid !important;
    padding: 0 0 0.5em 0 !important;
    cursor: pointer !important;
    font-weight: 700 !important;
}

.DataPanelActionSelectedTitleStyle:before {
    content: "-";
    margin: 0 0.45em 0 0.15em;
}

.DataPanelActionStyle {
    margin-top: 0.5em;
}

.DataPanelActionTitleStyle {
    color: #606060 !important;
    vertical-align: top !important;
    text-align: left !important;
    height: auto !important;
    font-size: 1em !important;
    background-color: #f6f6f6 !important;
    border-bottom: #ccc 1px solid !important;
    padding: 0 0 0.25em 0 !important;
    background-image: none !important;
    cursor: pointer !important;
    font-weight: 700 !important;
}

    .DataPanelActionTitleStyle:before {
        content: "+";
        margin: 0 0.25em 0 0;
    }

    /* Password box  */


.password-placeholder {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    height: 27px;
    width: 100% !important;
    font-size: 1em;
    color: #666;
    border-radius: 3px;
    padding: 0.4em;
    font-family: sans-serif, Arial;
    background-color: white;
    border: 1px solid #ccc;
    white-space: nowrap;
}

.signature-placeholder {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    height: 27px;
    width: 100% !important;
}

#txtAccUserPassword, #txtAuthUserPassword {
    opacity: 0;
    background: transparent;
}

.input-box {
    position: relative;
    height: 27px;
    overflow: hidden;
}


#txtSignatureAction1, #txtSignatureAction2 {
    opacity: 0;
    background: transparent;
}


#txtSignature {
    opacity: 0;
    background: transparent;
}

.sign-exception #txtSignature {
    opacity: 1;
    background: transparent;
}

.downloader {
    position: relative;
    top: 5px;
    margin-left: 1em;
}

.downloader-text {
    position: relative;
    top: 8px;
    margin-left: 0.5em;
    font-weight: bold;
    color: #777 !important;
}

.downloader-container-hidden {
    visibility: hidden;
}

.downloader-container-visible {
    visibility: visible;
}

.downloader-container-floating {
    padding: 0.9em;
    text-align: right;
    position: fixed;
    background-color: white;
    left: 40%;
    z-index:100;
    bottom: 50%;
    width: 15%;
}

#download-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

.strikethrough {
    text-decoration: line-through;
    color: red !important;
}

.underline {
    text-decoration:underline;
}

.strikethrough-underline {
    text-decoration: line-through underline;
} 

/*Modal div start - Alternative for window.prompt that has license issues on Desktop */
.divModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.divModal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
}

    .divModal-content section {
        text-align: right;
        padding-top: 10px;
    }

/* The Close Button */
.divClose {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .divClose:hover,
    .divClose:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

#btnSaveSearchOk {
    margin-right: 5px;
}

/*Modal div end*/


/* Temporary code start - The following 2 have been temporarily added to style the h2 work Location Heading. It will be removed once the correct GIS Code is merged from Test */
.permit-wizard .work-location-heading {
    margin-bottom: 30px;
}

.permit-wizard .work-location-heading h2 {
    color: #444444 !important;
    padding: 0px;
    font: 14px "Open Sans", Arial, sans-serif;
    border-bottom: 0px;
}
/*End of Temporary code*/