﻿
html
{
    height: 100%;
}
body
{
    border-style: none;
    border-width: 0px;
    margin: 0px;
    font-family:Segoe UI,Tahoma,Arial;
    font-size: 11px;
    cursor: default;
    direction: ltr;
    height: 130%;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 30px;
    /*overflow: hidden;  This CSS line is not displaying scrollbar if window is minimized -- NSMBF-1508 */
    overflow: scroll;    /* Paresh 04-25-2017 || This CSS line added to display scrollbar if window is minimized -- NSMBF-1508 */
    position: absolute;
}
td
{
    font-size: 11px;
}
th
{
    font-size: 11px;
    font-weight: normal;
    text-align: left;
}
a
{
    border-style: none;
    border-color: currentColor;
    border-width: medium;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}
button
{
    font-size: 11px;
    border-top-color: #666666;
    border-right-color: #666666;
    border-bottom-color: #666666;
    border-left-color: #666666;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAMAAAB70KeTAAAAA3NCSVQICAjb4U/gAAAAM1BMVEX////y8vLx8fHw8PDv7+/u7u7s7Ozd3d3b29va2trZ2dnX19fV1dXT09PS0tLR0dG2trbjSpxwAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADAzLzMxLzEwyTLRCQAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNAay06AAAAAdSURBVAiZY2BgYIRDFiBkA0J2IOQEQm4g5AVDAQAGTACHePsLXwAAAABJRU5ErkJggg==");
}
.crm-Dialog-Main
{
    color: #444444;
    border-bottom-color: #a4abb2;
    background-color: rgb(255, 255, 255);
    overflow-y: auto;
    overflow-x: hidden;
    font-family: Segoe UI,Tahoma,Arial;
    vertical-align: top;
    position: absolute;
    top: 91px;
    bottom: 0px;
    left: 0px;
    font-size: 12px;
    margin-left: 20px;
    margin-right: 30px;
}
.crm-Dialog-Header
{
    border-bottom-color: #a4abb2;
    background-color: rgb(255, 255, 255);
    position: absolute;
    height: 91px;
    overflow: hidden;
    top: 0px;
    left: 0px;
    width: 324px;
}
.crm-Dialog-Header-Title
{
    color: #262626;
    font-size: 27px;
    font-weight: lighter;
    margin-left: 20px;
}
.crm-TextAutoEllipsis
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.crm-Dialog-Header-Desc
{
    color: #666666;
    padding-top: 4px;
    font-family: Segoe UI,Tahoma,Arial;
    margin-right: 30px;
    margin-left: 20px;
}
.crm-ListArea-FixedRow
{
    width: 100%;
}
.crm-List-Header
{
    width: 100%;
    height: 21px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    table-layout: fixed;
    word-wrap: normal;
    border-top-color: #d6d6d6;
    border-bottom-color: #d6d6d6;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAYAAABMDlehAAAAA3NCSVQICAjb4U/gAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzQGstOgAAAAFnRFWHRDcmVhdGlvbiBUaW1lADExLzAyLzA5p9WcZQAAABFJREFUGFdj+A8ETAxAQDsCAIxZBCNMAelFAAAAAElFTkSuQmCC");
    background-color: rgb(255, 255, 255);
    overflow: hidden;
}
.crm-List-DataColumnHeader
{
}
.crm-List-Data
{
    border-style: none;
    border-color: currentColor;
    border-width: 0px;
    width: 100%;
    table-layout: fixed;
}
th.crm-List-Sortable
{
}
label.crm-List-Sortable
{
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
td.crm-List-Sortable
{
    overflow: hidden;
    text-overflow: ellipsis;
}
img.crm-List-Sortable
{
    vertical-align: middle;
    visibility: hidden;
}
table.crm-List-Sortable
{
    width: 100%;
    height: 100%;
    table-layout: fixed;
}
a.crm-List-Sortable
{
    margin-left: 5px;
}
.crm-DataCell
{
    padding-left: 10px;
}
a.crm-List-Sortable > nobr.crm-DataCell
{
    padding-left: 5px;
}
.crm-List-ResizeBar
{
}
.crm-ImageStrip-resize
{
    width: 2px;
    height: 14px;
    overflow: hidden;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: transparent;
}
tr.crm-List-Row
{
    border-bottom-color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-top: 1px;
    margin-bottom: 1px;
    border-top-color: currentColor;
    border-top-width: medium;
    border-top-style: none;
    height: 28px;
}

/*
tr.crm-List-Row:hover
{
    background-color: #D7EBF9;
}
*/

tr.crm-List-SelectedRow
{
    color: #000000;
    padding-top: 1px;
    border-top-color: currentColor;
    border-bottom-color: #dbdee1;
    border-top-width: medium;
    border-bottom-width: 1px;
    border-top-style: none;
    border-bottom-style: solid;
    height: 28px;
    cursor: pointer;
    background-color: rgb(177, 214, 240);
}
.crm-List-DataCell
{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-style: none;
    border-color: currentColor;
    border-width: medium;
    word-wrap: break-word;
}
td.crm-List-DataCell
{
    height: 28px;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
    text-overflow: ellipsis;
}
.inner-grid-cellPadding
{
    padding-left: 10px;
}
.gridcellpadding
{
    width: auto;
    height: 19px;
    line-height: 19px;
    padding-left: 2px;
    display: block;
}
a.crm-List-Link
{
    cursor: pointer;
    color: #444444;
}
a.crm-List-Link:hover
{
    text-decoration: underline;
}
.crm-Dialog-Footer
{
    width: 100%;
    height: 44px;
    text-align: right;
    bottom: 0px;
    position: absolute;
    min-width: 288px;
    border-top-color: #ffffff;
    background-color: rgb(248, 248, 248);
}
.crm-Dialog-Footer-Right
{
    text-align: right;
    margin-right: 30px;
    float: right;
}
.crm-Dialog-Button
{
    width: auto;
    height: 24px;
    font-family: Segoe UI,Tahoma,Arial;
    margin-top: 10px;
    border-top-color: #c6c6c6;
    border-right-color: #c6c6c6;
    border-bottom-color: #c6c6c6;
    border-left-color: #c6c6c6;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    white-space: nowrap;
    min-width: 80px;
    background-image: none;
    font-size: 12px;
    color: #444444;
    background-color: rgb(255, 255, 255);
}
.crm-Dialog-Footer-Label{
    color:#444;
    display:inline-block;
	font-family: Segoe UI,Tahoma,Arial;	
	font-size: 12px;
}
#gridBodyTable
{
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-collapse: collapse;
}

table.ms-crm-List-StatusBar
{
    border-top-color: #d6d6d6;
    border-bottom-color: #ffffff;
    background-color: rgb(255, 255, 255);
}
.ms-crm-List-StatusBar-Label
{
    color: #666666;
    border-top-color: #849dbd;
    border-bottom-color: #ffffff;
}
.ms-crm-List-Paging
{
    color: #666666;
    border-top-color: #849dbd;
    border-bottom-color: #ffffff;
    text-align: right;
}

.ms-crm-List-StatusBar-Label
{
    padding-left: 10px;
}
div.ms-crm-List-StatusBar
{
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: relative;
}
div.ms-crm-List-StatusBar, div.ms-crm-List-StatusBar-Ex
{
    height: 22px;
}
table.ms-crm-List-StatusBar
{
    width: 100%;
    height: 22px;
    border-top-width: 1px;
    border-top-style: solid;
    table-layout: fixed;
}
.ms-crm-notificationBar
{
    margin-left: 20px;
    margin-right: 30px;
    position: absolute;
    display: none;
    background-color: #FFF19D;
    width: 100%;
    height: 16;
    vertical-align: middle;
    padding-left: 5px;
    top: 60px;
}

.ms-crm-FieldLabel{
    color:#444;
    white-space:nowrap;
    float:left;
    overflow:hidden;
    display:inline-block;
	border-spacing: 5px 0px;
	font-family: Segoe UI,Tahoma,Arial;	
	font-size: 12px;
	max-width: 115px;
	overflow: hidden;
}

.ms-crm-FieldValue{
	border-spacing: 5px 0px;
	color: #000;
	font-family: Segoe UI,Arial,sans-serif;
	font-size: 12px;
	overflow: hidden;
	padding-bottom: 0px;
	padding-top: 3px;
	text-align:left;
	vertical-align: top;
	display: inline-block;
	font-weight: 600;
	white-space: nowrap;
	cursor: default;
}

.FieldWrap{
    white-space:normal;
}
