﻿.bgPopup {
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    z-index: 5500;
    width: 100%;
    height: 100%;
    top: 0 !important;
    left: 0;
}

.popupBG {
    position: relative;
    z-index: 5501;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    top: 4% !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.5em;
    color: #444 !important;
}

.popupBgContent {
        width: 90% !important;
        min-width: 90% !important;
        background-color: #fff;
}
.popupBgContent {
        width: 960px !important;
        min-width: 960px !important;
        background-color: #fff;
        position:relative;
        margin:0 auto;
}
.includeWorkorderCommentsPanel {
		width:90% !important;
}

.titlePM {
    background-color: #333;
    color: #FFF;
    padding-top: 1px;
    padding-bottom: 1px;
}

.titlePM h5 {
    font-weight: 400;
    font-size: 16px;
}

.titlePM p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.titlePM a {
    text-decoration: underline;
}
    
.workorderDetailsCol {
	margin-top:23px;font-size:14px;padding-left:30px;
}
.workorderDetailsCol-close {
    padding:0px 20px 20px 0;
    text-align:right;
}