/*
   File: customCSS.css
   Author: jroche
   Copyright WBT Systems, 2015-2015
   Contents:
*/
/*
   Date:          Author:  Comments:
   18th Feb 2015  jroche   #19061 Add default customCSS.css and customJS.js to product
*/
* Print Questions and Answers Screen Start - esdQuestionPrinting * /
.pqaTABLE {
    border: 1px solid;
    border-color: #000000;
    max-width: 95%;
}

.LTABlueBg {
    background: #006685 !important;
}

.LTAGreyBg {
    background: #EEE !important;
}

.WhiteFont {
    color: white !important;
}

.BlueFont {
    color: #006685 !important;
}

.BlackFont {
    color: #000000 !important;
}

.LTABlueFont {
    color: #006685 !important;
}

.correct {
    color: #008844 !important;
}

.incorrect {
    color: #B94A48 !important;
}

.pqaTABLE th {
    border: 1px solid;
    border-color: #000000;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
}

.alt-header1 {
    border: 1px solid;
    border-color: #000000;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    font-weight: normal;
    /* set background color as priority over any existing css rules */
    background: #EEE !important;
}

.alt-header2 {
    border: 1px solid;
    border-color: #000000;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    /* set font-weight as priority over any existing css rules */
    font-weight: bold !important;
    background: #EEE !important;
}

.pqaTABLE td {
    padding-left: 20px;
    margin: 0px;
    background-color: #FFF;
}

.pqaTDSummary {
    padding-left: 20px;
    margin: 0px;
    background-color: #EEE !important;
    border-style: solid;
    border-color: #898989;
    font-size: 12px;
    border-collapse: collapse;
}

.tc-content-subm-anstitle {
    border-bottom: 1px dotted #888 !important;
    padding: 10px 0px 4px 30px !important;
    margin-bottom: 5px !important;
}

@media ( max-width : 1500px) {
    .assignmentRuleTabs {
        
    }
}

.print-exam-info-panel {
    float: left;
    max-width: 600px;
}

.print-exam-info-panel-label {
    font-weight: bold;
}

.print-exam-button-container {
    padding-bottom: 10px;
}

/* https://developer.mozilla.org/en-US/docs/Web/CSS/@media */
@media print {
    body {
        /* https://developer.mozilla.org/en/docs/Web/CSS/-webkit-print-color-adjust */
        /* only works on Chrome, Safari. IE and Firefox will show white backgrounds for the boxes */
        /* MDN advises this can still have different results across clients */
        /* Colors are maintained on IE and Firefox for all other elements except background blue shaded boxes.*/
        /* If this becomes a critical requirement we can use a workaround of image and css.*/
        -webkit-print-color-adjust: exact;
    }
}
/* Print Questions and Answers Screen End */
/* Start Shortcuts Styles */
.shortcutKeyHeader {
    display: inline-block;
    width: 187px;
    height: 25px;
    line-height: 25px;
    border-radius: 3px;
    font-weight: bold;
    background: #365375;
    color: white;
    padding-left:5px;
}

.shortcutValueHeader {
    display: inline-block;
    width: 637px;
    height: 25px;
    line-height: 25px;
    border-radius: 3px;
    font-weight: bold;
    background: #365375;
    color: white;
    padding-left:5px;
}

.shortcutEntryHeader {
    padding-bottom: 5px;
}

.shortcutForm {
    margin:0px;
}
.shorcutKeyWidth {
    width:176px;
}

.shorcutValueWidth {
    width:627px;
}
/* End Shortcuts Styles */

/*ISG cart changes*/
.tc-choose-sessions-list span.tc-ilt-MemberPrice,
#enrollmentResultsContainer span.tc-ilt-MemberPrice {
    clear: both;
    display: block;
    float: left;
    font-size: 0.8em;
    padding-bottom: 5px;
    padding-top: 5px;
    text-transform: none !important;
}
#enrollmentResultsContainer span.tc-ilt-MemberPrice {
    margin-left: 6px;
}

.tc-choose-sessions-list span.tc-ilt-MemberPrice .tc-label,
#enrollmentResultsContainer span.tc-ilt-MemberPrice .tc-label {
    font-weight: bold;
}

.tc-choose-sessions-list span.tc-ilt-NonMemberPrice,
#enrollmentResultsContainer span.tc-ilt-NonMemberPrice {
    clear: both;
    display: block;
    float: left;
    font-size: 0.8em;
    padding-bottom: 5px;
    padding-top: 5px;
    text-transform: none !important;
}
#enrollmentResultsContainer span.tc-ilt-NonMemberPrice {
    margin-left: 6px;
}

.tc-choose-sessions-list span.tc-ilt-NonMemberPrice .tc-label,
#enrollmentResultsContainer span.tc-ilt-NonMemberPrice .tc-label {
    font-weight: bold;
}
/*ISG cart changes*/

/* footer*/
.footer-indent {
  margin-top: 20px;
}

.LTAPartialFooter {
  background:#8ABB34;
  margin-top: -60px;
  height: 58px;
  margin-bottom: 0;
  padding-top:0;
  position: relative;
  clear: both;
  border-top: 1px solid #999999;
  color: #FFFFFF;
  border-bottom: 1px solid #d4d4d4;
  padding-right: 0;
  padding-left: 55px;
  display: block;
  vertical-align:middle;
}

.LTAAnonPartialFooter {
    background: #8ABB34;
    margin-top: -60px;
    height: 58px;
    margin-bottom: 0;
    padding-top: 50px;
    clear: both;
    border-top: 1px solid #999999;
    color: #FFFFFF;
    border-bottom: 1px solid #d4d4d4;
    padding-right: 0;
    padding-left: 55px;
    display: block;
    vertical-align: middle;
}

.LTAFooterBigText{
  font-weight: bold;
  font-size:32px;
  margin-left:50px;
  height: 100%; 
  width:20%;
  float:left;
}

.LTAFooterMsg{
  font-size:14px;
  height: 100%;
  width:50%;
  float:left;
}

.LTAFooterButtons{
  font-size:14px;
  height: 100%;
  width:20%;
  float:left;
}

.LTAFooterButton{
  background:#FFFFFF;
  color: #8ABB34;
  font-weight: bold;
}

.esdBlackText{
  color: #111111;
}

/* end footer*/

/* custom login button style*/
#tc-header-user-inner.navbar-inner > #tc-header-user-container-fluid > div.nav-collapse > div,
#tc-header-nouser-inner.navbar-inner > #tc-header-nouser-container-fluid > div.nav-collapse > div,
#tc-header-nouser-inner.navbar-inner > #tc-header-nouser-container-fluid > div {
    margin-bottom: 0;
    margin-top: 1px;
}
/* end custom login button style*/

.tc-t-searchterms{
	text-align: left;
	margin-top: 10px;
	color: #006697;
	font-size: 1.2em;
	height: 20px;
	margin-left: 5%;
	font-weight: 400;
}

.tc-phrasematch-position{
	position: relative;
    display: inline-block;
    margin-left: 20px;
    top: 25px;
}