BODY
{
    font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
    background: transparent no-repeat;
    text-decoration: none;
    color: #000000;
	margin:0px 0px 0px 0px;
	background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6
{
    color:#333;
}

h1, h2, h3, h4
{
    /*padding: 4px;*/ /* SR : Removed - unsure of purpose - seems an odd choice. */
    width: 100%;
    background: transparent;
}

.logotop
{
    background-repeat: no-repeat;
}

.navbar-inner
{
    border: 0px;
}

a 
{
    color: #000;
}

a:visited
{
    /*color: #000;*/
}

a.btn-inverse:visited, a.btn-primary:visited
{
    /*color: #fff;*/
}

ul, li, dl, dd, dt
{
    list-style-type: none;
}

#divNavigation li a, .eTrack-full-menu li a, td.textAlignCentre
{
    text-align: center;
}

INPUT, SELECT
{
    font-family: sans-serif;
    font-size: 9pt;
    vertical-align: top;
}

input[type='checkbox']
{
    vertical-align: middle;
}

table 
{
    font-size:14px;
    line-height:18px;
}

/*
i
{
    padding-right: 4px;
    vertical-align: middle !important;
}
*/

.drag
{
    cursor: hand;
    position: relative;
}
@media (min-width: 800px) {
    table.ApplicationForm {
        width: 700px;
    }
}

table.table tr:hover td
{
    cursor: pointer;
}

table.table tr.pagination td
{
    cursor: auto;
}

td.appFormMinHeight
{
    width: 1px;
    height: 480px;
}

span.appFormNavSpan
{
    width: 75px;
}

td.appFormNavPadding
{
    width: 475px;
}

.wizardmain
{
    height: 450px;
    width: 100%;
    background-color: #ffffff;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    position: fixed;
    background-color: #f9f9f9;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 10px;
    width: 800px;
}

.wideModalPopup
{
    position: fixed;
    background-color: #f9f9f9;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 10px;
    width: 1030px;
}

.groupbox
{
    padding: 2px;
    background-color: #EEEEEE;
    border: 1px solid #BBBBBB;
}

.scrollarea
{
    overflow: auto;
    width: 100%;
}

#divTop
{
    margin-top: 40px;
    border-width: 0px;
    width: 100%;
}

#divTop div
{
    margin: auto 0;
    background-color: transparent;
    display: inline-block;
}

.print
{
    background-image: url(/images/print.jpg);
    background-position: center;
}

.printed
{
    background-image: url(/images/printed.jpg);
    background-position: center;
}

.printing
{
    background-image: url(/images/printing.jpg);
    background-position: center;
}

.scrollingDiv
{
    overflow: auto;
    max-width: 1070px;
}

#divPleaseWait
{
    border-right: #555555 1px solid;
    border-top: #555555 1px solid;
    display: none;
    border-left: #555555 1px solid;
    border-bottom: #555555 1px solid;
    position: fixed;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
    text-align: center;
}

#divPleaseWait.visible
{
    display: block;
    opacity: 0.2;
}

#divSessionTimeOutTimeLeft
{
    display: none;
    border-right: black solid;
    border-top: black solid;
    left: 40%;
    border-left: black solid;
    border-bottom: black solid;
    position: fixed;
    text-align: center;
    top: 40%;
    background-color: white;
    line-height: 16px;
}

.dottedHeader
{
    border-bottom: 1px dashed #DDDDDD;
    margin-top: 5px;
    margin-bottom: 3px;
}

.dottedHeader a:hover
{
    text-decoration: none;
}

h1.narrativeHeader, h2.narrativeHeader, h3.narrativeHeader, h4.narrativeHeader, h5.narrativeHeader
{
    font-weight: normal;
    color: #0088cc;
}

.textButton, .inline-div /*, label*/ /* breaks bootstrap */
{
    display: inline-block;
}

/* fix thing broken above? */
input[type="checkbox"]+label, input[type="radio"]+label
{
    display: inline-block;
    vertical-align: sub;
    padding-left:4px;
}

/* Fix vertical alignment of labels */
input[type="radio"]
{
    vertical-align: middle;
}

/* Aligns things with the bootstrap text boxes */
.bottom10 input
{
    margin-bottom: 10px;
}

.bottom10
{
    margin-bottom: 10px;
}

.visititem
{
     width:230px;
     height:195px;
     position:relative;
     left:35px;
     color:#333;
}

.visititem h1
{
    margin-top: 10px;
    font-size: 1.6em;
    font-variant: normal;
    line-height: 22px;
}

.visititem p
{
    padding:4px;
    margin-bottom:4px;
}

.visititem .visitdate
{
    font-size:1.2em;
    font-weight:bolder;
}


.nav-pills li
{
    display: inline;
}

a
{
    cursor: pointer;
}

a i, .iconButton i
{
    opacity: 0.7;
}

a:hover i, .iconButton:hover i
{
    opacity: 1;
    text-decoration: none;
}

a i.iconOpaque, i.iconOpaque, .iconOpaque i
{
    opacity: 1;
}

/*
i
{
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
    height: 20px;
    width: 20px;
}
*/

i.iconSmall, .iconLarge i
{
    line-height: 14px;
    font-size: 14px;
    height: 14px;
    width: 14px;
}

i.iconLarge, .iconLarge i
{
    line-height: 40px;
    font-size: 40px;
    font-weight: bold;
    height: 40px;
    width: 40px;
}

.eTrack-Link
{
    color: #000000;
    text-decoration: none;
}

tr.pagination td
{
    text-align: center;
  /*display: table-cell;
  display: inline;*/
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination a,
.pagination span 
{
    display: inline-block;
    margin: 0px;
    padding: 0 14px;
    line-height: 38px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
}

.pagination a:hover,
.pagination a,
.pagination span {
  background-color: #f5f5f5;
}

.pagination a,
.pagination span {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.pagination a,
.pagination span {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.pagination span {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

/* Trainee Home Page */

p.info { 
	border-top: 1px dashed #DDDDDD; 
	border-bottom: 1px dashed #DDDDDD; 
	clear: both; 
	margin-bottom: 14px;  
	font-weight: bold;
	font-size: 13px;
    line-height: 18px;
}

div.infolegend { 
	border-top: 1px dashed #DDDDDD; 
	border-bottom: 1px dashed #DDDDDD; 
	clear: both; 
	margin-bottom: 14px;  
	font-size: 13px;
    line-height: 18px;
    min-height:0px!important;
}

div.infolegend > div.infotext{ 
	font-weight: bold;
    float:left;
    margin-right:30px;
}

.legendItem
{
    float:right;
    margin-right:8px;
    font-size:x-small;
}
.legendItem > .qualStatus
{
    clear:none;
    width:11px;
    height:11px;
    margin-top:4px;
}


p.visit {
color: #4B4B4B;
font-size: 36px;
font-weight: bold;
text-align: left;
padding-top: 0.0em;
}

/* Use for labels on forms to vertically align them with the middle of the text boxes - bit messy, but no other way */
.formLabel
{
    height: 30px;
    display: inline-block;
    margin-top: 7px;
}

/****************************
 *                          *
 *   Bootstrap override     *
 *                          *
 ****************************/



.nav-tabs > li.dropdown-right a, .nav-tabs > li.dropdown-right a:hover, .nav-tabs .dropdown.open a.dropdown-toggle
{
    background-color: #22CC22;
    color: #DDDDDD;
}

.nav-tabs > li.dropdown
{
    border-color: transparent;
}

.nav-tabs > li.dropdown-right ul.dropdown-menu a
{
    background-color: #FFFFFF;
    color: #000066;
}

.table-header
{
    font-weight: bold;
    padding: 8px;
    line-height: 20px;
    text-align: left;
    color: #000000;
}

.table-condensed td.table-header
{
    padding: 4px 5px;
}

/* breaks bootstrap */
/*
.nav
{
    background-color: #FFFFFF;
    color: #000066;
}
*/

.carousel-control {
  position: absolute;
  top: 0;
  left: 15px;
  width: 25px;
  height: 100%;
  margin-top: 0px;
  font-size: 60px;
  font-weight: 100;
  line-height: 180px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right
{
    right:0px;
    opacity:0.2;
}

.carousel-control.left
{
    left:0px;
    opacity:0.2;
}

.expander
{
    line-height: 20px;
    text-align: right;
}

.popupMenuOptions, .pdfMenuOptions
{
    background-color: #FFFFFF;
    border: 1px solid #000000;
    display: none;
    float: left;
    position: fixed;
    top: 100px;
    left: 50%;
    z-index: 99;
    margin: auto auto auto -150px;
    padding: 0px 3px 10px 3px;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
}

div.popupMenuOptions div
{
    padding-left: 3px;
    padding-right: 3px;
}

.popupMenuOptions .close
{
    position: relative;
    top: -8px;
}

div.popupMenuOptions input, div.popupMenuOptions select
{
    margin-right: 5px;
}

.popupMenuToggle
{
    cursor: pointer;
}

.alert a 
{
    color: #c09853;
}

.alert-error a {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-info a {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-condensed {
    margin-bottom: 10px;
}

.alert.notifications-icon ul li
{
    padding-top: 2px;
}

.alert.notifications-icon ul li a
{
    display: inline-block;
    padding-top: 1px;
    padding-left: 7px;
}

.alert.notifications-icon ul li img
{
    vertical-align: top;
}
.nav-eTrack > li
{
    float: left;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 0px;
        -ms-border-radius: 0px;
           -border-radius: 0px;
}

.largeText a.iconButton
{
    display: inline-block;
    min-width: 80px;
    max-width : 90px;   
    height: 80px;
    vertical-align: bottom;
    line-height: 100px;
    background-color: transparent;
}

@media \0screen {

.largeText a.iconButton 
{
    width: 80px;
    max-width: none !important;
}

}

.largeText a.iconButton i
{
    float: left;
    position: relative;
    font-size: 40px;
    line-height: 60px;
    width: 100%;
}

#ExtraLinks
{
    margin-top: 12px;
}

.navbar-inverse td > a
{
    color: #FFFFFF;
}

.largeText .iconButton .badge
{
    display: inline;
    position: relative;
    top: -20px;
    left: -40px;
}

.pieChart
{
    width: 40%;
    display: inline-block;
    float: left;
}

.pieChart
{
    margin-top: 30px;
}

.breakdown, .breakdown-mini
{
    width: 59%;
    display: inline-block;
    float: right;
}

.breakdown dl dt, .breakdown dl dd, .breakdown-mini dl dt, .breakdown-mini dl dd
{ 
	font-size: 1.8em;
	line-height: 1.6em; 
}

.breakdown dt
{
	width: 80px;
	padding-right:8px;
}

.breakdown-mini dt {
    width: 40px;
    padding-right: 8px;
}

.breakdown dd, .breakdown-mini dd
{
	text-align: left;
	width: 100%;
	margin: 0px 0px 0px 0px;

}

.breakdown-mini dl dd span {
width: 12px;
border: 1px solid #DDDDDD;
display: inline-block;
float: right;
height: 12px;
margin-top: 3px;
}

.ahChart dl dd span
{
	width: 25px;
	border: 1px solid #DDDDDD;
	display: inline-block;
	float: right;
	height: 25px;
	margin-top: 8px;
}

.thChart dl dd span
{
	width: 25px;
	border: 1px solid #DDDDDD;
	display: inline-block;
	float: right;
	height: 25px;
	margin-top: 3px;
}

.table th
{
    padding: 0px;
}

.table td
{
    padding: 2px 0;
}

.table tr
{
    vertical-align: middle;
}

.eTrack-table tr td
{
    cursor:pointer;
}

.eTrack-table td 
{
    height : 2em;
    vertical-align: middle;
}

.eTrack-table i
{
    height: 19px;
    margin-top: 0px;
    padding-right: 2px;
    vertical-align: middle;
}

.eTrack-Message td
{
    min-height : 100px;
}

.eTrack-TrMessages tr.Priority90, .eTrack-TrMessages tr.Priority70
{
    font-weight: bold;
}

.eTrack-TrMessages tr.Priority80
{
    font-weight: bold;
    background-color: #F2DEDE;
}

.eTrack-TrMessages tr.Priority80 i
{
    color: #CC2222;
}

.eTrack-TrMessages i
{
    padding-right: 2px;
    height: 19px;
}

.eTrack-TrMessages tr.Priority30, .eTrack-TrMessages tr.Priority20
{
    font-weight: bold;
    background-color: #FFFFFF;
}

.eTrack-TrMessages tr.Priority30 a span, .eTrack-TrMessages tr.Priority20 a span, .eTrack-TrMessages tr.Priority80 a span
{
    font-weight: normal;
}

.eTrack-TrMessages tr.Priority0
{
    color: #444444;
    background-color: #F9F9F9;
}

.eTrack-icon-grey
{
    color: #000000;
}

.eTrack-icon-grey
{
    color: #FFFFFF;
}

.eTrack-Traffic-Red div.light
{
    background-color: #CC2222;
}

 td.table-right
 {
     text-align: right;
     padding-right: 4px;
 }

.eTrack-Traffic-Blank div.light
{
    background-color: #0088CC;
}

.eTrack-Traffic-Green div.light
{
    background-color: #00CD00;
}

.eTrack-Traffic-Amber div.light
{
    background-color: #FABD4B;
}

.eTrack-actions 
{
    visibility: hidden;
    display:inline-block;
    margin-bottom:8px;
}

.eTrack-actions .btn
{
    max-width: 200px;
}

.line30
{
    line-height: 30px;
}

.txtBoxLabel .txt
{
    position: relative;
    top: 7px;
}

span .radioBtn
{
    position: relative;
    top: 7px;
}

/*input[type="checkbox"]
{
    margin-top: 0px;
}*/

.borderBottom
{
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
}

.messages .borderBottom:first-child
{
    border-top: 1px solid #999999;
}

a.iconButton, .iconButton
{
    display: inline-block;
    min-width: 40px;
    min-height: 40px;
    vertical-align: bottom;
    line-height: 16px;
/*    background-color: transparent;*/
    font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
    margin-bottom: 5px;
}

a.iconButton > i, .iconButton > i
{
    padding-right : 0px;
    padding-top:4px;
    float: left;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    padding-bottom: 3px;
}

.options
{
    line-height: 30px;
    float: right;
    margin-bottom: 10px;
}

.options div
{
    display: inline-block;
}

.options select
{
    margin-bottom: 0px;
    vertical-align: middle;
}

.options input
{
    margin-bottom: 0px;
    vertical-align: middle;
}

.options label
{
    line-height: 30px;
    margin-right: 5px;
}

.horizontal-check-group 
{
    border : 1px solid #e3e3e3;
    background : #f7f7f7;
    display: inline-block;
    padding: 8px;
    width:100%;
    margin-bottom:12px;
    /*max-height: 125px;*/
    overflow-y: auto;
    border-radius: 4px;
}
    
.horizontal-check-group > label
{
    float: left;
    min-width: 180px;
}

.sysconfig-textarea
{
    height:125px;
    overflow-y:scroll;
    width:100%;
}

/* breaks bootstrap */
input[type="checkbox"]
{
/*    margin-left:4px;
    margin-right:4px;
    margin-top:-4px; */
}

.mappingstable
{
    border-collapse:separate;
    border-spacing:1px;
}

.dropdown a.full-menu-toggle, .dropdown a.full-menu-toggle:hover
{
    margin-right: 0px;
    color: #DDDDDD;
    color: rgba(255, 255, 255, 0.8);
    background-color: #4C4C4C;
}

.eTrack-full-menu
{
    display: none;
}

.eTrack-full-menu ul
{
    padding-left: 2px;
    background-color: #4C4C4C;
    -webkit-border-top-left-radius: 5px;
        -ms-border-top-left-radius: 5px;
           -border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
        -ms-border-bottom-left-radius: 5px;
           -border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
        -ms-border-bottom-right-radius: 5px;
           -border-bottom-right-radius: 5px;
}

.eTrack-full-menu .nav-pills > li > a
{
    color: #DDDDDD;
    color: rgba(255, 255, 255, 1);
    height: 32px;
    line-height: 28px;
    text-align: center;
    background-color: #4C4C4C;
}

.eTrack-full-menu .nav-pills > li > a i.icon-sign-blank
{
    color: transparent;
}

.eTrack-full-menu .nav-pills > li > a:hover
{
    color: #222222;
    color: rgba(0, 0, 0, 0.8);
    background-color: #DDDDDD;
    background-color: rgba(256, 256, 256, 0.5);
}

.eTrack-full-menu a.iconButton i
{
    opacity: 0.9;
    width: 100%;
    font-size: 20px;
    line-height: 23px;
    float: left;
}

.dropdown-menu-joint
{
    display: none;
    position: relative;
    margin-top: -26px;
    float: right;
    background-color: #4C4C4C;
    width: 108px;
    height: 26px;
}

.redText    {   color: #EE3B3B !important;     }
.greenText  {   color: #518B22 !important;     }
.blackText  {   color: #000000 !important;     }
.greyText   {   color: #333333 !important;     }
.lightGreyText   {   color: #cdcdcd !important;     }
.whiteText  {   color: #ffffff !important;     }
.blueText   {   color: #4169E6 !important;     }
.boldText   {   font-weight: bold !important;  }
.tinyText   {   font-size: 8px !important; line-height: 8px !important;       }
.smallText  {   font-size: 12px !important;    line-height: 12px !important;  }
.midText    {   font-size: 16px !important;    line-height: 16px !important;  }
.largeText  {   font-size: 20px !important;    line-height: 20px !important;  }
.massiveText{   font-size: 30px !important;    line-height: 30px !important;  }
.underlinedText {   text-decoration: underline !important; }
.progress .bar.lightGreenBackground, .lightGreenBackground { background-color: #62c5ea !important; }
.progress .bar.greenBackground, .greenBackground { background-color: #39acdc !important; }
.progress .bar.darkGreenBackground, .darkGreenBackground { background-color: #0e90d2 !important; }
.progress .bar
{
    background-image: none !important;
    filter: none !important;
}

.genderImage
{
    position: relative;
    top: -3px;
}

.assessmentWizard select, .assessmentWizard input
{
    width: auto;
}

.datepicker
{
}

.itemlabellight
{
    border-bottom : 1px dashed #ddd;
    font-weight:normal;
    color:#111;
}

.itemlabelback
{
    border-bottom : 1px dashed #ddd;
    font-weight:bolder;
    color:#333;
}

.LinkButton
{
    display: inline-block;
    border: 0px none #e6e6e6;
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-repeat: repeat-x;
    -moz-border-radius: 4px;
    border-radius: 4px;
    zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    text-decoration:none;
    min-width:50px;
}

.LinkButton:hover
{
    color: #FFFFFF;
}

.LinkButton a
{
    text-decoration:none;
    color : #ffffff;
}

.LinkButton:visited
{
    color: #ffffff;
}

.LinkButtonAssessmentFileType
{
    display: inline-block;
    border: 0px none #e6e6e6;
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-repeat: repeat-x;
    border-radius: 4px;
    zoom: 1;
    color: #ffffff;
    background-color: #006dcc;
    background-repeat: repeat-x;
    text-decoration:none;
    min-width:50px;
}

.listgroupitem, .sectionheader, .subjectheader, .mainbodyheader, .listheader
{
    font-weight:bold;
}

.sectionheader
{
    clear: both;
}

.listmain tr:not(.listheader)
{
    cursor: pointer;
}

/*IE8*/
@media \0screen 
{
    .listmain tr
    {
        cursor: hand;
    }
    .listmain .listheader
    {
        cursor: text;
    }
    .eTrack-actions 
    {
        visibility: visible;
        height: 0px;
    }
}

.journalSubject
{
    font-size:24px;
    font-weight:bold;
    padding-bottom:8px;
    color:#333;
}

.journalCategory
{
    font-size:16px;
    font-weight:bold;
    padding-bottom:8px;
    color:#333;
}

.journalCategorySmall
{
    font-size:14px;
    font-weight:bold;
    padding-bottom:8px;
    color:#333;
}

.journalDate
{
    padding-bottom:4px;
    color:#555;
    font-size:12px;
}

#journalBody
{
    padding: 10px;
}

.attachment
{
    margin-top: 5px;
}

#divBody
{
    padding-bottom:8px;
    min-height:140px;
}

#divFooter a
{
    color:#555;
    font-size:12px;    
}

.width30
{
    display: inline-block;
    width: 30%;
}

/* Fixes the irregular cursor on the trSummary page */
.icon-plus
{
    cursor: hand;
    cursor: pointer;
}

.icon-minus
{
    cursor: hand;
    cursor: pointer;
}

/* used in GIS module 
#SDKmap
{
    position : absolute;
    left: auto;
    bottom:0px;
    min-height:650px;
    margin-left:0px;
} */

#SDKmap .MicrosoftMap
{
    top : 40px !important;
    left: 250px !important;
    
}

.dd_directionsPanel
{
    padding-top:0px !important;
    padding-bottom:0px !important;
}

.dd_itinerary li
{
    padding:4px 0px 4px 0px !important;
}

.dd_waypointDisplayText
{
    font-size:100% !important;
}

#directionsDiv li
{
    line-height:18px;
}

.dd_tripSummary
{
    font-size:100% !important;
    font-weight:bold !important;
}

.dd_instruction
{
    font-size:100% !important;
}

.assessorPin > div
{
    font-size: 8pt !important;
}

.learnerPin > div
{
    font-size: 8pt !important;
    color:#22e !important;
    top:1px !important;
    left:-1px !important;
}

.lightbox-content
{
/*    min-height :  400px;*/
    text-align:left;
}

.lightbox p
{
    line-height:1.4em;
}

.noBottomMargin
{
    margin-bottom:0px;
}

.top50
{
    margin-top: 50px;
}

.top10
{
    margin-top: 10px;
}

.absolute-topleft-column
{
    top:0px;
    left:10px;
    position:absolute;
    width:240px;
    height:100%;
}

.absolute-topleft-column .alert
{
    margin-top:16px;
}

.absolute-topleft-column .btn-group
{
    margin-top:4px;
}

.absolute-topleft-column dl
{
    margin-left:4px;
}

#routeDiv 
{
    margin-top:20px;
}

#routeDiv h5
{
    float:left;
    margin-top:0px;
    margin-bottom:0px;
    
}

.absolute-topleft-column dt
{
    min-width:90px;
    float:left;
}

.absolute-topleft-column h5
{
    font-style:italic;
}

.lightbox .datepicker
{
    background-color: #ffffff;
    border: 1px solid #cccccc;
    color: rgb(85, 85, 85);
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#sideScroll
{
    position:absolute;
    bottom:0px;
    top:200px;
    width:100%;
    overflow-y:scroll;
}

#assessorList, #ssaList, #teamList
{
    margin-top:10px;
    float:left;
}

#assessorList div
{
    float:left;
    width: 280px;
}

.infobox-info ul
{
    margin-left:4px;
    margin-bottom:0px;
    font-size:10pt;
}

.infobox-info ul li
{
    white-space:nowrap;  
    overflow:hidden;
    width:275px;  
}

.pdfMenuOptions
{
    padding-left: 10px;
    padding-right: 10px;
    top: 200px;
    width: 300px;
}

.pdfMenuOptions .iconButton
{
    min-height: 0px;
    margin-bottom: 0px;
    margin-top: 5px;
}

.pdfMenuOptions .iconButton i
{
    display: none;
}

.pdfMenuToggle
{
    margin-top: 5px;
}

.thin-border
{
    border: 1px solid #888888;
}

table.nonGreyDisabled input
{
  cursor: pointer;
  background-color: #FFFFFF;
}

/* BEGIN - Induction Wizard */

.es_title
{
    font-weight: bold;
    font-size: 16pt;
    height: 40px;
}

.indWizItemTitle
{
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

.summarymessage
{
    width: 700px;
    padding: 4px; 
    padding-left: 8px;
}

.summarymessage a, .summarymessage span
{
    color: #000000 !important;
}

.informationsummary .summarymessage
{
    background-color: #AAD2E0;
}

.errorsummary .summarymessage
{
    background-color: #FFA5A5;
}

.warningsummary .summarymessage
{
    background-color: #FDDCC6;
}

.errorSummary
{
    color: Red;
    border: 1px solid red;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
}

.moduleTitle
{
    font-weight: bold;
}

.moduleEdit
{
    margin-top: 10px;
}

textarea.wide
{
    width: 505px;
}

/* END - Induction Wizard */

.pagination-mini {
margin: 5px 0;
}

.datepicker
{
    margin-top: 0px;
}

.datepicker-narrow 
{
    width: 75px;
}

.spacedCol
{
    padding-right: 5px;
}

.selectedSearchResult
{
    background-color: #2DB2FF;
}

/* For tables which need more room */
.smallTextTable
{
    font-size: small;
}

.smallTextTable td
{
    vertical-align: middle;
}

.smallTextTable input
{
    margin-bottom: 0px;
}

.plusbutton
{
    background-image: url(/images/plus.gif);
    background-position: center;
    background-repeat: no-repeat;
}

.minusbutton
{
    background-image: url(/images/minus.gif);
    background-position: center;
    background-repeat: no-repeat;
}

.table-spaced td
{
    padding-left: 10px;
}

.feedbackModal
{
    width: 800px;
    margin-left: -400px;
}

.NRTATrObjectivesTable .NRTATrObRow
{
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
}

.NRTATrObjectivesTable .NRTATrObRow:first-child
{
    border-top: 1px solid #000000;
}

.fileListBox
{
    font-size: 12pt;
    height: auto;
    overflow: hidden;
}

.modal.fade
{
    -webkit-transition: opacity .2s linear, none;
    -moz-transition: opacity .2s linear, none;
    -ms-transition: opacity .2s linear, none;
    -o-transition: opacity .2s linear, none;
    transition: opacity .2s linear, none;
    top: 50%;
}

.treelevel1
{
    margin-left: 25px;
}

.treelevel2
{
    margin-left: 50px;
}

.treelevel3
{
    margin-left: 75px;
}

.cursorPointer
{
    cursor: pointer;
}

.fixedbottomright
{
    position: fixed;
    z-index:1000;
    right: 0px;
    bottom: 0px;
    border: 1px solid #aaa;
    padding: 10px 10px 2px 10px;
    background-color: #FFFFFF;
}

/* iPad specific CSS */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait), (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
    table.table td
    {
        vertical-align: middle;
    }
    
    table.table td input[type="image"]
    {
        margin-top: -7px;
        text-align: center;
        vertical-align: middle;
    }
    
    input[type="checkbox"], input[type="radio"]
    {
        padding-left: 3px;
        padding-bottom: 3px;
        padding-right: 3px;
        margin-left: 2px;
        margin-right: 2px;
        margin-top: -5px;
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    
    .navbar-fixed-top .container
    {
        width: auto !important;
    }
    
    .navbar .container #UserDetails
    {
        margin-right: 5px;
    }
    
    input[type="date"]
    {
        height: 28px;
    }
    
    .navbar-fixed-top
    {
        position: absolute;
    }
    
    .wideModalPopup
    {
        width: 900px;
    }
    
    .compactDdl
    {
        width: 6.5% !important;
    }
    
    .statementLabel input[type='checkbox']
    {
        width: 4.5% !important;
        margin-top: 6px !important;
        margin-left: 2% !important;
    }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .eTrack-full-menu .nav-pills > li > a:hover
    {
        color: #DDDDDD;
        color: rgba(255, 255, 255, 1);
        height: 32px;
        line-height: 28px;
        text-align: center;
        background-color: #4C4C4C;
    }
    
    .nav-pills > li > a:hover
    {
        background-color: #FFFFFF;
    }
    
    .wideModalPopup
    {
        width: 700px;
    }
}
.spacedresults
{
    line-height: 25px;
}

.unitBlock 
{
    display:block;
    float:left;
    border: white solid 2px;
    padding-top:2px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    font-weight:bold;
    font-size:8pt;
    color:White !important;
    line-height: 22px;
}

.unitBlock .unitProgress
{
    display: block;
    margin-left: -4px;
    margin-right: -4px;
    height: 9px;
    margin-bottom: 0px;
    overflow: hidden;
}

.unitBlock .unitProgress .bar
{
    display: block;
    float : left;
    width: 0;
    height: 100%;
}

.unitBlock.completed .unitProgress .bar
{
    background-color: #79801b;
}

.unitBlock .UnitResult
{
    display: block;
}

.unitBlock .elementResultGroup
{
    text-align: left;
    display: block;
}

.unitBlock .elementResultGroup .unitElementResult
{
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-right: 5px;
    border: 1px solid #FFFFFF;
}

.completed
{
    background: #79801b;
}

.inProgress, .notStarted
{
    background: #0088cc;
}

.overdue 
{
    background: #c6394f;
}

.cancelled, .cancelled .unitProgress, .cancelled .unitProgress .bar
{
    background: #757575 !important;
}


.unitBlock h5
{
    margin-top : 0px;
    margin-bottom: 4px;
}

.qualStatus
{
    float:left;
    clear:left;
    width:20px;
    height:20px;
    margin-right:5px;
    border-radius:10px;
}


.fileBlock
{
    height: auto;
    padding-bottom: 10px;
    margin-left: 0px !important;
    text-align: center;
}

.fileBlockMid
{
    width: 96px;
    margin-left: auto;
    margin-right: auto;
}

.narrowddl
{
    width: 50px;
}


@media \0screen 
{
    .compactDdl
    {
        margin-left: 1%;
    }
    
    .statementLabel input[type='checkbox']
    {
        margin-top: 6px !important;
    }
}

.marginbottom20
{
    margin-bottom: 20px;
}

.clearleft
{
    float:left;
    clear:left;
}

.breadcrumbangular
{
    display: inline-block;
    margin-left: 0px;
}

.breadcrumbangular > li
{
    display: inline-block;
    *display: inline;
}

.breadcrumbangular > li > .divider
{
    padding: 0 5px;
    color: #ccc;
}

.M5tabCheckList, .M5tabRadioList
{
    border: thin solid;
    overflow: auto;
    max-height: 120px;
    border-radius: 4px;
    border-color: #cccccc;
    /*margin-right: 10px;
    margin-bottom: 20px;*/
    padding-left: 5px;
}

.M5tabTextBox
{
    width: 95%;
}

.M5tabRichTextBox
{
    padding-right: 13px;
    padding-bottom: 10px;
}

.M5tabContFullWidth
{
    width: 100%;
}

.ahNoData
{
    opacity:0.5
}

.noDataBlock
{
    height:150px;
}

.noDataBlock h4
{
    line-height:150px;
}

.nowrap th
{
    white-space:nowrap;
    padding: 3px;
}

@media  (max-width: 767px) {
    .responsive-M5table
    {
        max-width:300px;
    }
}

.breadcrumb > li + li:before {
    padding: 0 8px;
    color: #ccc;
    content: "/\00a0";
}

/* Angular Breadcrumbs */
.breadcrumbangular {
    padding-left: 0px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumbangular > li {
    display: inline-block;
}

.breadcrumbangular > li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumbangular > .active {
    color: #777;
}

.listItemGridLines {
    border-bottom: 1px dashed lightgray;
}