
.divLanguage 
{
    position: fixed;
    top: 5px;
    right: 10px;
    z-index: 10;
}


/***** begin ckeditor style *****/

blockquote
{
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;

    padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}

img.cke-right
{
	border: 1px solid #ccc;
	float: right;
	margin-left: 15px;
	padding: 5px;
}

img.cke-left
{
	border: 1px solid #ccc;
	float: left;
	margin-right: 15px;
	padding: 5px;
}

.cke-marker
{
	background-color: Yellow;
}

/* Widget Styles */
.cke-code-featured
{
	border: 5px solid red;
}

.cke-math-featured
{
	padding: 20px;
	box-shadow: 0 0 2px rgba(200, 0, 0, 1);
	background-color: rgba(255, 0, 0, 0.05);
	margin: 10px;
}

.cke-image-clean
{
	border: 0;
	background: none;
	padding: 0;
}

.cke-image-clean > figcaption
{
	font-size: .9em;
	text-align: right;
}

.cke-image-grayscale
{
	background-color: white;
	color: #666;
}

.cke-image-grayscale img, img.cke-image-grayscale
{
	filter: grayscale(100%);
}

.cke-embed-240p
{
	max-width: 426px;
	max-height: 240px;
	margin:0 auto;
}

.cke-embed-360p
{
	max-width: 640px;
	max-height: 360px;
	margin:0 auto;
}

.cke-embed-480p
{
	max-width: 854px;
	max-height: 480px;
	margin:0 auto;
}

.cke-embed-720p
{
	max-width: 1280px;
	max-height: 720px;
	margin:0 auto;
}

.cke-embed-1080p
{
	max-width: 1920px;
	max-height: 1080px;
	margin:0 auto;
}

.cke_maximized
{
    /* modal popup z-index is 10000 */
    z-index: 10001 !important;
}

.cke_dialog_background_cover
{
    /* modal popup z-index is 10000 */
    z-index: 10001 !important;
}

.popupWithEditor 
{
    /* force override inline style added by modal popup extender (100001) */
    z-index: 10001 !important;
}

/***** end ckeditor style *****/


/*#region Dashboard */
.wx-dash-header {
    display: flex;
    align-items: center;
	padding-bottom: 10px;
}

.wx-dash-header__welcome{
    font-size:16px;
    flex-grow:1;
}

.wx-dash-header__welcome-name{
    font-weight:bolder;
}

.wx-dash-banner{
    /* Note: background image is set in code behind*/	
    WIDTH:100%;
    margin-bottom:10px;
    display:flex;
    align-items:center;
    background-size:cover;
}

.wx-dash-banner__left{
	flex-grow: 1;
	display:inline-flex;
}

.wx-dash-quicklinks {
    display: flex;
    align-items: center;
}

.wx-dash-quicklinks__box {
    flex-grow: 1;
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10+ */
}

.wx-widget-action
{
	cursor: pointer;
	padding-left: 5px;
}

/*#endregion */

/*Imports from General (where S2C is different from other products) */
/* TABLEROWALT */

.tablerowalt TD 
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    BORDER-LEFT: medium none;
    BORDER-BOTTOM: medium none;
    PADDING-LEFT: 4px;
    PADDING-RIGHT: 4px;
    PADDING-TOP: 3px;
    PADDING-BOTTOM: 3px;
    BACKGROUND-COLOR: #cee6ff;
    height: 28px;
}

.tablerowalt TH
{
	BORDER-RIGHT: medium none;
	BORDER-TOP: medium none;
	BORDER-LEFT: medium none;
	BORDER-BOTTOM: #99bedd 1px solid;
	PADDING-LEFT: 4px;
	PADDING-RIGHT: 4px;
	PADDING-TOP: 3px;
	PADDING-BOTTOM: 3px;
	BACKGROUND-COLOR: #cee6ff;
	height: 28px;
}

TD.dashbox
{
	FONT-SIZE: 11px;
}

td.dashbox_s
{
	font-size: 12px;
}

.dashrow td
{
	BORDER-BOTTOM: #99bedd 1px solid;
	/*BACKGROUND-COLOR: #ffffff;*/
	PADDING-LEFT: 4px;
	PADDING-RIGHT: 4px;
	PADDING-TOP: 6px;
	PADDING-BOTTOM: 6px;
	FONT-SIZE: 14px;
}

.dashsubhead TD
{
	FONT-WEIGHT: bold;
	BACKGROUND-IMAGE: url(dashsubhead.gif);
	background-repeat: repeat-x;
	PADDING-LEFT: 4px;
	PADDING-RIGHT: 4px;
	PADDING-top: 3px;
	PADDING-bottom: 3px;
	height: 25px;
}

.dashsubhead TH
{
	FONT-WEIGHT: bold;
	BORDER-BOTTOM: #99bedd 1px solid;
	background-color: White;
	PADDING-LEFT: 4px;
	PADDING-RIGHT: 4px;
	PADDING-top: 3px;
	PADDING-bottom: 3px;
	height: 25px;
}

/* Wax Custom Control */
.invalidFieldStyle
{
	background-color: #ffe650;
}

.pendingChangeStyle
{
	border: red solid 1px;
	padding: 2px 2px 2px 2px;
}

.smallField
{
	width: 50px;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-y: hidden;
}

.regularField
{
	width: 150px;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-y: hidden;
}

.largeField
{
	width: 250px;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-y: hidden;
}

.wx-bar-graph--clickable svg > g > g > g path 
{
    cursor: pointer;
}

.wx-donut-graph--clickable svg > g > g > g path 
{
    cursor: pointer;
}

.btnMsExcel > span:only-child{
    padding: 4px;
}

.wx-lrg.btnMsExcel > span:only-child {
    padding: 5px;
}

.btnMsExcel {
    box-sizing: border-box;
    text-align: center;
    vertical-align: bottom;
    border-radius: 3px;
    font-size: 14px;
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #217346;
    background-color: #217346;
    color: white;
}

    .btnMsExcel > svg {
        width: 25px;
        height: 25px;
    }

    .btnMsExcel:hover:not(.disabled),
    .btnMsExcel:focus:not(.disabled) {
        color: #ffffff;
        background-color: #176038;
        border-color: #176038;
    }

    .btnMsExcel,
    .btnMsExcel:hover {
         fill: currentColor;
    }

.btnMsPowerPoint {
    box-sizing: border-box;
    text-align: center;
    vertical-align: bottom;
    border-radius: 3px;
    font-size: 14px;
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #d24726;
    background-color: #d24726;
    color: white;
}

    .btnMsPowerPoint > svg {
        width: 25px;
        height: 25px;
    }

    .btnMsPowerPoint:hover:not(.disabled),
    .btnMsPowerPoint:focus:not(.disabled) {
        color: #ffffff;
        background-color: #be3919;
        border-color: #be3919;
    }

    .btnMsPowerPoint,
    .btnMsPowerPoint:hover {
        fill: currentColor;
    }

.btnMsWord {
    box-sizing: border-box;
    text-align: center;
    vertical-align: bottom;
    border-radius: 3px;
    font-size: 14px;
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #2b579a;
    background-color: #2b579a;
    color: white;
}

    .btnMsWord > svg {
        width: 25px;
        height: 25px;
    }

    .btnMsWord:hover:not(.disabled),
    .btnMsWord:focus:not(.disabled) {
        color: #ffffff;
        background-color: #1a407b;
        border-color: #1a407b;
    }

    .btnMsWord,
    .btnMsWord:hover {
        fill: currentColor;
    }


.btnSupplier {
    box-sizing: border-box;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    padding: 5px;
    color: orange;
}

    .btnSupplier > svg {
        width: 25px;
        height: 25px;
    }

    .btnSupplier:hover:not(.disabled),
    .btnSupplier:focus:not(.disabled) {
    }

    .btnSupplier,
    .btnSupplier:hover {
        fill: currentColor;
    }

.btnSupplierApproved {
    box-sizing: border-box;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    padding: 5px;
    color: #217346;
}

    .btnSupplierApproved > svg {
        width: 25px;
        height: 25px;
    }

    .btnSupplierApproved:hover:not(.disabled),
    .btnSupplierApproved:focus:not(.disabled) {
    }

    .btnSupplierApproved,
    .btnSupplierApproved:hover {
        fill: currentColor;
    }


.btnDelegate {
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
    font-size: 14px;
    padding: 5px;
    color: #27276b;
}
    .btnDelegate > svg {
        width: 25px;
        height: 25px;
    }

    .btnDelegate:hover:not(.disabled),
    .btnDelegate:focus:not(.disabled) {
    }

    .btnDelegate,
    .btnDelegate:hover {
        fill: currentColor;
    }



/*region watermark text for PII data masking*/


.piiwatermarked::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #000000;
}

.piiwatermarked:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #000000;
	opacity: 1;
}

input.piiwatermarked::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #000000;
	opacity: 1;
}

input.piiwatermarked:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #000000;
}

/*end region watermark for data masking*/

/* region styles for branding uploader */

/*TODO: Move this style into core to right align header buttons in wax sections when wrapped in a wxa-right div */
div.wx-header > div.wx-content > div.wxa-right {
    margin-left: auto;
}

.TopBarLogoExactWidthPixels
{
   width: 64px
}

.MaxImageWidth400 {
    max-width: 400px;
}


/* end region styles for branding uploader */




.pageButton {
    margin-right: 30px;
}

.pageButton > svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    margin-right: 5px;
}
