/* Global application level CSS for all pages */
*[loc]:hover {
  background: yellow!important;
}
#c-lgSel {
  color: #8E8E8E;
  text-align: right;
}
#c-lgSel > a {
  color: #8E8E8E;
}
#c-curLg, #c-lgSel> a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
#c-skip-header {
  padding-top: 125px;
}
#c-skip-timeline {
  padding-top: 290px;
}
a:focus {
 outline: none;
 border: none;
}
#error, #message {
  margin: 5px 0 10px 20px;
}
#fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #FFCD00;
  z-index: 500;
}
#fixed-inner {
  margin: 0 auto;
  width: 940px;
}
#c-fixed-timeline {
  position: fixed;
  top: 115px;
  left: 0;
  right: 0;
  background-color: white;
  padding-top: 8px;
  z-index: 100;
}
div.photo-id {
  text-align: right;
  background:#EEE;
  border: solid 1px #AAA;
  padding: 1px;
}
div.photo-id img {
  max-height: 68px; /* resize identity photo */
  max-width: 68px;
}
div.span1.photo-id {
/*  margin-top: 10px;
*/  width: 68px; /* instead of 60 */
  margin-left: 8px;
  text-align: center;
  background: white;
}
div.logo-id img {
  max-height: 64px; /* resize identity logo */
  max-width: 189px;
}
div.span2.login {
  margin-top: 10px;
  text-align: right;
}
ul.nav {
  width: 100%; /* see below c-flush-right */
}
.nav > li > i {
  float: none;
  display: block;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
  cursor: not-allowed;
}
#c-flush-right {
  float:right;
}
div.navbar {
  padding-top: 10px;
  padding-left: 10px;
}
div.navbar-inner {
  min-height: 30px;
  padding-left: 0;
}
#banner {
  background-color: #CCC;
  /*background-image: url(../images/logo-banner.png);*/
  background-repeat: no-repeat;
  height: 115px;
}
#c-app-title {
  font-size: 1.2em;
  font-weight: normal;
  margin: 0 0 0 90px;
}
h1, h2, h3, h4, h5, h6 {
  color: rgb(0,69,99);
}
h1 {
  font-size: 1.8em;
  line-height: 2em;
}
h2 {
  font-size: 1.4em;
  line-height: 1.6em;
}
h3 {
  font-size: 1.2em;
  line-height: 1.2em ;
}
h4 {
  font-size: 1em;
}
h5, h6 {
  font-weight: normal;
}
div.row.login {
  margin-top: 20px;
}
#c-busy {
  background-image: url(../images/busy.gif);
  background-repeat: no-repeat;
}
/* Overwrite Bootstrap */
.close.ui-close {
  float: left;
  padding: 6px;
}
/* common to search forms and editing forms */
.axel-choice-placeholder {
  font-style: italic;
  color: #666;
}
span.sg-hint {
  display: inline-block;
  background-color: #04C;
  color: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 18px;
  height: 18px;
  text-align:center;
  margin: 0 2px;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 12px;
}
span.sg-hint + .tooltip > .tooltip-inner {
  background-color: #04C;
}
span.sg-hint + .tooltip > .tooltip-arrow {
  border-right-color: #04C;
}
@media print {
  #fixed-top, #err-msg, .noprint {
    display: none;
  }
}
/********************* 'choice2' *********************/

ul.choice2-drop-container {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 1px solid #5897FB !important;
  border-radius: 0px 0px 4px 4px;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15);
  border-width: medium 1px 1px;
  border-style: none solid solid;
  border-color: -moz-use-text-color #5897FB #5897FB;
  color: black;
  background: white;
  z-index: 1000;
}
ul.choice2-drop-container li {
  cursor: pointer;
  padding: 3px 7px 4px;
  margin: 0px;
  min-height: 1em;
  -moz-user-select: none;
  font-size: 11px;
}
ul.choice2-popup1 {
  position: absolute;
  display: none;
}
ul.choice2-popup1.show {
  display: block;
}
li.choice2-option {
  position: relative;
}
li.choice2-option:hover ul.choice2-popup2 {
  display: block;
}
ul.choice2-popup2 {
  display: none;
  position: absolute;
  top: 0;
}
li.choice2-option.selected, li.choice2-label.selected {
  font-weight: bold;
  background: white;
  color: #3875D7;
}
li.choice2-option:hover, li.choice2-label:hover, div.choice2-item.selected:hover, li.choice2-label.selected:hover {
  background: #3875D7;
  color: #FFF;
}

#cm-summary-view {
  cursor: pointer;
}
#cm-summary-edit textarea {
  width: 100%;
  height: 120px;
}
/************ Coach Suggest Tunnel ****************/
button.cm-remove {
  float:right;
  margin-left: 5px;
}
ul.cm-summary {
  list-style-type: none;
  margin: 0 0 0 10px
}
ul.cm-summary > li {
  margin-bottom: 10px;
}
ul.cm-summary dl {
  margin-left: 10px;
}
ul.cm-summary dt {
  float: left;
  clear: left;
  width: 65px;
  line-height: 24px;
}
ul.cm-summary dd {
  line-height: 24px;
  margin-left: 65px;
}
span.cm-name {
  color: #005580;
  cursor: pointer;
}
td.cm-handout-label {
  width: 10em;
}
table.cm-handout {
  float:left;
  width: 48%;
  margin: 1em 1em 1em 0;
  page-break-inside: avoid;
}
span.ellipsis {
  display:inline-block;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  -o-text-overflow: ellipsis;
  width:250px;
}
table.cm-handout a, table.cm-handout a:hover {
  color: #333;
}

a[href]:after {
  content: none !important;
}

#c-busy, p.c-busy {
  background-image: url(../images/busy.gif);
  background-repeat: no-repeat;
}

/********************* 'ow-inhibit' command *********************/
#c-saving {
  display: none;
}
span.c-saving:after {
  content: url(../images/saving.gif);
}
/********************* 'ow-switch' command *********************/
.ow-menu {
  display: none;
}
.ow-menu.active {
  display:block;
} 
/********************* PDF upload *********************/
button.xt-file-del:hover:after {
  margin-right: 10px;
  content: " delete";
  font-size: 18px;
}
/********************* AXEL-FORMS 'choice' inline choice *********************/
ul.axel-choice.c-inline-choice {
  display: inline;
  margin-left: 0;
}

ul.axel-choice.c-inline-choice > li {
  display: inline;
}

ul.axel-choice.c-inline-choice label {
  display: inline;
  font-size: 12px;
}
ul.axel-choice.c-inline-choice input {
  float: none;
  margin-right: 8px !important;
  margin-left: 20px !important;
}
/********************* Host account editing *********************/
#cm-host-account-edit img.img-polaroid {
  max-width: 180px;
}
@media print {
  .noprint {
    display: none;
  }
}
#results {
width:100%;
   max-width: 1040px;
   margin: 0px auto;
   margin-left: -5%;
}
#results1 {
width:100%;
   max-width: 820px;

}
.table {
/*    width: 1040px;*/
    max-width: 1040px;
    }
#myStyledTable {
    width: 800px;
    max-width: 800px;
    }
    
#btn-group{
text-align:left;}


.respFact a
{
   color: red;  
}
.contact a
{
     font-weight: bold;
 
}
