﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    font-size: .80em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #616161;
}

textarea {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: inherit;
}

input {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: inherit;
}

select {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: inherit;
}

a:link, a:visited {
    color: #616161;
}

.header a:link, .header a:visited,
.grid-header a:link, .grid-header a:visited,
.grid-body a:link, .grid-body a:visited,
.grid-tbl-footer a:link, .grid-tbl-footer a:visited {
    text-decoration: none;
}

.header a:focus, .main a:focus {
    outline: none;
}

.header .header-bar-right {
    display: flex;
    position: absolute;
    right: 0px;
    top: 0px;
    justify-content: flex-end;
}


a:hover {
    color: #616161;
    text-decoration: none;
}

a:active {
    color: #616161;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

th p {
    margin-top: 0px;
    margin-bottom: 0px;
}

p.columnname {
    margin-top: 3px;
    margin-bottom: 3px;
    line-height: 1.1em;
    display: block;
    font-weight: 600;
}

p.textbox {
    margin-top: 5px;
    margin-bottom: 0px;
    line-height: 1em;
}

p.textbox_bottomspacer {
    height: 25px;
}

p.checkbox {
    padding-top: 6px;
}

p.checkbox_bottomspacer {
    height: 31px;
}

p.date {
    margin-top: 5px;
    margin-bottom: 0px;
    line-height: 1em;
    font-size: 11px;
    text-align: right;
    padding-right: 15px;
}

p.date_bottomspacer {
    height: 2px;
}

p.dropdown {
    margin-top: 5px;
    margin-bottom: 0px;
    line-height: 1em;
}

p.dropdown_bottomspacer {
    height: 25px;
}

p.delete_bottomspacer {
    height: 54px;
}

p.select_text {
    font-size: 11px;
    height: 25px;
}

p.select_bottomspacer {
    height: 5px;
}

.PagerMargin table {
    margin-left: 30px;
}

    .PagerMargin table td {
        padding: 0 3px;
        border: none;
    }

.PagerMarginHidden table {
    display: none;
}

a.disabled {
    opacity: 0.7;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

table.settings-page-header {
    width: 100%;
    border-bottom: 1px solid grey;
    margin: auto;
}

    table.settings-page-header td {
        padding: 5px;
        text-align: center;
        color: steelblue;
    }

    table.settings-page-header h1 {
        margin: 0px !important;
    }

table.pad5 td, table.pad5 th {
    padding: 5px;
}

table.pad0 td, table.pad0 th {
    padding: 0;
}

table.pad0 {
    border-collapse: collapse;
}

table.pad3 td, table.pad3 th {
    padding: 3px;
}

tr.pad3 td, tr.pad3 th {
    padding: 3px;
}

tr.pad3top td, tr.pad3top th {
    padding: 3px 3px 0 3px;
}

tr.pad3bottom td, tr.pad3bottom th {
    padding: 0 3px 3px 3px;
}

table.padClear td, table.padClear th {
    padding: 1px;
}

.puEditorLink {
    text-decoration: underline;
    cursor: pointer;
}

    .puEditorLink:hover {
        text-decoration: none;
    }


/* tab menu */
div.tab_menu {
    padding: 0px 20px;
    display: none;
    text-align: center;
}

div.tab_menu_wrap {
    background-color: #e6ebee;
    min-height: 50px;
}

div.tab_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
    z-index: 100;
}

    div.tab_menu ul li a, div.tab_menu ul li a:visited {
        display: block;
        padding: 13px 15px 7px;
        text-decoration: none;
        white-space: nowrap;
        border: 0;
        border-bottom: 5px #e6ebee solid;
        margin: 0 5px;
        line-height: 25px
    }

        div.tab_menu ul li a.selected {
            border-color: #616161;
            font-weight: 600;
        }

        div.tab_menu ul li a:hover {
            text-decoration: none;
            border-color: #616161;
        }

        div.tab_menu ul li a:active {
            text-decoration: none;
        }

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, .h2 {
    font-size: 1.5em;
    color: #696969;
    text-transform: none;
    margin-bottom: 0px;
    font-weight: 400;
}

h1 {
    font-size: 1.8em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

    h1.gridview {
        margin-top: 0px;
        margin-bottom: 10px;
    }

h2, .h2 {
    font-size: 1.6em;
    font-weight: 400;
}

h3 {
    font-weight: 400;
    font-size: 1.3em;
}

    h3.top {
        margin-top: 0px;
    }

h4 {
    font-size: 1.2em;
}

h5, h6 {
    font-size: 1.1em;
}

hr {
    height: 1px;
    border: none;
    color: #8c8c8c;
    background-color: #8c8c8c;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}

input[type="submit"], input[type="button"] {
    margin: 2px;
    background-color: #616161;
    color: white;
    border: 1px #616161 solid;
    padding: 5px 10px;
    border-radius: 3px;
}

    input[type="submit"]:hover, input[type="button"]:hover {
        /*background-color: #dddddd;
        border-color: #616161;
        color: #616161;*/
        opacity: 0.3;
    }

    input[type="submit"]:active, input[type="button"]:active {
        /*background-color: #8c8c8c;
        color: white;*/
        opacity: 0.6;
    }

    input[type="submit"]:disabled, input[type="button"]:disabled {
        /*background-color: #dddddd;
        border-color: #8c8c8c;
        color: #616161;*/
        opacity: 0.3;
    }

    input[type="submit"].Secondary, input[type="button"].Secondary {
        background-color: white;
        color: #616161;
        border: 1px #616161 solid;
    }

        input[type="submit"].Secondary:hover, input[type="button"].Secondary:hover {
            /*background-color: #dddddd;
        border-color: #616161;
        color: #616161;*/
            opacity: 0.3;
        }

        input[type="submit"].Secondary:active, input[type="button"].Secondary:active {
            /*background-color: #8c8c8c;
        color: white;*/
            opacity: 0.6;
        }

        input[type="submit"].Secondary:disabled, input[type="button"].Secondary:disabled {
            /*background-color: #dddddd;
        border-color: #8c8c8c;
        color: #616161;*/
            opacity: 0.3;
        }

input[type="text"][disabled], select[disabled] {
    background-color: #F8F8F8;
}

input[type="submit"].Tertiary, input[type="button"].Tertiary {
    background-color: transparent;
    color: #616161;
    padding: 0px;
}

    input[type="submit"].Tertiary:hover, input[type="button"].Tertiary:hover {
        text-decoration: underline;
        cursor: pointer;
        opacity: 1;
    }

    input[type="submit"].Tertiary:active, input[type="button"].Tertiary:active {
        opacity: 0.6;
    }

    input[type="submit"].Tertiary:disabled, input[type="button"].Tertiary:disabled {
        opacity: 0.3;
    }

input[type="text"],
input[type="password"] {
    background-color: white;
    color: #616161;
    border: 1px #8c8c8c solid;
    padding: 2px;
}

    input[type="text"]:focus,
    input[type="submit"]:focus,
    input[type="password"]:focus,
    textarea:focus,
    select:focus {
        outline: none;
    }


select {
    min-height: 23px; /*To make them same size as input[type="text"]*/
    border: 1px #8c8c8c solid;
}

textarea {
    border: 1px #8c8c8c solid;
    resize: none;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page, .header {
    min-width: 1300px;
}

.pageRegister {
    width: 830px;
    background-color: #ffffff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.pageRegister_iFrame {
    width: 830px;
    background-color: #ffffff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #434343;
}

.header {
    margin: 0;
    padding: 0;
    background-color: #616161;
    width: 100%;
    height: 95px;
    position: fixed;
    top: 0;
    z-index: 250;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: white;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

    .header h2 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: white;
        border: none;
        line-height: 1.6em;
        font-size: 1.6em;
    }

.main {
    clear: both;
    width: 100%;
    position: fixed;
    top: 95px;
    z-index: 249;
    /*box-shadow: 0 0 5px 1px rgba(0,0,0,0.70);*/
}

.content {
    opacity: 0;
    transition: opacity .25s;
}

.inner-content {
    background-color: white;
}

.sticky {
    position: fixed;
    background-color: white;
    top: 95px;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 248;
}

.sticky-vtm-header {
    position: sticky;
    background-color: white;
    top: 145px;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 248;
}


.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    padding: 0;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.close-x {
    display: none;
}

/* TAB MENU   
----------------------------------------------------------*/
div .hideSkiplink {
    background-color: #616161;
    width: 100%;
    min-height: 36px;
    position: absolute;
    bottom: 0;
}

div.leftMenu {
    display: block;
    float: left;
    width: auto;
}

div.rightMenu {
    display: block;
    float: right;
    width: auto;
}

div.menu {
    padding: 0 20px;
    display: none;
    float: left;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
        z-index: 200;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #616161;
            color: white;
            display: block;
            padding: 8px 20px 8px;
            text-decoration: none;
            white-space: nowrap;
            line-height: 20px;
        }

            div.menu ul li a.selected {
                background-color: #e6ebee !important;
                color: #006495;
                font-weight: 600;
            }

            div.menu ul li a:hover {
                background-color: #f2f4f5 !important;
                color: #616161;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #8c8c8c !important;
                color: #616161;
                text-decoration: none;
            }


/* TAB MENU PRODUCTS  
----------------------------------------------------------*/

div.divProductsSquare {
    height: 30px;
    width: 30px;
    float: left;
    background-color: transparent;
    background-image: url(https://inspectre.blob.core.windows.net/logos/ire/favicons/IRELogo.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    margin-right: 5px;
}

select.ddProducts {
    padding: 4px;
    width: 200px;
    height: 30px;
    font-family: "Segoe UI",Tahoma,Geneva,Verdana,sans-serif;
    font-size: 14px;
    border: none;
    color: #616161;
}

div.divStockTicker {
    display: inline-block;
    width: 300px;
    z-index: 10;
    background-color: white;
    margin: 15px 0 0 30px;
    position: relative;
}

    div.divStockTicker:hover {
        padding-right: 25px;
    }

    div.divStockTicker #divDismissStockTicker:after {
        content: 'clear';
        font-family: 'Material Icons' !important;
        display: inline-block;
        font-weight: normal;
        font-style: normal;
        letter-spacing: normal;
        text-transform: none;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        font-feature-settings: "liga" 1;
        width: 1em;
        height: 1em;
        position: absolute;
        top: 9px;
        right: 9px;
        text-align: center;
        color: black !important;
        z-index: 11;
    }

    div.divStockTicker #divDismissStockTicker {
        display: none;
        color: black !important;
    }

    div.divStockTicker:hover #divDismissStockTicker {
        display: block;
    }

        div.divStockTicker:hover #divDismissStockTicker:hover {
            cursor: pointer;
        }

ul.marquee {
    /* required styles */
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    overflow: hidden; /* optional styles for appearance */
    width: 100%;
    height: 30px; /* height should be included to reserve visual space for the marquee */
    line-height: 30px;
}

    ul.marquee li {
        /* required styles */
        position: absolute;
        top: -999em;
        left: 0;
        display: block;
        white-space: nowrap; /* keep all text on a single line */ /* optional styles for appearance */
        padding: 0 5px;
        margin: auto;
        color: #616161;
    }

select.ddChangeOffice {
    color: #616161;
    padding: 3px;
    font-family: "Segoe UI",Tahoma,Geneva,Verdana,sans-serif;
    border: none;
    margin: 3px 0 0 3px;
    max-width: 205px;
}

div.divSiteSearch {
    position: absolute;
    padding: 0px;
    top: 8px;
    left: 720px;
    z-index: 300;
}

div.divProducts {
    float: left;
}

div.menuProducts {
    display: none;
    background-image: url(/images/DownChevron.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 150px;
}

    div.menuProducts ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        z-index: 300;
    }

        div.menuProducts ul li a, div.menuProducts ul li a:visited {
            background-color: white;
            color: #616161;
            display: block;
            line-height: 30px;
            font-size: 16px;
            padding: 0 20px;
            width: 120px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menuProducts ul li a:hover {
                background-color: #8c8c8c;
                color: white;
                text-decoration: none;
            }

            div.menuProducts ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

/* TAB CONTROL */
.tab_xp .ajax__tab_header {
    font-size: 13px;
}

.tab_xp .ajax__tab_outer {
    margin-right: 3px;
    height: 25px;
}

.tab_xp .ajax__tab_inner {
    height: 25px;
    border: 1px solid #8c8c8c;
    border-bottom-width: 0;
}

.tab_xp .ajax__tab_tab {
    outline: 0;
    height: 17px;
    padding: 4px 5px;
    margin: 0;
    margin-bottom: -5px;
    border-bottom: 1px solid #8c8c8c;
    background-color: #e6ebee;
}

.tab_xp .ajax__tab_hover .ajax__tab_outer {
    border-top: 2px solid #616161;
}

.tab_xp .ajax__tab_hover .ajax__tab_inner {
    border-top-width: 0;
}

.tab_xp .ajax__tab_hover .ajax__tab_tab {
    background-color: #f2f5f6;
}

.tab_xp .ajax__tab_active .ajax__tab_outer {
    border-top: 4px solid red;
}

.tab_xp .ajax__tab_active .ajax__tab_inner {
    border-top-width: 0;
}

.tab_xp .ajax__tab_active .ajax__tab_tab {
    font-weight: bold;
    border-bottom-color: white;
    background-color: white;
}

.tab_xp .ajax__tab_body {
    border: 1px solid #8c8c8c;
    background-color: white;
    padding: 8px;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset.list {
        margin: 0px 0px;
        padding: 1em;
        border: 1px solid #ccc;
        text-align: left;
    }

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    /*fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }*/

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #8c8c8c;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #8c8c8c;
}

div.accountInfo {
    width: 42%;
}

div.registerInfo {
    width: 84%;
    margin: auto;
}

div.divStatusChangerWizard {
    width: 1000px;
}


/* MISC  
----------------------------------------------------------*/

.popupButton {
    display: none;
    width: 70px;
}

.clear {
    clear: both;
}

.hint {
    color: SteelBlue;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
    margin: 15px 20px;
}

.header .title {
    margin-bottom: 0;
}

.pnlFiles {
    width: 892px;
    height: 150px;
    border: 1px solid Gray;
    overflow: auto;
    margin: auto;
    text-align: left;
}

.loginDisplay {
    font-size: 1.1em;
    text-align: right;
    color: White;
    display: flex;
    flex-wrap: wrap;
    top: 0px;
    right: 0px;
    justify-content: flex-end;
    width: 310px;
    position: absolute;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
        text-decoration: underline;
    }

    .loginDisplay > div:first-child {
        width: calc(100% - 10px);
        display: flex;
        justify-content: flex-end;
    }

    .loginDisplay .user-utils {
        width: 70px;
        margin-top: 5px;
    }

    .loginDisplay .user-account-profile {
        max-width: 230px;
    }


#divAccountProfileButton {
    display: flex;
    flex-direction: row;
    height: 21px;
    padding: 5px;
}

    #divAccountProfileButton:hover {
        background-color: rgba(256,256,256,0.1);
        cursor: pointer;
    }

#divAccountProfileImageThumbnail {
    max-width: 50px;
}

.account-profile-name, .account-profile-details {
    padding-left: 5px;
    word-break: keep-all;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 2px 2px 0 5px;
}

.account-profile-details {
    width: calc(100% - 55px);
    padding: initial;
    padding-left: 5px;
}

.account-profile-thumbnail span {
    /*    color: white;
*/
}

.account-profile-thumbnail img {
    /*    max-width: 25px; can't have both width and height as it messes up aspect ratio */
    max-height: 25px;
    margin-left: -5px;
    clip-path: circle(10px at center);
}

#divAccountProfileTab {
    background-color: white;
    border: 2px solid #333333;
    width: 300px;
    display: flex;
    position: absolute;
    right: 3px;
    top: 30px;
    z-index: 100;
    color: black;
    padding-top: 5px;
    padding-bottom: 5px;
}

    #divAccountProfileTab .account-profile-thumbnail {
        padding-left: 10px;
    }

        #divAccountProfileTab .account-profile-thumbnail img {
            max-width: 60px;
            max-height: 60px;
            margin-top: 5px;
            clip-path: circle(25px at center);
        }

    #divAccountProfileTab .account-profile-icon {
        font-size: 30px;
    }

    #divAccountProfileTab a {
        display: block;
    }

        #divAccountProfileTab a:link {
            color: steelblue;
        }

        #divAccountProfileTab a:visited {
            color: steelblue;
        }

        #divAccountProfileTab a:hover {
            color: steelblue;
            text-decoration: underline;
        }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
    margin-bottom: 0px;
}

.HowToLink {
    position: relative;
    top: 2px;
    right: 8px;
    height: 27px;
    padding-top: 5px;
    float: right;
}

    .HowToLink:hover {
        opacity: 0.6;
    }

.HowToCloseLink {
    position: relative;
    top: 8px;
    right: 8px;
    width: 80px;
    height: 27px;
    float: right;
}

/* Combox Box */
.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input {
    margin: 0;
    border: solid 1px #7F9DB9;
    border-right: 0px none;
    padding: 1px 0px 0px 5px;
    font-size: 13px;
    height: 18px;
    top: 0px;
}

.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button {
    margin: 0;
    padding: 0;
    background-image: url(/images/windows-arrow.gif);
    background-position: top left;
    border: 0px none;
    height: 21px;
    width: 21px;
}

.WindowsStyle .ajax__combobox_itemlist {
    border-color: #7F9DB9;
    height: 100px;
}

.enquiry-details-width {
    width: 1000px;
}

.bdm-background {
    background-color: #f8f8f8;
}

.pue-owners-add-existing {
    width: 670px;
}

.times-all-buttons {
    width: 165px;
    margin-top: 6px !important;
}

.RunDetails {
    width: 400px;
}

.export-all-button {
    background-color: white !important;
    color: #9E2828 !important;
}

#divGroupList {
    margin-top: 153px;
    margin-right: -7px;
}

    #divGroupList .highlight2 {
        background-color: white;
        border-right-color: white;
    }

/* NEW BUSINESS STYLES  
----------------------------------------------------------*/
/* Document & Video Table */
.NBTabDocumentTable tr:hover {
    background-color: #F5F5F5;
}

.NBTabDocumentTable td {
    padding: 5px 3px 5px 3px;
}

.NBTabDocumentTable {
    border-collapse: collapse;
    border: 1px solid #dddddd;
}

    .NBTabDocumentTable td a img {
        border: 0px;
    }

/* Tab Title Style and Padding on Content */
.NBTabContentDiv {
    padding-left: 10px;
    padding-top: 0px;
}

.NBTabContentTitle {
    font-size: 1.5em;
    margin-top: 0px;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    margin-bottom: 0px;
    font-weight: bold;
}

/* Floating Divs for Flyers Tab */
.FlyerDivContainer {
    float: left;
    width: 185px;
    text-align: center;
    height: 250px;
    font-size: 10pt;
    padding: 5px;
}

    .FlyerDivContainer img {
        width: 150px;
        height: 170px;
        border: 1px solid #c3c3c3;
    }

/* Prospect Styles */
.ProspectCell {
    width: 70px;
    text-align: center;
    vertical-align: text-top;
}


/* USER INTERFACE CLASSES 
----------------------------------------------------------*/

.bold {
    font-weight: bold;
}

.FullWidth {
    width: 100%;
}


.Center {
    margin: auto;
}

.TextRight {
    text-align: right !Important;
}

.TextLeft {
    text-align: left !Important;
}

.TextCenter {
    text-align: center;
}

.PropertyThumbnail {
    width: 120px;
    height: 85px;
    padding-top: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.RemovePropertyButton {
    text-align: right;
    vertical-align: bottom;
    padding-bottom: 2px;
}

.PropertyStatus {
    padding-left: 15px;
    vertical-align: top;
}

.RadioButtonPanel {
    padding-top: 8px;
}

.RadioButtonDatePanel {
    padding: 3px 0 0 20px;
    display: none;
}

.VerticalTop {
    vertical-align: top;
}

.PropertyDescription {
    padding-top: 10px;
    vertical-align: top;
}

.SameAsResidential {
    margin-left: 15px;
}

.pad3303 {
    padding: 3px 3px 0 3px;
}

.RemoveAddressButton {
    text-align: right;
    vertical-align: bottom;
    padding-bottom: 2px;
}


.AddressStreetNumber, .AddressState, .AddressPostCode, .AddressCountry {
    text-align: center;
}

.ContactMobile, .ContactPhone {
    text-align: center;
}

.PropertyUtilities {
    text-align: center;
}

    .PropertyUtilities input {
        text-align: center;
    }

.DatePicker {
    text-align: center;
}

.SendReviewerTable {
    margin: auto;
    width: 100%;
    text-align: center;
}

.ContactHeadings {
    display: block;
    max-width: 700px;
}

.NoTextDecoration {
    text-decoration: none;
}

.SelectedItem {
    font-weight: bold;
    color: #EC7615;
}

.Merge {
    display: inline-block;
}

.StandardPage {
    width: 1030px;
    margin: auto;
    margin-top: -10px;
    clear: both;
}

.DetailsSection {
    margin: 4px 2px;
    padding: 10px 15px 5px;
    display: inline-block;
    border: solid;
    border-radius: 2px;
    border-width: 1px;
    border-color: gray;
    vertical-align: top;
}

    .DetailsSection h2 {
        margin-top: -5px;
        margin-bottom: 5px;
    }

    .DetailsSection h6 {
        clear: left;
        font-variant: normal;
        padding-left: 5px;
    }

.HeadingSection {
    text-align: center;
    margin-top: 4px;
    margin-bottom: 4px;
    display: inline-block;
}

.ControlsSection {
    margin-top: 4px;
    margin-bottom: 2px;
    padding: 5px;
    float: left;
}

.Whole {
    width: 96.5%;
}

.Half {
    width: 46.3%;
}

.Third {
    width: 32%;
}

.TwoThird {
    width: 60.5%;
}

.ThreeQuarter {
    width: 70%;
}

.Quarter {
    width: 22.5%;
}

.PageHeading {
    margin-top: -4px;
}

    .PageHeading span {
        font-size: x-large;
        font-variant: small-caps;
        font-weight: bold;
    }

.ControlAndLabel {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
    text-align: left;
}

.Important {
    font-weight: bold;
}

.Small {
    width: 55px;
}

    .Small input {
        width: 50px;
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .Small select {
        width: 50px;
        margin-top: 3px;
        margin-bottom: 3px;
    }

.Medium {
    width: 100px;
}

    .Medium input {
        width: 95px;
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .Medium select {
        width: 95px;
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .Medium span {
        width: 95px;
        margin-top: 5px;
        margin-bottom: 3px;
        text-align: center;
    }

.Large {
    width: 155px;
}

    .Large input {
        width: 150px;
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .Large select {
        width: 150px;
        margin-top: 3px;
        margin-bottom: 3px;
    }

.ExtraLarge {
    width: 205px;
}

    .ExtraLarge input {
        width: 200px;
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .ExtraLarge select {
        width: 200px;
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .ExtraLarge textarea {
        width: 200px;
        margin-top: 3px;
        margin-bottom: 3px;
    }

.BloodyLarge {
    width: 425px;
}

    .BloodyLarge textarea {
        width: 420px;
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .BloodyLarge input {
        width: 420px;
        margin-top: 3px;
        margin-bottom: 3px;
    }

.ContactListItem {
    margin-top: 10px;
    padding: 3px;
    border: solid;
    border-radius: 2px;
    border-width: 1px;
    border-color: gray;
    background-color: #eeeeee;
    overflow: hidden;
    width: 95%;
}

.ContactListItemDisplay {
    display: inline-block;
    padding-left: 5px;
}

.ContactListItemNew {
    margin-top: 10px;
    padding: 3px;
    border: solid;
    border-radius: 2px;
    border-width: 1px;
    border-color: orange;
    background-color: #eeeeee;
    overflow: hidden;
    width: 95%;
}

.HistoryItemNew {
    margin-top: 10px;
    padding: 8px;
    border: solid;
    border-radius: 2px;
    border-width: 1px;
    border-color: orange;
    background-color: #eeeeee;
    overflow: auto;
    width: 95%;
}

.HistoryItemCollapsed {
    margin-top: 10px;
    padding: 8px;
    border: solid;
    border-radius: 2px;
    border-width: 1px;
    border-color: gray;
    background-color: #eeeeee;
    overflow-x: auto;
    overflow-y: hidden;
    max-height: 65px;
    width: 95%;
}

.HistoryItemExpanded {
    margin-top: 10px;
    padding: 8px;
    border: solid;
    border-radius: 2px;
    border-width: 1px;
    border-color: gray;
    background-color: #eeeeee;
    overflow-y: auto;
    max-height: none;
    width: 95%;
}

.Date span {
    color: #ec7615;
    font-weight: bold;
}

.Subject span {
    font-weight: bold;
}

.ContactList {
    margin-top: 8px;
    height: 80%;
    overflow-y: scroll;
    width: 99%;
}

.LeadHistory {
    margin-top: 8px;
    height: 80%;
    width: 100%;
    overflow-y: scroll;
}

.LinkButton {
    margin: 4px;
}


/* IRE TOGGLE CSS
----------------------------------------------------------*/

.ire-toggle {
    font-weight: 600;
    padding-left: 24px;
    background-repeat: no-repeat;
}

.ire-toggle-collapsed {
    background-image: url(/images/TriangleRight.png);
    background-position: 6px 5px;
    background-size: 8px;
}

.ire-toggle-expanded {
    background-image: url(/images/TriangleDown.png);
    background-position: 5px 6px;
    background-size: 9px;
}

.ire-toggle:hover {
    cursor: pointer;
    text-decoration: underline;
}

.ire-toggle-body {
    display: none;
}

/* Tenant App Header Logo */
.top-bar-ta-action-logo {
    background-color: white;
    margin: 15px 0 0 30px;
    color: #c6c6c6;
    font-weight: 600;
    padding: 5px 10px;
    font-size: 15px;
    cursor: pointer;
    height: 20px;
    border-radius: 15px;
    width: 100px;
    position: absolute;
    right: 300px;
    top: 0px;
}
    .top-bar-ta-action-logo:hover {
        background-color: #e6ebee;
    }
    .top-bar-ta-action-logo a {
        display: flex;
    }
    .top-bar-ta-action-logo a:hover {
        text-decoration: none;
        opacity: 1;
    }
    .top-bar-ta-action-logo img {
        max-height: 20px;
        z-index: 10;
    }

/*
    IMPORTANT:

    Before adding new styles, please consider whether they will have the same definition for all skins.
    If yes, place them in CommonPreSkin.css or CommonPostSkin.css instead.

    ** DO NOT PLACE ANY STYLES AFTER THIS MESSAGE (ie. KEEP IT AT THE END) **
*/
