/**********************************************************************
 * Styles.css                                                         *
 *                                                                    *
 * This file is initially empty and you can add any additional styles *
 * or modify any of the styles defined in BaseStyles.css              *
 * This file will never be overwritten.                               *
 *                                                                    *
 * For example, if you want to override just the top padding for a    *
 * menu, you can simply add the following lines:                      *
 *                                                                    *
 * .menus {                                                           *
 *  padding-top: 20px;                                            *
 *  }                                                             *
 *                                                                    *
 * This will keep all the other styles of the "menus" style as-is,    *
 * but modify the top padding to be 20px.                             *
 *                                                                    *
 * You can also, add a new style by just specifying it.               *
 *                                                                    *
 * .menus {                                                           *
 *  padding-top: 20px;                                            *
 *  text-align: center;                                           *
 *  }                                                             *
 *                                                                *
 * In the above case, we added the text-align style.  This style was  *
 * not specified in the original declaration of the menus style.      *
 *                                                                    *
 **********************************************************************/
body {
  background: #232323;
  color: #555;
}

a, a:visited {
  color: #21c6e8;
}

.MLMsubmC a {
  display: block;
}
/* make MENUSUBITEM full width for click */

.mtHeaderCompany a {
  /* link text of buttons (including those within column headers and data grid) */
  
  color: #FFBE00;
  padding-right: 4px;
  text-align: left;
  text-decoration: none;
  font-family: 'Open Sans', 'helvetica', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.mtHeaderCompany a:hover {
  /* link text of buttons (including those within column headers and data grid) */
  
  text-decoration: underline;
}
.mtHeaderXero a, .mtHeaderXero a:hover {
  color: #FFBE00;
  font-family: 'Open Sans', 'helvetica', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-right: 2px;
  text-align: right;
  text-decoration: none;
}
.mtHeaderXero a:hover {
  font-style: italic;
}
.mtHeaderNotMaxtelsoftware {
  color: Red;
  font-size: 20pt;
  background-color: lime; /* pink  green */
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.signInBarStatus a {
  /* sign in bar status message text */
  
  color: #ffffff;
  font-size: 11px;
  padding-right: 36px;
  text-align: right;
  white-space: nowrap;
  text-decoration: none;
}
.signInBarStatus a:hover {
  /* sign in bar status message text */
  
  text-decoration: underline;
}
.footer a {
  /* footer content container */
  
  color: #aaaaaa;
  font-size: 11px;
  padding-top: 6px;
}
.mtWatermark {
  color: Gray;
  /* Text color*/
  
  background-color: #FFFF00;
  font-family: Arial, ms sans serif;
  font-size: 10px;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}
/*
.mtInvalid   
{  
   background-color: #FF0000;  
   border: solid 1px #FF0000;  
}  
*/
/* add a small white space left marging to page container (but not header/footer) */
/* .pcC { padding-left:1em; } */
/* .pcB { padding-left:1em; } */
/*
.dBody { padding-left:1em; }  
*/

.field_input_right {
  /* input textbox */
  
  color: #666666;
  font-size: 11px;
  text-align: right;
}
.mtmsg {
  -moz-box-sizing: border-box;
  background-position: 10px 7px;
  background-repeat: no-repeat;
  border-radius: 5px 5px 5px 5px;
  border-style: solid;
  border-width: 2px;
  color: #444444;
  display: block;
  font-size: 12px;
  margin: 0 auto 20px;
  padding: 15px 15px 15px 50px;
  position: relative;
  width: 938px;
}
.mtmsg.green {
  background-color: #F6FBF2;
  /*   background-image: url("/content/shared/img/messages/msg-green-473c1a.png");
    background-position: 10px 10px; */
  
  border-color: #47B101;
}
/**********************************************************************
 * Page Container Styles                                              *
 **********************************************************************/

.pageTL {
  display: none;
}
.pageTLSpace {
  display: none;
}
.pageT {
  display: none;
}
.pageTSpace {
  display: none;
}
.pageTR {
  display: none;
}
.pageTRSpace {
  display: none;
}
.pageL {
  display: none;
}
.pageLSpace {
  display: none;
}
.pageC {
  /* page container center (contents of page container) */
  
  vertical-align: top;
  width: 100%;
}
.pageR {
  display: none;
}
.pageRSpace {
  display: none;
}
.pageBL {
  display: none;
}
.pageBLSpace {
  display: none;
}
.pageB {
  display: none;
}
.pageBSpace {
  display: none;
}
.pageBR {
  display: none;
}
.pageBRSpace {
  display: none;
}
/**********************************************************************
 * Page Margin Styles                                                 *
 **********************************************************************/

.marginTL {
  display: none;
}
.marginTR {
  display: none;
}
.marginmL {
  display: none;
}
.marginmR {
  display: none;
}
.marginL {
  display: none;
}
.marginR {
  display: none;
}
.marginBL {
  display: none;
}
.marginBR {
  display: none;
}
.pcB {
  padding-left: 0.5em;
}
.pcmsgC {
  padding: 0;
}
/* show BUTTON as DISABLED in Non IEXPLORE browsers 
  //sjc.ironspeed.com/post/making-disabled-themebuttons-look-like-disabled-in-nonie-browsers-4767229?highlight=disable+themebutton
*/

a.button_link_disabled {
  color: #aaaaaa;
  font-size: 11px;
  font-weight: 700;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
/* add DROPDOWN image to QuickSelector  buttons --themeButtonMini */

.themeButtonMini {
  /* small theme button */
  
  background: -moz-linear-gradient( center top, #ffffff 5%, #c9c9c9 100%);
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #c9c9c9));
  background: -ms-linear-gradient(top, #ffffff 5%, #c9c9c9 100%);
  border: 1px solid #acacac;
  border-radius: 3px;
  display: inline-block;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', endColorStr='#c9c9c9');
  padding-bottom: 2px;
  padding-left: 4px;
  padding-top: 2px;
  white-space: nowrap;
  background-image: url("../../images/ButtonExpandArrow.png");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  padding-right: 25px;
}
.themeButtonMini:hover {
  /* small theme button hover state */
  
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #c9c9c9));
  background: -moz-linear-gradient( center top, #ffffff 5%, #c9c9c9 100%);
  background: -ms-linear-gradient(top, #ffffff 5%, #c9c9c9 100%);
  border: 1px solid #acacac;
  box-shadow: 0px 0px 1px #bbbbbb;
  color: #21c6e8;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', endColorStr='#c9c9c9');
  white-space: nowrap;
  background-image: url("../../images/ButtonExpandArrow.png");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  padding-right: 25px;
}
.themeButtonMini a.button_link, .themeButtonMini a.button_link:hover, .themeButtonMini a, .themeButtonMini a:hover {
  /* link within small theme button */
  
  color: #21c6e8;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}
a.button_link, .thc a.button_link, .tic a.button_link, .ttc a.button_link, .galleryttc a.button_link {
  background: #0179b6;
  color: #fff;
}
.button-R-white, .bR, .bC, .bL, .bT, .bTL, .bTR, .bB, .bBL, .bBR {
  background-image: none;
  background: #0179b6;
  height: 4px;
  width: 8px;
}
.button_bar_cell, .prbbc, .prspace {
background-image: none;
background: #eaeaea;
vertical-align: bottom;
}
#ctl00__PageHeader__LeftImage, #ctl00__PageHeader__RightImage {
  display: none;
}
#ctl00__PageHeader__SignInBarPrintButton {
  padding-top: 5px;
}
.pWrapper {
  width: 100%;
}
#ctl00__IncludeMESSAGE_MyMessage_UpdatePanel {
  background: #282828;
}
.scrollRegion {
  background: #fff;
}
#ctl00_PageContent_SharedUserPagination__PageSizeButton {
  background: none;
  color: #20c2e4;
}
#SecurityMaster .dBody {
  padding: 20px;
}

/**********************************************************************
 * Home dash - Home/HomeMcd.aspx                         *
 **********************************************************************/

#HomeMcd {
  font-family: 'Open Sans', 'helvetica', Arial, sans-serif;
 }
 #HomeMcd td input {
  padding: 25px 30px;
}
.topHeader {
	background-color: #eaeaea;
	vertical-align: middle;
}
.topHeader  a, a:visited {
	color: #21c6e8;
	font-size: 13px;
}
.topHeader a:hover {
	color: #000
} 

.logoHeader {
padding: 15px;
display: block;
position: relative;
}
.logoHeader>td:nth-child(2) {
  position: absolute;
  right: 20px;
  top: 35px;
  width: 200px;
}
/************************************************************************************************************************
	QS2 = QUICK SELECTOR 2 - wider and higher 
	.QSSize  	-> .%2
	.QSdh   	-> .%2
	.QSContainer .QSscrollRegion  -> QSContainer .%2 (Edit the HTML for SelectorTableControl->Panel->Fields)
	.QSfooter	-> %2
	.QSttc		-> %2
*************************************************************************************************************************/
.QSSize2 {
  /* iframe within which quick selector is displayed */
  /* overall size of popup */
  height: 298px; /* 278px */
  width: 530px;  /* 330 px */
}
.QSdh2 {
  /* quick selector title bar */
  
  background-color: #a7c6e2;
  border-bottom: 1px solid #526173;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  height: 53px; /* 33 px - height of Dialog header */
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 3;
}
.QSContainer .QSscrollRegion2 {
  /* quick selector - height of the scrolled region */
  
  height: 220px; /* 200px */
  left: 0px;
  overflow: auto;
  position: absolute;
  top: 60px; /* 40px */
  width: 100%;
  z-index: 2;
}
.QSfooter2 {
  /* quick selector footer bar */
  
  background-color: #a7c6e2;
  height: 38px;
  left: 0px;
  padding-top: 2px;
  position: fixed;
  top: 260px; /* 240px  - the top position of the footer */
  width: 100%;
  z-index: 3;
}

.QSttc2 div {
  /* quick selector cell content container (used for long text truncation) */
  
  overflow: hidden;
  text-overflow: ellipsis;
  width: 290px; /* 290px - leave extra width for OTHER columns */
}
.QSttc2 {
  /* quick selector cell */
  
  border-bottom: 1px solid #eeeeee;
  color: #666666;
  font-family: 'Open Sans', 'helvetica', Arial, sans-serif;
  font-size: 12px;
  height: 14.5px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  vertical-align: top;
  white-space: nowrap;
}

