/*
* PB360 Maintenance Log
* EXJB-18112 -> Dated: 2017-04-05, Author: dho38 
* DXC rebranding
*
*/
.dxcLogoHeader{
	width: 200px;
}
.titleHeader{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding-top: 3px;
}
.spaceAlignTable{
	width: 721px;
}
.spaceAlignContent{
	width: 181px;
}
.buttonCenterOfDiv{
	left: 29%;
    position: relative;
}
.titleImage { 
   position: relative;
   width: 100%; /* for IE 6 */
}
.linkStyle {
   cursor:pointer;
   color:blue;
   text-decoration:underline;
}
.paddingTop10 {
    padding-top: 10;
}
.paddingTop15 {
    padding-top: 15;	
}
.paddingTop20 {
    padding-top: 20;
}
.paddingTop30 {
    padding-top: 30;
}
.paddingBottom20 {
    padding-bottom: 20;
}
.borderCollapse {
    border-collapse: collapse";
}
.oldButton {
    font-family: Arial Helvetica, sans-serif;
    font-size: 10pt; 
    width: 80px;
    color: #FFFFFF;
    background-color: #4C81B1;
}
.displayHide {
    display: none;
}
h2 {
   color: white;
   margin-left: 20px;
   position: absolute; 
   top: -12px; 
   left: 0;
   width: 100%; 
}
.ng-margin-top-100 {
    margin-top: 100px;
}
.ng1-ent-padding {
    padding: 6px 25px 6px 30px;
}
.ng1-ent-icon-pos {
    position: relative !important; height: 0px !important; width: 0px !important; float: left !important;
}
.ng1-link-right {
    float: right;
}
.ng1-button {
	height: 40px; font-weight: bold; width: 100%; color: white; background-color: #6F2C91;
}
a {
    text-decoration: underline;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}

.companyLogo {
   width:200px; /*width of your image*/
   height:50px; /*height of your image*/
   background-image:url('images/company_logo.png');
   background-size: 200px;
   background-repeat: no-repeat;
   background-position: center; 
   margin:0; /* If you want no margin */
   padding:0; /*if your want to padding */
}
