BODY {
    font-family: Bahnschrift, ui-sans-serif,'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;
}

.narrative > a {
    color: #337ab7;
}

.narrative > a:visited {
    color: #681da8;
}

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: Bahnschrift, ui-sans-serif,sans-serif;
    font-weight: 100;
    font-size: 9pt;
    vertical-align: top;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  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;
}

.span4 {
width: 300px;
}

input[type='checkbox']
{
    vertical-align: middle;
    cursor:pointer;
}

table 
{
    font-size:14px;
    line-height:18px;
}

/*
i
{
    padding-right: 4px;
    vertical-align: middle !important;
}
*/

.drag
{
    cursor: hand;
    position: relative;
}

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%;
}

.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;
    left: 40%;
    border-radius: 15px;
    position: fixed;
    text-align: center;
    top: 40%;
    background-color: white;
    line-height: 16px;
    box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.3);
}

#divWellbeingTimeout
{
    display: none;
    max-width: 900px;
    border-radius: 15px;
    position: fixed;
    text-align: center;
    background-color: white;
    line-height: 16px;
    box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.3);

    /* Center the element horizontally and vertically */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.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: #0077cc;
}

.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;
    padding-right: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: 1;
}

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;
}

.close {
    opacity: 1;
}

.material-symbols-rounded.timeoutCloseButton {
    color: white; 
    font-size: 30px; 
    cursor: pointer; 
    text-align: right; 
    flex: 1; 
    font-weight: 800;
}

.material-symbols-rounded.timeoutSchedule{
    font-size: 30px; 
    color: rgb(88, 155, 236); 
    font-weight: 900; 
    margin-bottom: 15px;
}

.popupMenuOptions .close
{
    position: relative;
    top: -8px;
}

div.popupMenuOptions input, div.popupMenuOptions select
{
    margin-right: 5px;
}

.popupMenuToggle
{
    cursor: pointer;
}

/*.alert a 
{
    color: #c09853;
}*/

.alert-warning a {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-danger a {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.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-block;
    position: absolute;
    top: 55px;
    left: 60px;
    background-color: #b94a48;
}

.pieChart
{
    width: 40%;
    display: inline-block;
    float: left;
}

.pieChart
{
    margin-top: 20px;
}

.pieLegend.completed 
{
    background: #5F7E15;
}

.pieLegend.notCompleted 
{
    background: #FABD4B;
}

.pieLegend.overdue
{
    background: #A00000;
}

.pieLegend.in_progress
{
    background: #0077CC;
}

.breakdown, .breakdown-mini
{
    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;
display: inline-block;
float: right;
height: 12px;
margin-top: 3px;
}

.ahChart dl dd span
{
	width: 25px;
	border-radius: 13px;
	display: inline-block;
	float: right;
	height: 25px;
	margin-top: 8px;
}

.thChart dl dd span
{
	width: 25px;
	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;
    border: 2px solid #CC2222;
}

 td.table-right
 {
     text-align: right;
     padding-right: 4px;
 }

.eTrack-Traffic-Blank div.light {
    background-color: #0077cc;
    border: 2px solid #0077cc;
}

.eTrack-Traffic-Green div.light {
    background-color: #00CD00;
    border: 2px solid #00CD00;
}

.eTrack-Traffic-Amber div.light {
    background-color: #FABD4B;
    border: 2px solid #FABD4B;
}

.eTrack-actions 
{
    visibility: hidden;
    display:inline-block;
    margin-bottom:8px;
}

.eTrack-actions .btn
{
    max-width: 100px;
}

.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;
    white-space: normal;
}

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;
}

.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 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 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);
}

.redText    {   color: #EE3B3B !important;     }
.greenText  {   color: #518B22 !important;     }
.blackText  {   color: #000000 !important;     }
.greyText   {   color: #333333 !important;     }
.lightGreyText   {   color: #cdcdcd !important;     }
.darkGreyText   {   color: #777677 !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
{
    height: 100%;
    background-image: none !important;
    filter: none !important;
    float:left
}
.progress-danger .bar,
.progress .bar-danger {
    background-color: #1659a6;
}
.genderImage
{
    position: relative;
    top: -3px;
}

.assessmentWizard select, .assessmentWizard input
{
    width: auto;
}

.datepicker
{
}

.itemlabellight
{
    border-bottom : 1px dashed #ddd;
    color:#111;
    margin: 5px 0 0 0;
}

.itemlabelback
{
    border-bottom : 1px dashed #ddd;
    color:#333;
    margin: 5px 0 0 0;
}

.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, #0077cc, #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;
} */

.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;
}

.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;
}

.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"]:not(.skillScanCheck), 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;
    }
            
    .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 .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: #5F7E15;
}

.notCompleted
{
    background-color: #FABD4B;
}

.inProgress, .notStarted, .in_progress
{
    background: #0077cc;
}

.pending {
    background: #FF9400;
}

.taskBlock.pending {
    background-color: #FF9400;
}

.overdue 
{
    background: #a00000;
}

.cancelled, .cancelled .unitProgress, .cancelled .unitProgress .bar
{
    background: #757575 !important;
}

.evidenceGathered
{
    background-color: #dbe27f !important;
}

.AwaitingIV
{
    background-color: #bcc552 !important;
}

.CompletedIV
{
    background-color: #79801b !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;
}

/*Responsive Layout*/
#divBanner {
    min-width: 320px;
}

.navbar {
    min-height: 50px;
}

.navbar-inverse {
    color: #999999;
}

.nav {
    margin-bottom: 10px;
}

.productInfoStamp {
    padding-left: 0px;
}

/*.container {
    max-width: 940px;
}*/

[class^="icon-"],
[class*=" icon-"] {
    height: 18px;
}

.iconButton > [class^="icon-"],
.iconButton > [class*=" icon-"] {
    height: 21px;
}

.bigNavButton {
    height: 100px !important;
    width: 125px;
    max-width: 125px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.navButtonText {
    white-space:nowrap;
}

.moreButton {
    width: 108px !important;
}

.breadcrumb {
    min-height: 36px;
    margin-bottom: 10px;
}

.breadcrumb li {
    vertical-align: middle;
}

.logotop {
    min-width: 211px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.divNav {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.eTrack-full-menu
{
    display: none;
    min-width: 330px;
}

.eTrack-full-menu .nav-pills > li > a
{
    color: #DDDDDD;
    color: rgba(255, 255, 255, 1);
    height: 60px;
    line-height: 16px;
    text-align: center;
    background-color: #4C4C4C;
    width: 108px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -2px;
}

.eTrack-full-menu a.iconButton i
{
    opacity: 0.9;
    width: 100%;
    font-size: 20px;
    line-height: 23px;
    float: left;
    margin-bottom: 8px;
}

.dropdown-menu-joint
{
    display: none;
    position: relative;
    margin-top: -20px;
    float: right;
    background-color: #4C4C4C;
    width: 108px;
    height: 20px;
}

h1, h3, h4 {
    font-weight: bold;
}

.traineeHomePanel {
    min-height: 160px;
    max-height: 210px;
    margin-bottom: 15px;
}

.traineeHomePanelLarge {
    min-height: 140px;
    max-height: 150px;
    margin-bottom: 15px;
}

.traineeHomePanelNoInfo {
    min-height: 100px;
    margin-bottom: 20px;
}

.traineeHomePanel .visit {
    margin-top: 0px !important;
    line-height: 26px;
}

.visitFeedback .further {
    line-height: 16px;
}

/*Set height to line-height * number of lines required
    --below is 6 lines by default--
*/
.ellipsisText::before {
    content: "";
    float: left;
    width: 5px;
    height: 96px;
}

.ellipsisText > *:first-child
{
    float: right;
    width: 100%;
    margin-left: -5px;
}

.ellipsisText {
    position:relative;
    line-height: 16px;
    height:96px;
    overflow:hidden;
}

.ellipsisText::after {
    margin-left:-50px;
    top:-16px;
    content:"...";
    float:right;
    left:100%;
    position:relative;
    padding-right:5px;
    width:50px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 30%, white);
    -webkit-box-sizing: unset;
    box-sizing:unset;
    text-align:center;
}

.unitBlock, .taskBlock
{
    display: block;
    float: left;
    border: white solid 2px;
    padding-top: 2px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    font-weight: 100;
    font-size: 8pt;
    color: White !important;
    line-height: 22px;  
    border-radius: 5px;
    overflow: hidden;
}

.taskBlock 
{
    min-width:50px;
    min-height:38px;
}

.modal {
    max-height: 900px;
}

.modal-body {
    max-height: 600px;
    overflow-y: auto;
}

.modal-header.timeoutHeader {
    background: rgb(88,155,236); 
    color: white; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    border-top-left-radius:15px; 
    border-top-right-radius:15px
}

.modal-title.timeoutTitle {
    font-weight: bold; 
    font-size: 20px; 
    text-align: left;
}
.modal-main.timeoutMainModal {
    background: rgba(255, 255, 255, 0.356); 
    border: 3px solid #ccc; 
    border-top:none; 
    text-align: center; 
    border-bottom-left-radius: 15px; 
    border-bottom-right-radius:15px;
}

.timeoutModalContent {
    text-align: center;
}

.modal-flex-container.timeoutContainer {
    display: flex;
    align-items: center;
    justify-content: center; 
    margin-bottom: 10px;
}

.timeoutSessionTimeLeft {
    margin-bottom: 40px;
}

.wellbeingSessionTimeDiv
{
    margin-bottom: 15px;
}

.timeoutTextSession {
    font-size: 16px;
    margin-left: 2px;
    margin-top: 0;
}

.timeoutTimeCountdown {
    font-size: 40px; 
    vertical-align: middle;
}

.timeoutTimeFixed {
    font-size: 30px; 
    vertical-align: middle;
    margin-bottom: 40px;
}

.timeoutTextInstruction {
    font-size: 16px; 
    margin: 12px; 
    vertical-align: middle;
}

.modal-footer.timeoutFooter {
    display: flex; 
    justify-content: space-between; 
    border: none;
}

.timeoutButtonContinue {
    font-size: 18px; 
    background: rgb(88,155,236); 
    color: white; 
    border: 2px solid rgb(88,155,236); 
    border-radius: 5px; 
    padding: 15px 25px; 
    font-weight: bold; 
    cursor: pointer;
}

.timeoutButtonContinue:hover {
    background:rgb(53, 118, 196);
}

.timeoutButtonLogOff {
    font-size: 18px; 
    background: white; 
    color: rgb(88,155,236); 
    border: 2px solid rgb(88,155,236); 
    border-radius: 5px; 
    padding: 15px 25px; 
    font-weight: bold; 
}
.timeoutButtonLogOff:hover {
    background: rgb(217, 215, 215);
}

.wellbeingTextPartOne{
    max-width: 700px;
    font-size: 19px;
    margin-left: 2px;
    margin-bottom: 15px;
    display: none; 
    word-break: break-all;
}

.wellbeingTextPartTwo{
    font-size: 19px;
    max-width: 700px;
    word-break: break-all;
    margin-left: 2px;
    margin-top: 20px;
    display: none; 
}

.wellbeingButtonContinue {
    font-size: 18px;
    width: 170px; 
    background: white; 
    color: rgb(88,155,236); 
    border: 2px solid rgb(88,155,236); 
    border-radius: 5px; 
    padding: 15px 25px; 
    font-weight: bold; 
    margin-right: 10px;
}

.wellbeingButtonContinue:hover {
    background: rgb(217, 215, 215);
}

.wellbeingButtonBreak {
    font-size: 18px; 
    width: 170px; 
    background: rgb(88,155,236); 
    color: white; 
    border: 2px solid rgb(88,155,236); 
    border-radius: 5px; 
    padding: 15px 25px; 
    font-weight: bold; 
    cursor: pointer;
}

.wellbeingButtonBreak:hover {
    background:rgb(53, 118, 196);
}

.wellbeingTextInstruction {
    font-size: 16px; 
    margin-top: 25px; 
    vertical-align: middle;
}

.edit-panel {
    right: 0px;
    position: fixed;
    z-index: 2000;
    left: 2000px;
    height: 100%;
    top: 40px;
    background: white;
    box-shadow: 6px 0px 5px -5px #999, -8px 0px 20px -0px #999;
}
/* Angular Breadcrumbs */
.breadcrumbangular {
    padding-left: 0px;
    list-style: none;    
    border-radius: 4px;
}

.breadcrumbangular > li {
    display: inline-block;
}

.breadcrumbangular > li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumbangular > .active {
    color: #777;
}

.moduleFileDiv {
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 15px;
    padding-top: 15px;
    line-height: 18px;
}

.mobileEvidenceRow {
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 2px 5px 2px;
}

/* iPhones */
@media (max-width: 320px) {
    #txtFileSearch {
        width: 235px !important;
    }
}

/* Phones */
@media (max-width: 480px) {
    .communities-home-right {
        padding-left: 5px;
        margin-top: 20px;
        padding-right: 5px;
        margin-bottom: 20px;
    }

    .sidebar {
        margin-top: 20px;
        margin-bottom: 20px;
        min-height: 0px !important;
    }

    .moduleFileDiv {
        font-size: 13px;
    }

    #fileTypeFilter {
        float: none !important;
        margin-top: 5px;
        width: 100% !important;
    }
}

/*Tablet portrait*/
@media(min-width:768px) and (max-width: 991px) {
    #divNavigation {
        min-width: 505px;
    }

    .eTrack-full-menu .nav-pills > li > a {
        width: 119px;
    }
}

/*Tablet Landscape and small desktops*/
@media (min-width: 992px) {
    .eTrack-full-menu .nav-pills > li > a {
        width: 117px;
    }
}

/* Phones */
@media(max-width:767px) {
    #divBanner {
        height: 40px;
        width: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
    }

    #divMiddle {
        width: 100%;
        overflow-y: auto;
        position: absolute;
        /*-webkit-overflow-scrolling: touch;*/
        top: 45px;
        left: 0px;
        bottom: 0px;
        padding-left: 5px;
        padding-right: 5px;
    }

    #mobileTraineeHomeCarousel {
        width: 100%;
        overflow-y: auto;
        position: fixed;
        top: 45px;
        left: 0px;
        bottom: 40px;
        padding-left: 5px;
        padding-right: 5px;
    }

    #mobileTraineeHomeCarousel .carousel-inner {
        height: 100%;
        overflow-y: auto;
    }

    #mobileTraineeHomeCarousel h1 {
        margin-top: 0px;
    }

    #mobileTraineeHomeCarousel .carousel-indicators {
        position: fixed;
        bottom: 0px;
        height: 40px;
        margin-bottom: 0px;
    }

    #mobileTraineeHomeCarousel .carousel-indicators li {
        border: 1px solid black;
        margin-top: 15px;
    }

    #mobileTraineeHomeCarousel .carousel-indicators .active {
        background-color: black;
    }

    #mobileNewsTipsCarousel .carousel-indicators li {
        border: 1px solid black;
        margin-top: 15px;
    }

    #mobileNewsTipsCarousel .carousel-indicators .active {
        background-color: black;
    }

    .navbar-collapse {
        background-color: #222;
    }

    .navbar-inverse .navbar-collapse .navbar-nav > li > a {
        color: white;
    }
        
    h2, h3 {
        margin-top: 0px;
    }

    .pagination > li > a {
        float: none;
    }

    .modal {
        top: 50px;
        bottom: 50px;
    }

    .modal h3 {
        margin-bottom: 0px;
    }

    .modal-body {
        max-height: 300px;
    }

    .modal .modal-footer {
        padding: 5px;
    }

    #toast-container > div {
        width: auto;
    }

    #toast-container {
        margin-left: 12px;
    }

    #iframeModal .modal-body {
        padding-left: 10px;
    }

    .modal {
        width: auto;
    }

    .navbar-inverse {
        color: #D4D4D4;
    }

    .accordion h4 {
        font-size: 16px;
    }

    #assessmentPlanList ul {
        padding-left: 5px;
    }

    #collapseEviDet .accordion-inner {
        padding: 9px 5px;
    }
}

/* Messages */
.mobMessage {
    border-top: 1px solid lightgray;
    padding: 10px 5px 10px 5px;
    cursor: pointer;
    line-height: 18px;
}

#searchTooltip {
    width: 290px;
}

.tooltip-inner {
    max-width: 300px;
}

.searchBox .tooltip-inner {
    max-width: 300px;
}

.msgChk input {
    margin-top: 0px;
}

.divGroupCheckbox {
    margin-top: 8px;
}

#composeInputGroup, #divComposeControls > .form-control {
    margin-bottom: 10px;
}

.spnRecip {
    border: 1px solid #0077cc;
    border-radius: 3px;
    padding: 2px 5px 2px 5px;
    background-color: white;
    margin-left: 5px;
    color: #0077cc;
}

.delRecip {
    cursor: pointer;
}

#RecipientBlock {
    line-height: 30px;
    height: auto;
    display: block;
}

#RecipientBox {
    height: auto;
}

#AddRecips {
    margin-bottom: 10px;
    border: 2px solid #eee;
    border-radius: 3px;
    padding: 5px;
}

.spnContact {
    display: inline-block;
    width: 135px;
    border: 1px solid #3070A0;
    border-radius: 3px;
    padding: 5px;
    background-color: white;
    margin-bottom: 5px;
    text-align: center;
    cursor: pointer;
    color: #3070A0;
}

#spnEmail {
    margin-top: 10px;
    display: inline-block;
}

#txtFollowUp {
    width: 50px;
    display: inline-block;
}

#spnFollowUp {
    line-height: 34px;
}

#lblSend {
    width: 10%;
    vertical-align: top;
}

#spnSend {
    display: inline-block;
}

#selCategories {
    width: 30%;
    display: inline-block;
}

#messagingDiv .field-validation-error,  #frmEditTask .field-validation-error {
    color: #D90000;
    display: block;
    margin-bottom: 5px;
}

.tmpChk input {
    margin-top: 0px;
}

.nav-stacked li a {
    color: #3072AB;
}

.nav-stacked li a span.badge {
    background-color: #3072AB;
    color: #FFF
}

.pagination > .disabled > span {
    color: #555555;
}

#btnMobileMenu {
    position: fixed;
    top: 45px;
    left: 0px;
    z-index: 1000;
    background-color: #222;
    color: white;
    padding: 10px 5px 10px 5px;
    border-top: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    border-radius: 0px 3px 3px 0px;
}

#messagingMenu {
    background-color: #222;
}

#messagingMenu li.active {
    background-color: #428bca;
}

.sb-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.sb-menu li {
    width: 100%;
    padding: 0;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sb-menu li a {
    width: 100%;
    display: inline-block;
    padding: 1em;
    color: #f2f2f2;
}

.sb-left .sb-menu li a {
    border-left: 3px solid transparent;
}

#spnPublic {
    margin-top: 10px;
    display: inline-block;
}

#editTemplateDiv .form-control {
    margin-bottom: 10px;
}

.headerDiv {
    margin-bottom: 10px;
}

.messageHeader {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}

.messageCat {
    font-size: 18px;
    font-style: italic;
    float: right;
}

.viewMessageActions a {
    width: 100%;
    margin-bottom: 10px;
}

#divAwaitingReplies {
    font-style: italic;
    border: 2px solid lightpink;
    border-radius: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#divAttachments {
    margin-top: 20px;
    border: 1px solid lightgray;
    border-radius: 3px;
    padding: 5px;
    line-height: 18px;
}

#divAttachments a {
    margin-left: 5px;
}

.fileprog {
    margin-left: 20px;
}

#messagingDiv {
    margin-bottom: 30px;
}

#taskMenu li.active {
    background-color: #428bca;
}

.mobTask {
    border-top: 1px solid lightgray;
    padding: 10px 5px 10px 5px;
    cursor: pointer;
    line-height: 18px;
}

.mobilePRow {
    border-top: 1px solid lightgray;
    padding: 10px 5px 10px 5px;
    cursor: pointer;
    line-height: 18px;
    min-height:90px;
}

.editTaskControl {
    margin-bottom: 10px;
}

#txtTaskDesc {
    min-height:120px;
}

.tskActive {
    float: left;
    margin-bottom:10px;
}

.tskAutoAdd {
    float: right;
    margin-bottom: 10px;
}

.taskIntBox {
    padding-bottom: 10px;
    max-width: 100%;
    clear :left;
}

.tskRelDays {
    max-width: 50px;
    display:inline;
    vertical-align:middle;
}

.tmpsrchfield {
    margin-right:10px;
    margin-bottom:10px;
}

.clientPageBlock {
    text-align:center;
}

.mobileClientPagination {
    padding-top: 20px;
}

.taskDivs {
    height:100%;
}

.mobFixedBottom > button, .mobFixedBottom > a {
    margin-left: 5px;
    margin-right: 5px;
    float:right;
}

@media(max-width:480px) {
    #lblSend {
        width: 30%;
    }

    #divBodyZipContents {
        max-height: 300px;
    }
}

@media(max-width:767px) {
    #lblSend {
        width: 20%;
    }

    #selCategories {
        width: 50%;
    }

    #btnSend {
        float: right;
    }

    .messageActions, .templateActions {
        margin-top: 10px;
    }

    #spnEmail {
        float: right;
    }

    .pageHeader {
        text-align: center;
    }

    #editTemplateDiv {
        margin-top: -10px;
    }

    #btnSave {
        float: right;
        margin-left: 5px;
    }

    .viewMessageActions a {
        width: 49%;
    }

    #msgAccordion .panel-heading {
        padding-left: 5px;
        padding-right: 5px;
    }

    .taskPagination > li > a {
        float:left;
    }

    .tskActive {
        clear:left;
    }

    .tskAutoAdd {
        float:left;
        clear:left;
    }

    .switchLabel {
        min-width: 250px;
        float: left;
        clear: left;
    }

    .taskContainer {
        overflow-y:scroll;
        height:85%;
    }

    .mobFixedBottom {
        position: fixed;
        z-index: 1000;
        right: 0px;
        bottom: 0px;
        border: 1px solid #aaa;
        padding: 10px 10px 2px 10px;
        background-color: #FFFFFF;
        width: 100%;
    }

    .mobFixedBottom > a.iconButton {
        line-height:10px;
    }

    .mobFixedBottom > .iconButton {
        min-height:35px;
    }

    .mobFixedBottom > .iconButton > i {
        float:none;
        margin-right:5px;
    }
}

@media(min-width:768px) and (max-width: 991px) {
    .messageActions, .templateActions {
        margin-top: 10px;
        float: right;
    }

    #btnSend {
        float: right;
    }

    #spnEmail {
        float: right;
    }

    #messagingDiv > .col-sm-2 {
        padding-right: 0px;
    }
}

@media(min-width: 992px) {
    .messageActions button, .messageActions a, .templateActions a, .templateActions button {
        width: 70%;
        margin-bottom: 10px;
    }
}

@media(min-width:768px) and (max-width: 1199px) {
    .divGroupCheckbox {
        margin-top: 10px;
    }
}

@media(max-width: 1199px) {
    .searchBox {
        margin-bottom: 5px;
    }
}

@media(min-width: 1200px) {
    #divFilters {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/*Responsive Visits*/
.noBlock{
    display:inline-block;
    width:auto;
}
@media (min-width: 768px) {
    .noBlock{
    display:inline-block;
    width:auto;
} }
@media (max-width: 768px) {
    .noBlock{
    display:inline-block;
    width:100%;
} }
.pullRight-md{    
         float:left !important;
}
@media (min-width: 992px) {
    .pullRight-md{
    float:right !important;
} }

@media (max-width: 768px) {
.noPadding-xs {
        padding-left: 0px;
        padding-right: 0px;
    } }
@media (max-width: 992px) {
.noPadding-sm {
        padding-left: 0px;
        padding-right: 0px;
    } }

.pullRightandUp-md {
        float:right !important;
        margin-top: -40px
} 

@media (max-width: 992px) {
.pullRightandUp-md {
         float:left !important;
        margin-top: 0px
    } }

.centerLabel {
    top:6px;
    position:relative;
    padding-bottom:10px;
}
.noPadding {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
}
.caretBrowser{
    position:relative;
    top:10px;
}
.caretBrowser {
top:10px;
}
/*firefox only*/

@media (min-device-width:320px) and (max-device-width:768px) {
.caretBrowser {
top:10px;
}
}
body:not(:-moz-handler-blocked) .caretBrowser {
    top:-10px;
}
@media (max-width: 992px) {
.margintop-xs {
    margin-top:5px

}
}

@media (min-width: 992px) {
.noPaddingLeft-md {
    margin-left:0px

}
}

@media (min-width: 992px) {
.noPaddingRight-md {
    padding-right:0px

}
}

@media (max-device-width:768px) {
.noPadding-sm {
    margin-left:0px;
    margin-right:0px;
}
}

@media (min-width: 992px) {
.col-md-auto {
    width:auto;

    }
}



@media (max-width: 992px) {
.margintop-xs {
    margin-top:5px

}
}

@media (min-width: 992px) {
.noPaddingLeft-md {
    margin-left:0px

}
}

.btn-default{
    background-color:#eee;
    color:#000000 !important;
}

.mobileNavList > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 11px;
    padding-left: 11px;
}

.cke_contents > iframe {
  width: 100% !important;
} 
.cursor-pointer {
     cursor: pointer; 
}

/* Margin helpers */

.tmargin5 {
    margin-top: 5px;
}

.bmargin5{
    margin-bottom: 5px;
}

.rmargin5 {
    margin-right: 5px;
}

.lmargin5 {
    margin-left: 5px;
}

.tmargin10 {
    margin-top: 10px;
}

.tmargin20 {
    margin-top: 20px;
}

.bmargin10{
    margin-bottom: 10px;
}

.rmargin10 {
    margin-right: 10px;
}

.lmargin10 {
    margin-left: 10px;
}

.bpadding10{
    padding-bottom: 10px;
}

.bmargin20 {
    margin-bottom: 20px;
}


.width80{
    width:80%;
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}


.baseBootstrapCol {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.customGridModal {
    width: 80%;
    left: 10%;
    margin-left: 0%;
}

@media (max-width: 768px) {
    .baseBootstrapCol {
        width: 100% !important;
    }

    .customGridModal {
        width: auto;
        left: 0px;
    }

    .customGridModal .modal-dialog {
        width: auto !important;
    }
}
.centrePage{    }
@media (min-width: 768px) {
    .centrePage{
        top:45%;
        position:sticky;
    }
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 100%;
    
    margin-top: -1px;
}

/*
    PagerStyle ASP.NET Bootstrap 3 override
*/

.pagination-pagerstyle {
    display: table-row !important;
}

.pagination-pagerstyle > td {
    text-align: center !important;
}


.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

.form-horizontal .help-block {
  margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}

.form-horizontal .form-actions {
  padding-left: 180px;
}


.community-notice {
    margin-bottom:20px;
    margin-top:10px;
    border-bottom: 1px solid black;

}

.community-title  {
    margin-top:4px;
    margin-bottom:7px;
    text-align:center;
}

.notice-title {
    margin-top: 12px;
}

.notice-body {
    margin-top: 10px;
    margin-bottom:20px;
}

a[id^="btnDismissNotice"],
a[id^="btnViewResource"] {
    margin-bottom: 5px;
    
}

.regButton {
    margin-bottom :10px
}

@media (max-width: 767px) {
    #txtWhatsNewXs {
        display: inline-block !important;
    }
}
