﻿#PCMSContent {
    /*font-family: Verdana, sans-serif; /*font-size: 73%; */ /* Enables font size scaling in MSIE */
    /*margin: 0;*/
}

.mmnumber {
    color: Blue;
    cursor: pointer;
    vertical-align: top;
}

.PCMSBodyText {
    margin: 0 0 1.5em 1.5em;
    padding: 0 0 1em 0;
}

.PCMSStagingHeader {
    font-size: 150%;
    font-weight: bold;
    padding: 0 0 0 1.5em;
}

.PCMSHeaderTitle {
    
    font-size: 24px;
    font-weight: normal;
    line-height: 26px;
    margin: 0px;
    padding: 0px 0px 23px 0px;
    font-weight: normal;
}
/* Added for QDMS/MDDS landing pages header titles */
.PCMSHeaderTitleIntel {
    /* 	font-size:150%;  	color:#000;  	margin: 8px 0px 5px 12px; 	padding: 0px;  	font-weight: normal;  	height: 40px;*/ /* Intel */
    font-size: 200%;
    font-weight: normal;
    margin: 0px;
    padding: 0px 0px 0px 15px;
    height: 40px;
}

.PCMSSubHeaderTitle {
    /* 	font-size: 120%; 	font-weight: bold; 	*/ /* Intel */
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

@font-face {
    font-family: 'intel-clear';
    src: url('IntelClear_Rg.ttf') format('truetype');
}
.PCMSText {
    /* 	font-size: 120%; 	font-weight: normal; 	*/ /* Intel */
    font-family: intel-clear;
    font-size: 12px;
    font-weight: normal;
}
.ButtonBlue {
    background-color: #00aeef;
    color: white;
    border-color: #00aeef;
    border-style:solid;
}
    .ButtonBlue:hover {
        background-color: #0071c5;
        color: white;
        border-color: #0071c5;

    }
.InputFiletype::-webkit-file-upload-button {
    display: inline-block;
    background-color: #00aeef;
    color: white;
    border-color: #00aeef;
    border-style: solid;
}
.InputFiletypeIE::-ms-browse {
    display: inline-block;
    background-color: #00aeef;
    color: white;
    border-color: #00aeef;
    border-style: solid;
}

.PCMSTextItalic {
    /* 	font-size: 120%; 	font-style: italic;	 	*/ /* Intel */
    font-size: 10px;
    font-weight: normal;
    font-style: italic;
}

.PCMSCrumb {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 11px;
}

    .PCMSCrumb a {
        /*text-decoration: underline;*/
    }

        .PCMSCrumb a:visited {
            /*text-decoration: underline;*/
        }

        .PCMSCrumb a:hover {
            text-decoration: underline;
        }

.PCMSLinks {
    /*font-size: 100%; /* x-small */ /* Intel */
    font-size: x-small;
}

.PCMSLinksLarger {
    /* 	font-weight: bold; 	font-size: 120%; /* larger */ /* Intel */
    font-size: larger;
    font-weight: bold;
}

.PCMSLinksSmaller {
    /* 	font-size: 90%; 	*/ /* Intel */
    font-size: smaller;
}

.PCMSSolidLine {
    /* 	border-bottom-style: solid; 	border-bottom-width: 1px; 	line-height: 0.5em; 	*/ /* Intel */
    border-bottom-style: solid;
    border-bottom-width: 1px;
    line-height: 0.5em; /* 1px;*/
}

.PCMSPad4pxBottom {
    padding-bottom: /*0.375em;*/ /* Intel */ 4px;
}

.PCMSMargin8pxBottom {
    margin-bottom: /*0.75em;*/ /* Intel */ 8px;
}

.PCMSSpace16px {
    line-height: /*1.5em;*/ /* Intel */ 16px;
}

.PCMSBold {
    font-weight: bold;
}

.RetractedRow {
    display: inline-block;
    overflow: hidden;
    height: 12px;
}

.GridView {
    border-style: solid;
    border-width: 1px;
    padding: 3px;
}

.GridViewHeader {
    font-weight: normal;
    font-size: 10px;
    border-style: none;
}

    .GridViewHeader th, .GridViewRow td, .GridViewAltRow td, .GridViewSelectedRow td {
        padding: 5px 5px 5px 5px;
    }


    .GridViewHeader a:hover {
        text-decoration: underline;
    }

.GridViewRow, .GridViewAltRow {
    font-size: 10px;
    border-style: solid;
}

.GridViewSelectedRow {
    font-weight: bold;
    border-style: solid;
}

.GridViewEmptyRow {
    font-weight: bold;
    font-size: 12px;
}

.GridViewPager a {
    font-size: 10px;
}

.GridViewPager span {
    font-weight: bold;
}

.GridViewPager a:link {
    text-decoration: underline;
}

.GridViewPager a:visited {
    text-decoration: underline;
}

.GridViewPager a:active {
    text-decoration: underline;
}

.GridViewPager a:hover {
    text-decoration: underline;
}

.ValidationSummary {
    font-size: 12px;
}

    .ValidationSummary ul, .ValidationSummary li {
        font-style: italic;
        list-style-type: none;
    }

dl {
    margin: 1em 0 0.5em 0;
    padding: 0px 0px 0px 15px; /* Recently changed from 0 to 0,0,0,15 */ /* Intel */
    font-size: 10px;
}

dt {
    font-weight: bold;
    margin: 0;
    padding: 0 0 1ex 0;
}

dd {
    line-height: 1.75em;
    margin: 0 0 1.5em 1.5em;
    padding: 0;
}

.PCMSInputText {
    font-size: 11px;
}

.PCMSUnderline {
    text-decoration: underline;
}

.TreeviewCell {
    font-size: 10px;
    color: #555555;
}

    .TreeviewCell a {
        color: #555555;
        font-size: 10px;
        text-decoration: none;
    }

    .TreeviewCell img .TreeviewCell a:hover {
        color: #555555;
        font-size: 10px;
        text-decoration: none;
    }

    .TreeviewCell a:active {
        color: #555555;
        font-size: 10px;
        text-decoration: none;
    }

    .TreeviewCell a:visited {
        color: #555555;
        font-size: 10px;
        text-decoration: none;
    }

    .TreeviewCell table {
        border: 0px;
        margin: 0px;
        padding: 0px;
    }

    .TreeviewCell td {
        border: 0px;
        margin: 0px;
        padding: 0px;
    }


.OptionBar {
    font-family: Arial, Verdana;
    color: Black;
    background-color: #99B5CC;
    /*border-color: #A6A6A6;
	border-width: 1px;
	border-style: solid;*/
    /* Making it look like the option bar blends in with tab */
    vertical-align: top;
    padding: 5px 5px 5px 5px;
}

.WizardMainStyle {
    font-family: Verdana, Arial;
    background-color: #F7F6F3;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    text-align: left;
    padding: 5px 5px 5px 5px;
}

.WizardSideBarStyle {
    font-family: Verdana, Arial;
    background-color: #284E98; /*#EFF3FB;*/
    border-color: #B5C7DE;
    border-width: 1px;
    border-style: solid;
    width: 80px;
    vertical-align: top;
    padding: 0 5px 0 5px;
}

    .WizardSideBarStyle a:link {
        color: #FFFFFF;
        text-decoration: underline;
    }

    .WizardSideBarStyle a:visited {
        color: #FFFFFF;
        text-decoration: underline;
    }

    .WizardSideBarStyle a:active {
        color: #FFFFFF;
        text-decoration: underline;
    }

    .WizardSideBarStyle a:hover {
        color: #A6A6A6;
        text-decoration: underline;
    }

.WizardStepStyle {
    width: 300px;
    height: 300px;
    vertical-align: top;
}

.WizardStepTitleStyle {
    font-size: 14px;
    font-weight: bold;
    color: White;
    background-color: #5D7B9D;
    border-color: #CCCCCC;
    border-width: 1px;
    border-style: solid;
    text-align: center;
}

.WizardNavigationButtonStyle {
    /* THE STYLE AND COLOR are most likely not INTEL-APPROVED */
    font-family: Verdana, Arial;
    color: #284775;
    background-color: #FFFBFF;
    border-color: #CCCCCC;
    border-width: 1px;
    border-style: solid;
}

.LoginDirect {
    width: 115px;
    height: 30px;
    background: #00aeef;
    padding: 5px;
    text-align: center;
    /*border-radius: 5px;*/
    color: white;
    font-weight: bold;
    font-size: 8pt;
    border: solid 1px #00aeef;
   /* box-shadow: 0 2px #00aeef;
    text-decoration: none;*/
}
 .LoginDirect:hover {
        width: 115px;
        height: 30px;
        background: #0071c5;
        padding: 5px;
        text-align: center;
        /*border-radius: 5px;*/
        color: white;
        font-weight: bold;
        font-size: 8pt;
        border: solid 1px #0071c5;
        /*box-shadow: 0 2px #0071c5;
        text-decoration: none;*/
 }
.BoxHeader {
    font-size: 16px;
    font-weight: bold;
    color: #0860A8;
}

.BulletItem{
    list-style-type: disc;

}

.BulletItem li {
    margin-bottom:4px;
    }
.BorderRect {
    color: white;
    background-color: #0071C5;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: intel-clear;
    font-size: 24px;
    background: -webkit-radial-gradient(bottom,circle,#9addf7 2%,#005a9d 44%,#003c71 76%,#05132d 120%);
    background: -ms-radial-gradient(bottom,circle,#9addf7 2%,#005a9d 44%,#003c71 76%,#05132d 120%);
}

