﻿/* Required to have full-screen RadSplitter */
html, body, form
{
    height: 100%;
    margin: 0;
    padding: 0; /*overflow: hidden;*/
    font: normal 12px/1.5em "Segoe UI" , Arial, sans-serif;
}

input
{
    font: normal 12px/1.5em "Segoe UI" , Arial, sans-serif;
}

.fraGreyLabel
{
    font-style: italic;
    color: DarkGray;
}
.fraSectionHeader
{
    font-weight: bold;
}

.logo
{
    float: left;
    background-repeat: no-repeat;
    width: 142px;
    height: 50px;
    background-image: url('Images/lefttop50.gif');
}

.header
{
    width: 100%;
    height: 50px;
    background-repeat: repeat-x;
    background-image: url('Images/headerbar50.gif');
}
.headermenu
{
    height: 50px;
    float: left;
    position: relative;
    top: 25px;
}
.headermenuitem
{
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.headermenulink
{
    color: White;
    font-weight: bold;
    text-decoration: none;
}

.sectionTitle
{
    font-weight: bold;
}
.sectionSubtitle
{
    text-decoration: underline;
}
/* Hacks Required to make sure that radgrids nested in splitter are 100% tall in later browsers */
#ctl00_ctl00_ContentPlaceHolder2_RadGridAsbestosPanel
{
    height: 100%;
}
#RadGridAddressPanel
{
    height: 100%;
}
#RadGridReportPanel
{
    height: 100%;
}
#CCAReportGridPanel
{
    height: 100%;
}
#PropertyAttributes_RadGrid2Panel
{
    height: 100%;
}
#Asbestos_RadGridEvents
{
    height: 100%;
}

.plainList
{
    list-style-type: none;
    margin-left: 5px;
}

.errorList
{
    list-style-type: none;
    color: Red;
    margin-left: 5px;
}
.Rotator
{
    background-color: black;
    cursor: default;
}
.itemTemplate
{
    margin: 5px; /*width:140px;*/
    height: 24px;
}
.Symbol
{
    font-family: Verdana, Arial;
    font-weight: bold;
    font-size: 9pt;
    color: #3E7DBC;
    cursor: default;
    float: left;
}
.Quote
{
    font-family: Verdana, Arial;
    font-size: 11px;
    color: #64962D;
    float: left;
    margin-left: 5px;
}
.Change
{
    font-family: Verdana, Arial;
    font-size: 11px;
    color: gray;
    float: left;
    margin-left: 5px;
}
.Link
{
    font-family: Verdana, Arial;
    font-size: 10px;
    color: #3E7DBC;
}

.rotatorBackground
{
    float: left;
    margin-left: 50px;
    margin-top: 10px;
    width: 440px;
    height: 185px;
    border: solid 2px #dedede;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}
.rotatorStyle
{
    margin: 5px auto 0px;
}
.rotatorStyle .rotatorItem
{
    margin: 5px;
    height: 270px;
    width: 280px;
    padding: 2px;
}
.rotatorItem
{
    border: solid 1px #688CAF !important;
}

.rotatorStyle2
{
    margin: 5px auto 0px;
}
.rotatorStyle2 .rotatorItem2
{
    margin: 5px;
    height: 150px;
    width: 150px;
    padding: 2px;
}
.rotatorItem2
{
    border: solid 1px #688CAF !important;
}

.Centre
{
    text-align: center;
    vertical-align: middle;
}

div .Centre
{
    margin-left: auto;
    margin-right: auto;
}

/*
Widgets
*/
.WidgetContainer
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; /*CSS3*/
    min-height: 50px;
    margin-left: 5px;
    float: left;
    border: 0px !important;
}
.WidgetContainerRight
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; /*CSS3*/
    min-height: 50px;
    margin-left: 5px;
    float: right;
    border: 0px !important;
}
.WidgetContainerHighlight
{
    min-height: 100px !important;
    border: 1px Dotted Blue !important;
}
.Widget
{
    overflow: hidden;
    margin: 0px 10px 10px 10px;
}

.AddWidgetContainer /* Centers widget inside the ribbon bar group */
{
    min-height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; /*CSS3*/
    border: 0px !important;
    margin: 0px auto 0px auto;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
}
.AddWidgetContainer .Widget
{
    margin: 0px;
}

.Widget img /* adds a little space between drag bar and image */
{
    margin-top: 3px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.CustomWidgetHeader input[type=image]
{
    vertical-align: text-bottom;
}

div.InnerPadding
{
    padding: 5px;
}

.ForceLinkCursor
{
    cursor: pointer !important;
}

.HeaderMini span
{
    font-size: 18px;
    color: #96BEFA;
    padding: 5px 5px 5px 5px;
}

.HeaderMini div
{
    width: 98%;
    height: 3px;
    border-top: solid 1px #AACBFF;
    padding: 10px;
}

.rcbHeader ul, .rcbFooter ul, .rcbItem ul, .rcbHovered ul, .rcbDisabled ul
{
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.DynamicRadComboBoxColumn
{
    float: left;
    margin: 0;
    padding: 0 5px 0 0;
    line-height: 14px;
}

img.MnemonicIcon
{
    width: 16px;
    height: 16px;
    margin: 1px;
    float: right;
}
.Hidden
{
    display: none !important;
    visibility: hidden; /*width: 0px;*/
}

table.Notifications
{
    padding: 5px;
    width: 100%;
    height: 100%;
}
table.Notifications tr
{
    vertical-align: top;
}
table.Notifications tr:first-child td:first-child
{
    text-align: center;
}
table.Notifications tr:first-child
{
    height: 26px;
    vertical-align: middle;
}
table.Notifications tr:last-child
{
    height: 26px;
    vertical-align: middle;
    text-align: center;
}
table.Notifications ul
{
    margin-top: 0px;
    padding-top: 5px;
    padding-left: 20px;
}
table.Notifications ul li
{
    padding-bottom: 6px;
}

.CustomWidgetHeader
{
    font: normal normal 12px "Segoe UI" , Arial, Sans-serif;
    float: left;
    line-height: 27px;
    padding: 0;
    margin: 0;
    text-overflow: ellipsis; /*CSS3*/
    overflow: hidden;
    white-space: nowrap;
    color: #00156E;
}

span.ForthcomingCountBox, span.OutstandingCountBox
{
    width: 28px;
    height: 16px;
    border-style: solid;
    border-width: 2px;
    text-align: center; /*float: right;     display: inline-block;*/
    padding-left: 1px;
    padding-right: 1px;
    margin-left: 10px;
    border-radius: 5px; /*CSS3*/
}

span.ForthcomingCountBox
{
    border-color: Green;
    background-color: Green;
    color: White;
}
span.OutstandingCountBox
{
    border-color: Red;
    background-color: Red;
    color: White;
}

.Overflower
{
    overflow: visible !important;
}

.Fill
{
    display: block;
    width: 100%;
    height: 100%;
}

.NoDetailsPanel
{
    width: 100%;
    height: 25px;
    padding: 5px;
    font-style: italic;
    text-align: center;
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
}

.PropertyAttribAttachmentItem
{
    max-height: 150px;
    max-width: 250px;
    margin: 5px;
    float: left;
    cursor: pointer;
    cursor: hand;
}

#CompanyNameLabel
{
    float: right;
    font-style: italic;
    font-weight: bold;
}

/*
 * SHQS
 */
table.BroadSHQS
{
    margin: 0px;
    border-collapse: collapse;
    width: 100%;
}

table.BroadSHQS tbody tr td:first-child
{
    width: 18px;
    font-weight: bold;
    text-align: center;
}
table.BroadSHQS tbody tr td:last-child
{
    width: 35px;
    font-weight: bold;
    text-align: center;
}
table.BroadSHQS tbody tr td
{
    padding-top: 7px;
    padding-bottom: 7px;
}
table.BroadSHQS tbody tr.A, .BroadA
{
    background-color: #ffcc99;
}
table.BroadSHQS tbody tr.B, .BroadB
{
    background-color: #ccffcc;
}
table.BroadSHQS tbody tr.C, .BroadC
{
    background-color: #ff99cc;
}
table.BroadSHQS tbody tr.D, .BroadD
{
    background-color: #ccccff;
}
table.BroadSHQS tbody tr.E, .BroadE
{
    background-color: #ffff99;
}

table.investment
{
    width: 100%;
    min-width: 135px;
    border-style: none;
    padding: 0;
    margin: 0;
}
table.investment tr td
{
    width: 50%;
    border-style: none !important;
    text-align: center;
    padding: 0;
    margin: 0;
}

table.ShqsIndividual td div a
{
    display: inline-block;
    margin: 0;
    padding: 2px 0 3px 0;
}
table.ShqsIndividual tr:nth-child(odd)
{
    background-color: #F5F5F5;
}
/*CSS3*/

table.AuditCompare
{
    border-collapse: collapse;
}
table.AuditCompare thead tr
{
    background-color: #E8F4FF;
    border-collapse: collapse;
}
table.AuditCompare thead tr td
{
    padding: 3px 15px 3px 5px;
    font-weight: bold;
    min-width: 70px;
}
table.AuditCompare tbody tr td
{
    padding: 3px 10px 4px 5px;
}
table.AuditCompare tbody tr td:first-child
{
    font-style: italic;
}

table.AuditCompare tbody tr td.Different
{
    background: #EBFAEB;
}

span.AuditCompare
{
    display: block;
    padding: 10px 3px 10px 5px;
    font-size: 1.2em;
    font-weight: bold;
}
span.AuditCompareSuccess, span.AuditCompareFail
{
    display: inline-block;
    padding-left: 20px;
    margin: 7px;
    background-repeat: no-repeat;
}
span.AuditCompareSuccess
{
    background-image: url('../Images/tick.png');
    color: Green;
}
span.AuditCompareFail
{
    background-image: url('../Images/error.png');
    color: Red;
}

.RadMenu
{
    z-index: 1 !important;
}

.moduleHeader
{
    width: 98%;
    height: 3px;
    border-top: solid 1px Black;
    margin-top: 4px;
    padding: 20px;
    padding-bottom: 0px;
}
.moduleTitle
{
    float: left;
    font-size: 24px;
    padding: 5px 5px 5px 5px;
}

.RadMenu
{
    z-index: 1 !important;
}

.HighlightToday
{
    background: #ffe488;
}

.rbSkinnedButton
{
    vertical-align: middle !important;
}

.customReportDetails
{
    padding: 3px;
}
.customReportDetails div
{
    padding: 4px;
}
.customReportDetails strong
{
    display: inline-block;
    min-width: 80px;
}

/* not displayed currently */
.support
{
    position: fixed;
    bottom: 0;
    right: 165px;
    z-index: 1000;
    margin: 0;
    padding: 0;
    width: 155px;
    display: none;
}
.support ul
{
    list-style-type: none;
    padding-left: 5px;
    margin: 0;
}
.support ul li
{
    padding: 2px;
    background-image: url(images/link.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 14px;
}
.support div:first-child
{
    display: block;
    width: 50px;
    height: 19px;
    margin: 0;
    padding: 2px;
    padding-left: 24px;
    border: 1px solid #CCC;
    vertical-align: middle;
    background-image: url(images/support.png);
    background-position: 4px center;
    background-repeat: no-repeat;
    background-color: White;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
    cursor: pointer;
    cursor: hand;
    font-weight: bold;
}
.support div:first-child + div
{
    margin: 0;
    padding: 3px;
    width: 100%;
    border: 1px solid #CCC;
    background-color: White;
    display: none;
    padding-top: 10px;
    margin-top: -1px;
    position: relative;
}
.support span
{
    font-size: 0.75em;
    text-align: right;
    display: block;
    padding: 4px 2px 0px;
    color: #AAA;
}

/* Rotating Images */
span.RotatableImg
{
    position: relative;
    display: inline-block;
}
span.RotatableImg img:first-child
{
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 10px;
    margin-bottom: 10px;
    display: none;
}
span.RotatableImg img:last-child
{
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    display: none;
}

span.RotatableImg img:button
{
    cursor: hand;
    cursor: pointer;
}

table.rowspace tr td
{
    padding-bottom: 4px;
    padding-top: 4px;
}

.padbot
{
    margin-bottom: 10px;
}

ul.form
{
    list-style-type: none;
    padding: 2px 5px;
}
ul.form li
{
    margin-bottom: 10px;
}
ul.form li span
{
    display: inline-block;
    min-width: 100px;
}
div.buttonbar
{
    padding: 2px;
    text-align: right;
}
div.buttonbar input
{
    margin-right: 4px;
}

.errorbox
{
    color: Red;
    border: 1px dashed red;
    margin: 2px 4px;
    padding: 2px;
}

.wrap
{
    white-space: normal;
}

input.pad
{
    padding: 3px 5px;
}

.component_cost_total_row
{
    background-color: #FFF4FF;
    font-weight: bold;
}
.component_cost_total_row td
{
    border-bottom: 1px solid #3399FF !important;
}
.component_cost_summary_row
{
    background-color: #FFFFF2;
    font-weight: bold;
}
.component_cost_summary_row td
{
    border-top: 1px dotted #3399FF !important;
    border-bottom: 1px solid #3399FF !important;
}

/* Remove border from rad menu */
.rmRootGroup
{
    border: 0 !important;
    background: none !important;
}

.usermenu
{
    position: absolute !important;
    top: 4px;
    right: 5px;
}
.usermenu img.alert
{
    position: relative;
    width: 18px;
    height: 18px;
    display: inline-block;
    z-index: 2000;
}


/*News Notification icon alert*/
.newsNotification
{
    position: absolute;
    top: 4px;
    right: 15px;
    display: inline-block;
    width: 18px;
    height: 18px;
    z-index: 2000;
}

/* News Notification popup alert */
.newsLatestPopup ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.newsLatestPopup ul li
{
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 2px;
    padding-left: 22px;
    background: url(images/news.png) no-repeat center left;
}

.UATContainer
{
    position: relative;
}
.UAT
{
    position: absolute;
    left: 0;
    top: 5px;
    right: 0;
    bottom: 0;
    z-index: -1;
    color: Red;
    text-align: center;
    font-size: 1.12em;
    vertical-align: text-top;
    display: block;
}

/* Shrink space inside tabs on ribbon slightly so that there is more room across top */
.rrbTabText
{
    padding-right: 6px !important;
}
.rrbTabLabel
{
    padding-left: 6px !important;
}

.AttachmentContainer
{
    position: relative;
}
.AttachmentContainer .Attach
{
    position: absolute;
    border: 1px solid #EFEFEF;
    background-color: #EAEAEA;
}
.AttachmentContainer .Top
{
    top: 0;
    left: 0;
    right: 0;
}

table.warning
{
    width: 100%;
    padding: 10px;
    color: Red;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid red;
}

/**
Misc
*/
.AttachToScreen
{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}

/*
css for the image buttons in Address modify in Editing form folder
*/
.imgButtonAddressModify
{
    margin-left: 10px;
    margin-top: 5px;
}

/* Maps widget */
.MapContainer
{
    position: relative;
    display: block;
    width: 260px;
    height: 260px;
    margin: 8px auto;
}
.Map
{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.PinMapContainer
{
    position: relative;
    display: block;
    width: 99%;
    height: 360px;
}
.PinMap
{
    position: absolute;
    left: 42px;
    top: 0;
    bottom: 10px;
    right: 0;
}


/* Widget CSS hack to remove grey background */
.Widget .rdMiddle .rdContent
{
    background-color: #FFF !important;
}
.Widget .rdMiddle .rdLeft
{
    background-image: none !important;
    border-left: 1px solid #AAA !important;
    background-color: #FFF !important;
}
.Widget .rdMiddle .rdRight
{
    background-image: none !important;
    border-right: 2px solid #AAA !important;
    background-color: #FFF !important;
}
.Widget .rdBottom .rdCenter
{
    background-image: none !important;
    border-bottom: 2px solid #AAA !important;
    background-color: #FFF !important;
}
.Widget .rdBottom .rdLeft
{
    background-image: none !important;
    border-left: 1px solid #AAA !important;
    border-bottom: 2px solid #AAA !important;
    background-color: #FFF !important;
}
.Widget .rdBottom .rdRight
{
    background-image: none !important;
    border-right: 2px solid #AAA !important;
    border-bottom: 2px solid #AAA !important;
    background-color: #FFF !important;
}

/** Map Menu Section **/
.ui-menu
{
    width: 40px;
}

.ui-menu .ui-menu-item
{
    padding: 10px;
}
.selectedMenu
{
    background-color: #94B8B8;
}
.clusterselect
{
    background-color: #99D699;
}
.clusterNonSelect
{
    background-color: #FFB2B2;
}


/** property techtoic css section start**/
#wrap
{
    width: 750px;
    margin: 0 auto;
    font-family: Sans-Serif;
}
/**
text box section
**/
.textbox
{
    border: 1px solid #c3dbd3;
    font-size: 13px;
    padding: 3px 3px 3px 3px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
    margin-left: 0px;
}

.textbox:focus
{
    outline: none;
    border: 1px solid #7bc1f7;
    box-shadow: 0px 0px 8px ##267a47;
    -moz-box-shadow: 0px 0px 8px #7bc1f7;
    -webkit-box-shadow: 0px 0px 8px #7bc1f7;
}
imge.centerImage
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.colorDiv
{
    background-color: #5e3d9f;
    color: white;
}
.colorDivError
{
    background-color: #5e3d9f;
    color: red;
}

.labels
{
    margin-right: 10px;
}

#divLogo
{
    text-align: center;
}
#divTitle
{
    height: 40px;
    text-align: center;
    background-color: #5e3d9f;
    color: white;
    margin-top: 10px;
}

.tdVertical
{
    vertical-align: top;
    text-align: right;
}
.labelsNoMargin
{
    margin: 0;
    width: 93px;
}

#divLogo
{
    text-align: center;
}
#divTitle
{
    height: 40px;
    text-align: center;
    background-color: #5e3d9f;
    color: white;
    margin-top: 10px;
}


.tdVertical
{
    vertical-align: top;
    text-align: right;
}
.labelsNoMargin
{
    margin: 0;
    width: 93px;
}

.traingingReqTdWidth
{
    width: 236px;
}
/** reduce the size of date picker**/
.ui-datepicker
{
    font-size: 9pt !important;
}
/** property techtoic css section end**/

/** Surveyors Notes  **/
.SurveyorNoteMainDiv
{
    margin-left: 10px;
    margin-right: 10px;
}
.SurveyorNoteRepeaterDiv
{
    margin-top: 20px;
}
.SurveyorNoteDiv
{
    
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
    margin-top:1px;
    margin-bottom:1px;
}
.SurveyorNoteEditButton
{
    float: right;
    padding-right: 10px;
    display: inline;
}
.SurveyorNoteUpdateDate
{
    font-style: italic;
    font-size:10px;
}
/**Surveyors Note Area End **/
.pass
{
    color: Green;
}
.fail
{
    color: Maroon;
}
.warn
{
    color: Orange;
}

