body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  overflow-x: hidden;
}

legend {
  font-size: 14px;
   border-bottom: none;
   margin-top: 0px;
   margin-bottom: 0px;
}

[contenteditable="true"] {
  border: 1px solid #f5f5f5;
}
[contenteditable="true"]:focus {
  outline: 1px solid #8db7fb;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
   #iCaseworkContent > form {
       margin-bottom: 90px;
       }   
   }

/* ensure clockpicker is always on top */
.clockpicker-popover {
  z-index: 215000000 !important;
}

/* increase fonts of chartist labels */
.ct-label {
    font-size: 12px !important;
    color: black !important;
}

/* colour of chartis charts */
.ct-series-a .ct-bar {
    stroke: #446cb3;
    } 

/* skip content link */
#skip {
    color: #fff;
    background-color: #757575;
    padding: 0 5px;
}

/* support fullscreen for tinymce editor */
div.mce-fullscreen {z-index: 1050;}

/* widen autocomplete for ace editor */
.ace_editor.ace_autocomplete {
    width: 450px !important;
    }
    
/* line 985 navbar-toggle border color set to transparent */
.tooltip.in {
  opacity: 1 !important;
}
.tooltip-inner {
  background-color: #FFFFAA !important;
  border: 1px solid #B5B5B5 !important;
  color: #000 !important;
  min-width: 16em;
  max-width: 100%;
  text-align: left;
}
  
/* multi column dropdown 2 col */
.MultiColumn {
  min-width: 430px !important;
}
.MultiColumn ul {
  border-right: 1px solid #e5e5e5;
  padding-right: 0;
}
.MultiColumn .col-sm-5 {
  padding-left: 0;
  padding-right: 0;
}
.MultiColumn .col-sm-7 {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .MultiColumn {
    min-width: 240px !important;
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
  }
  .MultiColumn ul {
    border-bottom: 1px solid #e5e5e5;
    border-right: none;
  }
  .MultiColumn ul:last-child {
    border-bottom: none;
  }
}
.MultiColumn li a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: #333;
  white-space: normal;
  padding: 5px 6px;
  font-weight: 300;
  text-decoration: none;
}
.MultiColumn li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #34495E;
}
.MultiColumnTitle {
  font-size: larger;
  font-weight: bold;
  padding-left: 6px;
  padding-bottom: 4px;
}
.FormDesignHandle {
  min-height: 22px;
}
.btn-group.open .dropdown-toggle {
   -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0); 
   box-shadow: inset 0 3px 5px rgba(0,0,0,0);
}
/* jqueryUI menu button styles */
.MenuButton .caret {
  border-top-color: #333 !important;
}

.MenuButton {
  background: #ffffff !important;
  min-width: 200px !important;
  text-align: left !important;
  border: 1px solid #ccc !important;  
}

.ServiceNavbar .navbar-nav > .open > a,
.ServiceNavbar .navbar-nav > .open > a:hover,
.ServiceNavbar .navbar-nav > .open > a:focus {
  background-color:transparent !important;
  }
  
.ServiceNavbar .navbar-nav>li>a:hover,
.ServiceNavbar .navbar-nav>li>a:focus
.ServiceNavbar .navbar-nav>li>a {
  background-color:transparent !important;
  }
  
/* Set z-index on small devices */
@media (max-width: 767px) {
    .navbarBottom {
        z-index: 1060;
    }
}

/* Color change for service menu hover */
@media (min-width: 768px ) {
  .ServiceNavbar {
    display: block;
  }

  /* remove background image from service navbar on desktop */
  .ServiceNavbar {
    background-image: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)) !important;
    background-image: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)) !important;
    background-image: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)) !important;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)) !important;
    display: inline-block !important;
    min-width: 300px !important;
    background: #34495E !important;
    border-color: transparent !important;
  }
}

@media (min-width: 768px ) {
	.ServiceNavbar .navbar-nav>li>a {
		padding-top: 14px;
		padding-bottom: 10px;
	}
	.ServiceNavbar > .navbar-header > .navbar-brand {
		padding: 14px 14px;
		height: 40px;
	}
}

@media ( max-width: 768px) {
  /* centering service navbar on mobile */
 .ServiceNavbar {
    margin-left: 0 !important;
    margin: 0 auto !important;
    max-width: calc(100% - 59px);
  }

/* ensure no hover menu on mobile */
@media ( max-width : 768px) {
   .navbar-fixed-top .collapsedDropdown:hover .dropdown-menu {
      display: none; }
   .navbar-fixed-top .navbar-nav .open .dropdown-menu,
   .navbarBottom .navbar-right .open .dropdown-menu {
      display: block !important; }
   }

   /*  service menu hover color from mobile */
 .ServiceNavbar .navbar-nav > .open > a,
 .ServiceNavbar .navbar-nav > .open > a:hover,
 .ServiceNavbar .navbar-nav > .open > a:focus {
    background-color: #022f5a !important; 
    color: #ffffff !important;
  }
}

.checkbox, .radio {
  line-height: 1.5;
}

input[type="checkbox"], input[type="radio"] {
    line-height: normal;
    margin: 2.5px 0px 0px;
}

.HeadLine {font-size:1.4em; color: #444; padding: 4px; margin-top: 0; margin-bottom: 0}
.heatmap a, .heatmap a {text-decoration:none; display:block; border-collapse: separate; border-spacing: 0px 0px;}
.ChartTab {background-color: #EEEDF2; margin-top: 10px; padding-top: 8px; padding-bottom: 8px; padding-left: 8px; padding-right: 8px; border-radius:4px; border: 1px solid #ABB7D0;  overflow-x: auto;}
.ChartBox { -webkit-border-radius: 4px; -moz-border-radius: 4px;  border-radius:4px; padding: 2px; border: 1px solid #ABB7D0; background-color: white; margin-left: 4px; margin-right: 4px; margin-bottom: 6px; margin-top: 6px;}

.ChartContainer {}
.ChartRow {}
.ChartCell {}
  
/* Needed to ensure fusion charts display properly */
.tab-content>.tab-pane.ChartTab {
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.tab-content>.active.ChartTab {
	visibility: visible;
	width: 100%;
	height: auto;
	margin-top: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
}

#managecase{margin-top:  16px;min-height: 600px;}
  
/* Edit Below to Customize Widths > 768px */
@media (min-width:768px) {
  .ChartContainer { width: 100%;}
  .ChartRow {
	  display: grid;
	  grid-template-columns: 1fr minmax(0, 1fr); 
	  width: 100%;
  }
  
  .SpanFullWidth .ChartCell {
	  grid-column: span 2;
  }
  
  .ChartCell {}
  }

.RowButton {
  padding-bottom: 10px;
  vertical-align: bottom;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777!important;
  opacity: 1!important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #777!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #777!important;
}

#wrapper {
  padding-left: 0;
}

#page-wrapper {
  width: 100%;
  padding: 5px 20px;
}

.modal {
text-align: center;
}

.modal-dialog {
text-align: left;
}

/* Use max width for dd to ensure a long url displays ok.... */
@media (min-width:768px) {
  .dl-horizontal dt {letter-spacing: -0.6px; width: 140px; text-align: left; margin-bottom: 3px; white-space: normal;}
  .dl-horizontal dd {margin-left: 160px; max-width: 280px;}
  }

.dl-horizontal {padding-bottom: 0px; margin-bottom: 0px; white-space: normal;}
  
/* Undo bootstrap workaround for Safari issue - now fixed.... */ 
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control, 
    input[type=time].form-control, 
    input[type=datetime-local].form-control, 
    input[type=month].form-control {
      line-height: normal;
    }
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #446cb3;
  outline-color: black;
}
  
.pagination > li > a {
  color: #446cb3;
}

a {
  text-decoration: none;
  color: #446cb3;
}
a:hover,
a:focus {
  color: #157ab5;
  text-decoration: underline;
}
  
.WhiteHover {color: white !important;}

label {font-weight: normal;}
       
.control-label {
       font-family: "Helvetica Narrow", "Helvetica Neue", Helvetica, "Arial Narrow", Arial, sans-serif;
       letter-spacing: -0.6px;
       padding-right: 0px !important;}

.help-block {
  display: block;
  padding-left: 14px;
  margin-top: 0.8em;
  font-weight: normal;
  color: #555; 
  }
  
hr {
  margin-top: 6px; margin-bottom: 4px; border: solid 1.2px black;
}

h1 {font-size: 1.8em; margin-top: 14px;} 
h2, .h2 {font-size: 1.5em}
.h2 {
	font-weight: 700;
	line-height: 1.1
}

.dropdown-header {font-size: 14px; color: #333; white-space: nowrap;}

.dropdown-menu > .dropdown-header > a {font-weight: bold; padding-left: 0px;}

.multiselect-container > li.active > a,
.multiselect-container > li.active > a.highlighted,
.multiselect-container > li.active > a.highlighted:focus,
.multiselect-container > li.active > a.highlighted:hover,
.multiselect-container > li.active > a:focus,
.multiselect-container > li.active > a:hover,
.dropdown-menu > li > a.highlighted,
.dropdown-menu > li > a.highlighted:focus,
.dropdown-menu > li > a.highlighted:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #34495e;
}

.side-nav>li>a {
  padding-top: 8px;
  padding-bottom: 8px;
  }
  

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    color: #ffffff;
  }
}

.list-group-item {padding-left: 2px; padding-right: 2px; padding-top: 1px; padding-bottom: 1px;}

.input-group.date > .form-control {padding-left: 0.3em; padding-right: 0.3em;}

.input-group.date > .input-group-addon {padding-left: 1px; max-width: 1.4em;}

.input-group.clockpicker > .form-control {padding-left: 0.3em; padding-right: 0.3em;}

.input-group.clockpicker > .input-group-addon {padding-left: 1px; max-width: 1.4em;}

.form-group {margin: 0px;}

.input-group {margin-bottom: 0.4em;}

.input-group.form-control > .input-group-addon {height: 30px;}

.form-control {height: 30px; margin-bottom: 0.4em;}

select.form-control {
  height: 30px; 
  width: auto;
  max-width: 100%;
  }

.select2-container {margin-bottom: 0.4em !important;  max-width: 100%;}

div.has-error .select2-selection {
  border-color: #b94a48 !important;
}

input[type=file].form-control {
    height: auto;
}

.ReadOnlyDiv {min-height: 30px; 
              text-align: middle;
              border: 1px solid #dddddd;
              padding: 5px;}

.ReadOnlySpan {display: inline-block; vertical-align: middle; line-height: normal;}

.radio {min-height: 30px; margin-bottom: 0.4em; vertical-align: top; }

.radio-inline {min-height: 30px; margin-bottom: 0.4em; vertical-align: top; }

.checkbox-inline {min-height: 30px; margin-bottom: 0.4em; vertical-align: top; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  color: #444;
  background-color: lightgrey;
  border-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-link {
  color: #446CB3;
  font-weight: normal;
  cursor: pointer;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px;
  border-radius: 0;
  white-space: normal !important;
  text-align: left !important;
  padding-bottom: 0.2em !important;
}

.btn-link:hover,
.btn-link:focus {
  color: #446CB3!important;
  font-weight: normal;
  text-decoration: underline!important;
  background-color: transparent;
}

.btn-sm {height: 30px; 
         text-align: center;
         vertical-align: middle;
         line-height:12px;
         margin-bottom: 0.4em;}

.form-control.FormControlSmall {width: 9em; max-width: 100%;}
.form-control.FormControlMedium {width: 18em; max-width: 100%;}
.input-group.FormControlSmall {width: 9em; max-width: 100%;}
.input-group.FormControlMedium {width: 18em; max-width: 100%;}

.InlineInputSmall {min-height: 30px; margin-bottom: 0.4em; width: 9em; margin-left: 4px; margin-right: 6px;}

.list-group-item-heading {
  font-weight: bold;
  padding-top: 4px;
  padding-right: 4px;
  margin: 0px;
  font-size: 14px;
}
   
.HelpIcon {
   font-size: 1.3em; 
   padding-left: 3px;
   padding-right: 3px;
   }
   
.navbar > .navbar-header > .navbar-brand {
      padding-right: 0px;
      white-space: wrap;
      }
      
.navbar .navbar-nav > li > a {
      padding-left: 10px;
      padding-right: 10px;
      }

.FindCase {
   height: 1em; 
   width: 12em; 
   padding-top: 8px; 
   padding-bottom: 8px;
   padding-right: 8px;
   margin-right: 8em;
   }
   
@media (max-width: 900px) {
    .navbar > .navbar-header > .navbar-brand {
      font-size: 1.1em;
      padding-right: 0px;
      }
   .navbar .navbar-nav > li > a {
      padding-left: 5px;
      padding-right: 5px;
      }
   .FindCase {
      width: 8.5em;
      padding-right: 4px;
      margin-right: 0px;
      }
   }

@media (max-width: 1100px) {
   .FindCase {
      margin-right: 0px;
      }
   }
   
.ServiceNavbar {
  -webkit-border-radius: 0px; 
  -moz-border-radius: 0px;
  border-radius:0px; 
  margin-left: 10px; 
}

.ServiceNavbar > .navbar-header > .navbar-brand {
  font-size: 1em;
}

.ServiceNavbar > div {
    background-color: #34495E;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px;
    border-radius: 10px;
}

.panel-default > .panel-heading {
  color: #555555;
  background-color: #DADFE1;
  border-color: #dddddd;
}

.panel-default > .panel-heading > .panel-title {
  color: #555555;
}

.panel-default > .panel-collapse > .panel-body {
  background-color: #FFFBFF;
}

.panel-default .panel-heading a {
        color:#2E4A7A !important;
}

.panel-default > .panel-heading {
        background-color: #E4E6E7 !important;
}
    
.panel-info > .panel-heading > .panel-title > .label-default {
  background-color: #999999;
}

.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #34495e;
  border-color: #dddddd;
}
  
.panel.panel-info #mainheading a,
.panel.panel-info .mainheading a {
  color: #fff;
}

.panel.panel-info #mainheading h1 .pull-right a,
.panel.panel-info .mainheading h1 .pull-right a {
  color: #446cb3;
}

 .panel.panel-info .reopen-case-btn a {
	color:#222;
	text-decoration: none;
	background-color: #e9f5ff;
    padding: 4px 8px;
    border-radius: 4px;
    display: block;
}

 .panel.panel-info .reopen-case-btn a:hover {
 	background-color: #cad5de;
 	color: #222;
 }
 
  .panel.panel-info .reopen-case-btn a:focus {
  	background-color: #b4c2cf;
  	color: #222;
  }

.scrollableMenu {
    height: auto;
    max-height: 500px;
    overflow-x: hidden;
}

.dropdown-menu > li > a {
   white-space: nowrap !important;
}

/* Dropdowns to overlay the navbar */
.dropdown > ul {
  z-index: 10000;
}
       
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #34495e;
  border-color: #34495e;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
  background-color: #34495e;
}


@media (max-width: 991px) {
    .input-group.FormControlMedium {
        width: initial;
    }
}

@media (max-width: 480px) {
    #iCaseworkContent input#address {
        width: 150px;
    }
}

/* ratecard classes */
.ratecard-radio-label {
  display: inline-block;
  position: relative;
  margin: 0 !important;
  min-width: 30px;
  padding-left: 0;
  padding: 0 3px;
}

.ratecard-radio-label .ratecard-radio-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
  border: 1px solid #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.ratecard-radio-label span {
  color: #fff;
  position: relative;
  top: -3px;
  width: 100%;
  padding: 0 9px;
  display: inline-block;
}

.ratecard-radio-label input[type="radio"] {
  opacity: 0;
  height: 20px;
  margin-left: 0;
}

.ratecard-radio-label input[type="radio"]:checked ~ .ratecard-radio-overlay {
  border: 1px solid transparent;
  -webkit-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.1);
}

.ratecard-radio-label input[type="radio"]:checked ~ span {
  color: #333;
  width: auto;
  height: 24px;
  top: -4px;
  text-align: center;
  background: #fff;
  padding-top: 2px;
  font-weight: bold;
  display: inline-block;
  min-width: 24px;
}

.ratecard-radio-label:nth-of-type(-n + 3) .ratecard-radio-overlay {
  background-color: #bd5351;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c95250), to(#bd5351));
  background-image: -o-linear-gradient(#c95250, #bd5351);
  background-image: linear-gradient(#c95250, #bd5351);
}

.ratecard-radio-label .ratecard-radio-overlay {
  background-color: #f0ad4e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8bb66), to(#f0ad4e));
  background-image: -o-linear-gradient(#f8bb66, #f0ad4e);
  background-image: linear-gradient(#f8bb66, #f0ad4e);
}

.ratecard-radio-label:nth-last-of-type(-n + 3) .ratecard-radio-overlay,
.ratecard-radio-label:nth-of-type(3):nth-last-of-type(2) .ratecard-radio-overlay {
  background-color: #5cb85c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#67c267), to(#5cb85c));
  background-image: -o-linear-gradient(#67c267, #5cb85c);
  background-image: linear-gradient(#67c267, #5cb85c);
}

.ratecard-radio-label:first-of-type:nth-last-of-type(2) .ratecard-radio-overlay,
.ratecard-radio-label:first-of-type:nth-last-of-type(3) .ratecard-radio-overlay,
.ratecard-radio-label:first-of-type:nth-last-of-type(4) .ratecard-radio-overlay {
  background-color: #bd5351;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c95250), to(#bd5351));
  background-image: -o-linear-gradient(#c95250, #bd5351);
  background-image: linear-gradient(#c95250, #bd5351);
}

.ratecard-radio-label:nth-of-type(2):nth-last-of-type(2) .ratecard-radio-overlay,
.ratecard-radio-label:nth-of-type(2):nth-last-of-type(3) .ratecard-radio-overlay,
.ratecard-radio-label:nth-of-type(3):nth-last-of-type(3) .ratecard-radio-overlay,
.ratecard-radio-label:nth-of-type(3):nth-last-of-type(4) .ratecard-radio-overlay,
.ratecard-radio-label:nth-of-type(3):nth-last-of-type(5) .ratecard-radio-overlay,
.ratecard-radio-label:nth-of-type(4):nth-last-of-type(3) .ratecard-radio-overlay,
.ratecard-radio-label:nth-of-type(6):nth-last-of-type(3) .ratecard-radio-overlay {
  background-color: #f0ad4e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8bb66), to(#f0ad4e));
  background-image: -o-linear-gradient(#f8bb66, #f0ad4e);
  background-image: linear-gradient(#f8bb66, #f0ad4e);
}


/* iPhone Zoom fix 
 *  We are testing to see if browser supports -webkit-overflow-scrolling:touch property 
 *  if it does then the following css will be applied.
 *  And only safari supports -webkit-overflow-scrolling:touch
**/

@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */ 
   html {
        overflow-x: hidden;
    }

    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"] {
        font-size: 16px;
    }
    select.form-control,
    textarea.form-control,
    input.form-control {
        font-size: 16px !important;
        padding: 1px;
    }
    select.form-control:focus,
    textarea.form-control:focus,
    input.form-control:focus {
        font-size: 16px !important;
        padding: 1px;
    }
    .control-label {
        padding-top: 5px;
    }
    select.form-control,
    input.form-control {
        min-height: 30px;
    }
}

@media (max-width: 767px) {
    .form-horizontal .control-label {
        padding-top: 5px;
    }
}


@media (max-width: 1100px) {
  #tableFilter {
    display: block;
    width: 100%; } }

#tableFilter .input-group .form-control {
  width: 50%;
  min-width: 50%;
  float: right; }

@media (max-width: 1100px) {
  #tableFilter .input-group .form-control {
    width: 100%;
    min-width: 100%;
    float: unset; } }

#tableFilter .input-group button.btn {
  padding: 4px 8px; }

#tableFilter .input-group button.btn-primary {
  background-image: none;
  background-color: #444444; }

#tableFilter .input-group button.btn .fooicon {
  color: #fff; }

#tableFilter .input-group button.btn .fooicon:hover, #tableFilter .input-group button.btn .fooicon:focus, #tableFilter .input-group button.btn .fooicon:active {
  color: #fff; }

#tableFilter .input-group-btn button.btn-default.dropdown-toggle {
  display: none; }

.footable .footable-filtering .form-inline .input-group > .form-control,
.document-list-filters__footable-filter .form-inline .input-group > .form-control {
  height: 30px; }

@media (min-width: 768px) {
  .footable .footable-filtering .form-inline .input-group > .form-control,
  .document-list-filters__footable-filter .form-inline .input-group > .form-control {
    width: 50%;
    min-width: 50%;
    float: right; } }

.footable .footable-filtering .form-inline .input-group button.btn,
.document-list-filters__footable-filter .form-inline .input-group button.btn {
  padding: 4px 8px; }

.footable .footable-filtering .form-inline .input-group button.btn-primary,
.document-list-filters__footable-filter .form-inline .input-group button.btn-primary {
  background-image: none;
  background-color: #444444; }

.footable .footable-filtering .form-inline .input-group button.btn .fooicon,
.document-list-filters__footable-filter .form-inline .input-group button.btn .fooicon {
  color: #fff; }

.footable .footable-filtering .form-inline .input-group button.btn .fooicon:hover,
.footable .footable-filtering .form-inline .input-group button.btn .fooicon:focus,
.footable .footable-filtering .form-inline .input-group button.btn .fooicon:active,
.document-list-filters__footable-filter .form-inline .input-group button.btn .fooicon:hover,
.document-list-filters__footable-filter .form-inline .input-group button.btn .fooicon:focus,
.document-list-filters__footable-filter .form-inline .input-group button.btn .fooicon:active {
  color: #fff; }

.footable .footable-filtering .form-inline .input-group-btn button.btn-default.dropdown-toggle,
.document-list-filters__footable-filter .form-inline .input-group-btn button.btn-default.dropdown-toggle {
  display: none; }

table.footable > tbody > tr.footable-empty > td {
  font-size: 16px; }

table > tbody > tr > td > span.footable-toggle {
  opacity: .9; }

.footable .table > tbody > tr > td,
.footable .table > tbody > tr > th {
  padding: 0px; }

.footable-detail-row .footable-details.table > tbody > tr > th {
  border-top: none; }

.footable-details.table {
  margin-bottom: 5px; }

.footable-details.table > tbody > tr > td:not(:first-child) {
  border-top: none; }

@media (max-width: 1100px) {
  #tableFilter .form-inline .input-group,
  .footable .footable-filtering .form-inline .input-group {
    display: table;
    width: 100%;
    margin-top: 5px; }
  #tableFilter .form-inline .form-group,
  .footable .footable-filtering .form-inline .form-group {
    display: block; }
  #tableFilter .input-group-btn,
  .footable .footable-filtering .input-group-btn {
    width: 1%; }
  .footable .footable-filtering {
    display: table-row;
    width: 100%; }
  .footable .footable-filtering .form-inline .input-group > .form-control {
    width: 100%;
    min-width: 100%;
    float: unset; }
  .footable .footable-filtering .form-inline .input-group-btn {
    width: 1%; } }

  
 /* Accessibility contrast fixes based on WAVE  advice */
    .text-warning {
        color: #8a6d3b;
    }
	
	.FormDesignHandle .fa.text-warning {
		 color: #c09853; 
	}
	
    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #444;
    }

    .h1 .small, 
    .h1 small, 
    .h2 .small, 
    .h2 small, 
    .h3 .small, 
    .h3 small,
    .h4 .small, 
    .h4 small, 
    .h5 .small, 
    .h5 small, 
    .h6 .small, 
    .h6 small, 
    h1 .small, 
    h1 small, 
    h2 .small, 
    h2 small, 
    h3 .small, 
    h3 small, 
    h4 .small, 
    h4 small, 
    h5 .small, 
    h5 small, 
    h6 .small, 
    h6 small {
        color: #595959
    }

    .alert-danger {
        color: #7A312E !important;
    }

    .alert-warning {
        color: #654f25 !important;
        background-color: #fdfaeb !important;
        border-color: #fdfaeb !important;
    } 


.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #008800;
}

.alert-dismissible .close {
  opacity: 1;
}

#webchatContainer {
	 margin: 0 !important;
     width: 400px;
}

#webchatContainer.expanded {
	height: auto;
}

@media screen and (min-width: 768px) {
	#webchatContainer.expanded {
	height: 460px;
	}
}

/*   #webchat {
      position: fixed;
      right: 0;
      transform: translateX(100%);
      visibility: hidden;
      opacity: 0;
      transition: all .2s linear;
      will-change: transform;
      z-index: 2200;
      right: 0;
      bottom: 0;
      margin: 0 20px 20px 0;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
      border: none;
  }

  #webchat .card-body {
      padding: 0;
  }

  #webchat .panel-heading {
    display: flex;
  }

  #webchat .panel-heading span {
    display: inline-block;
    margin-right: 5px;
  }

  #webchat .panel-text {
    font-weight: bold;
    font-size: 1.25rem;
  }

  #webchat.show {
      transform: translateX(0);
      visibility: visible;
      opacity: 1;
  }

  #webchat .close {
      text-decoration: none;
      border-bottom: none;
      min-width: 1px;
      opacity: 1;
      font-size: 2rem;
      margin-top: 3px;
  }

  #webchat .minimize {
    background: none;
    border: none;
    margin-left: auto;
    margin-right: 5px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
  }

  #webchat .minimize:focus {
    outline: none;
  }

  #webchatMount {
    height: 80vh;
    width: 500px;
    transition: all .1s linear;
  }

  #webchatMount.contract {
    transform: scale(0);
    transform-origin: bottom;
    height: 0;
    width: 0;
  }
 */
  #openChat .fa {
    padding: 0 3px;
  }

  @media (max-width: 768px) {
/*     #webchatMount {
      height: 80vh;
      width: 95vw;
    } */

/*     #webchat {
      margin: 0 10px 40px 10px;
    } */
  }

/*   #webchat .panel-body {
    padding: 0;
  }
 */
.chips {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.chips li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.chip {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #337ab7;
  color: #337ab7;
  border-radius: 20px;
  margin: 5px 0;
  background-color: #f7fcff;
  display: flex;
  line-height: 1.4;
}

.chip .close {
  margin-left: 6px;
  opacity: 1;
  font-size: inherit;
  color: #337ab7;
}

.chip .close span {
  pointer-events: none;
}

/* utility classes that we can use based on BS4 */
.d-inline {
	display: inline;
}

.d-inline-block {
	display: inline-block;
}

.d-block {
	display: block;
}

.d-flex {
	display: flex;
}

.tooltip {
  pointer-events: none !important;
}






























.text-muted {
  color: #999999;
}
.text-primary {
  color: #2fa4e7;
}
a.text-primary:hover {
  color: #178acc;
}
.text-success {
  color:#428043;
}
a.text-success:hover {
  color: #356635;
}
.text-info {
  color: #30708f;
}
a.text-info:hover {
  color: #2d6987;
}
.text-warning {
  /* color: #c09853; */
}
a.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
a.text-danger:hover {
  color: #953b39;
}
.bg-primary {
  color: #fff;
  background-color: #2fa4e7;
}
a.bg-primary:hover {
  background-color: #178acc;
}

.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #468847;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #c09853;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  padding-left: 0px; padding-top: 0px; padding-bottom: 10px; color: #b94a48;
}
.form-control-static {
  margin-bottom: 0;
}

.btn:hover,
.btn:focus {
  color: #555555;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #555555;
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.1);
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #555555;
  background-color: #ebebeb;
  border-color: rgba(0, 0, 0, 0.1);
}
.btn-primary {
  color: #ffffff;
  background-color: #2fa4e7;
  border-color: #2fa4e7;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2fa4e7;
  border-color: #2fa4e7;
}
.btn-primary .badge {
  color: #2fa4e7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #73a839;
  border-color: #73a839;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #5e8a2f;
  border-color: #547a29;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #73a839;
  border-color: #73a839;
}
.btn-success .badge {
  color: #73a839;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #033c73;
  border-color: #033c73;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #02274b;
  border-color: #011d37;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #033c73;
  border-color: #033c73;
}
.btn-info .badge {
  color: #033c73;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #dd5600;
  border-color: #dd5600;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #b44600;
  border-color: #a03e00;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #dd5600;
  border-color: #dd5600;
}
.btn-warning .badge {
  color: #dd5600;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #c71c22;
  border-color: #c71c22;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #a3171c;
  border-color: #911419;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c71c22;
  border-color: #c71c22;
}
.btn-danger .badge {
  color: #c71c22;
  background-color: #ffffff;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #2fa4e7;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.navbar-default {
  background-color: #2fa4e7;
  border-color: #1995dc;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
  background-color: none;
}
.navbar-default .navbar-text {
  color: #dddddd;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #178acc;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #178acc;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #dddddd;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #178acc;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #178acc;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #1995dc;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #178acc;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #178acc;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #178acc;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #dddddd;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse {
  background-color: #033c73;
  border-color: #022f5a;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: none;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #022f5a;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #022f5a;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: transparent; /* old color #022f5a; */
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #022f5a;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #022a50;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #022f5a;
  color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #022f5a;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #022f5a;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #022f5a;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #022f5a;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 2px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #157ab5;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #282828;
  background-color: #f5f5f5;
  border-color: #dddddd;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 14px 16px;
  font-size: 18px;
}

.user-last-update {
	font-size: 12px
}

.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #2fa4e7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #178acc;
}
.label-success {
  background-color: #73a839;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #59822c;
}
.label-info {
  background-color: #033c73;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #022241;
}
.label-warning {
  background-color: #dd5600;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #aa4200;
}
.label-danger {
  background-color: #c71c22;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #9a161a;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #555555;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #2fa4e7;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #2fa4e7;
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #2F6E8E;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}

.list-group {
	list-style: none;
}

.list-group-item-success {
  color: #468847;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #468847;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #468847;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #468847;
  border-color: #468847;
}
.list-group-item-info {
  color: #3a87ad;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #3a87ad;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #3a87ad;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
.list-group-item.active, 
.list-group-item.active:focus, 
.list-group-item.active:hover {
  color: #fff;
  background-color: #34495E;
  border-color: #34495E;
}
.list-group-item-warning {
  color: #c09853;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #c09853;
}
a.list-group-item-warning .list-group-item-heading,
.list-group-item.active .list-group-item-heading {
  color: inherit;
  font-size: 18px;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #c09853;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #c09853;
  border-color: #c09853;
}
.list-group-item-danger {
  color: #b94a48;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #b94a48;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #b94a48;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #b94a48;
  border-color: #b94a48;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
/* .panel-default > .panel-heading {
  color: #555555;
  background-color: #f5f5f5;
  border-color: #dddddd;
} */
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #dddddd;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #2fa4e7;
  border-color: #dddddd;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-success {
  border-color: #dddddd;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #73a839;
  border-color: #dddddd;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-info {
  border-color: #dddddd;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-warning {
  border-color: #dddddd;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #dd5600;
  border-color: #dddddd;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-danger {
  border-color: #dddddd;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #c71c22;
  border-color: #dddddd;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.navbar {
  background-image: -webkit-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
  background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0);
  border-bottom: 1px solid #178acc;
  filter: none;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.navbar .navbar-nav > li > a,
.navbar-brand {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(#04519b, #044687 60%, #033769);
  background-image: linear-gradient(#04519b, #044687 60%, #033769);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff04519b', endColorstr='#ff033769', GradientType=0);
  filter: none;
  border-bottom: 1px solid #022241;
}
.btn {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.btn .caret {
  border-top-color: #fff;
}
.btn-default {
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 60%, #f5f5f5);
  background-image: linear-gradient(#ffffff, #ffffff 60%, #f5f5f5);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
  filter: none;
  border-bottom: 1px solid #e6e6e6;
}
.btn-default:hover {
  color: #555555;
}
.btn-default .caret {
  border-top-color: #555555;
}
.btn-default {
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 60%, #f5f5f5);
  background-image: linear-gradient(#ffffff, #ffffff 60%, #f5f5f5);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
  filter: none;
  border-bottom: 1px solid #e6e6e6;
}
.btn-primary {
  background-image: -webkit-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
  background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0);
  filter: none;
  border-bottom: 1px solid #178acc;
}
.btn-success {
  background-image: -webkit-linear-gradient(#88c149, #73a839 60%, #699934);
  background-image: linear-gradient(#88c149, #73a839 60%, #699934);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff88c149', endColorstr='#ff699934', GradientType=0);
  filter: none;
  border-bottom: 1px solid #59822c;
}
.btn-info {
  background-image: -webkit-linear-gradient(#04519b, #033c73 60%, #02325f);
  background-image: linear-gradient(#04519b, #033c73 60%, #02325f);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff04519b', endColorstr='#ff02325f', GradientType=0);
  filter: none;
  border-bottom: 1px solid #022241;
}
.btn-warning {
  background-image: -webkit-linear-gradient(#ff6707, #dd5600 60%, #c94e00);
  background-image: linear-gradient(#ff6707, #dd5600 60%, #c94e00);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff6707', endColorstr='#ffc94e00', GradientType=0);
  filter: none;
  border-bottom: 1px solid #aa4200;
}
.btn-danger {
  background-image: -webkit-linear-gradient(#e12b31, #c71c22 60%, #b5191f);
  background-image: linear-gradient(#e12b31, #c71c22 60%, #b5191f);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe12b31', endColorstr='#ffb5191f', GradientType=0);
  filter: none;
  border-bottom: 1px solid #9a161a;
}
.panel-primary .panel-heading,
.panel-success .panel-heading,
.panel-warning .panel-heading,
.panel-danger .panel-heading,
.panel-info .panel-heading,
.panel-primary .panel-title,
.panel-success .panel-title,
.panel-warning .panel-title,
.panel-danger .panel-title,
.panel-info .panel-title {
  color: #fff;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}

.input-lg {
height: 53px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 54px;
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 54px;
  line-height: 54px;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #2fa4e7;
}

.h6 {
  font-weight: 500;
  line-height: 1.1;
  color: #317eac;
}
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

/* Nav Messages */
.messages-dropdown .dropdown-menu .message-preview .avatar,
.messages-dropdown .dropdown-menu .message-preview .name,
.messages-dropdown .dropdown-menu .message-preview .message,
.messages-dropdown .dropdown-menu .message-preview .time {
  display: block;
}
.messages-dropdown .dropdown-menu .message-preview .avatar {
  float: left;
  margin-right: 15px;
}
.messages-dropdown .dropdown-menu .message-preview .name {
  font-weight: bold;
}
.messages-dropdown .dropdown-menu .message-preview .message {
  font-size: 12px;
}
.messages-dropdown .dropdown-menu .message-preview .time {
  font-size: 12px;
}

/* Nav Announcements */
.alerts-heading {
  font-size: 50px;
  margin: 0;
}
.alerts-text {
  margin: 0;
}

/* Table Headers */
table.tablesorter thead {
  cursor: pointer;
}
table.tablesorter thead tr th:hover {
  background-color: #f5f5f5;
}

/* Edit Below to Customize Widths > 768px */
@media (min-width:768px) {
  /* Wrappers */
  #wrapper {
  padding-left: 225px;
  }
  #page-wrapper {
  padding: 15px 25px;
  }

  /* Side Nav */
  .side-nav {
  margin-left: -225px;
  left: 225px;
  width: 225px;
  position: fixed;
  top: 50px;
  height: 100%;
  border-radius: 0;
  border: none;
  background-color: #044C92;
  overflow-y: auto;
  }

  /*menu overrides*/
  .side-nav>li.dropdown>ul.dropdown-menu {
  position: relative;
  min-width: 225px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  }
  .side-nav>li.dropdown>ul.dropdown-menu>li>a {
  color: #999999;
  padding: 15px 15px 15px 25px;
  }
  .side-nav>li.dropdown>ul.dropdown-menu>li>a:hover,
  .side-nav>li.dropdown>ul.dropdown-menu>li>a.active,
  .side-nav>li.dropdown>ul.dropdown-menu>li>a:focus {
  color: #fff;
  background-color: #080808;
  }
  .side-nav>li>a {
  width: 225px;
  }

  .navbar-inverse .navbar-nav>li>a:hover,
  .navbar-inverse .navbar-nav>li>a:focus {
  background-color: #080808;
  }

  /* Nav Messages */
  .messages-dropdown .dropdown-menu {
  min-width: 300px;
  }
  .messages-dropdown .dropdown-menu li a {
  white-space: normal;
  }
  .navbar-collapse {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

     .timeline {
            list-style: none;
            padding: 20px 0 20px;
            position: relative;
        }

            .timeline:before {
                top: 0;
                bottom: 0;
                position: absolute;
                content: " ";
                width: 3px;
                background-color: #eeeeee;
                left: 50%;
                margin-left: -1.5px;
            }

            .timeline > li {
                margin-bottom: 20px;
                position: relative;
            }

                .timeline > li:before,
                .timeline > li:after {
                    content: " ";
                    display: table;
                }

                .timeline > li:after {
                    clear: both;
                }

                .timeline > li:before,
                .timeline > li:after {
                    content: " ";
                    display: table;
                }

                .timeline > li:after {
                    clear: both;
                }

                .timeline > li > .timeline-panel {
                    width: 46%;
                    float: left;
                    border: 1px solid #d4d4d4;
                    border-radius: 2px;
                    padding: 20px;
                    position: relative;
                    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
                    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
                }

                    .timeline > li > .timeline-panel:before {
                        position: absolute;
                        top: 26px;
                        right: -15px;
                        display: inline-block;
                        border-top: 15px solid transparent;
                        border-left: 15px solid #ccc;
                        border-right: 0 solid #ccc;
                        border-bottom: 15px solid transparent;
                        content: " ";
                    }

                    .timeline > li > .timeline-panel:after {
                        position: absolute;
                        top: 27px;
                        right: -14px;
                        display: inline-block;
                        border-top: 14px solid transparent;
                        border-left: 14px solid #fff;
                        border-right: 0 solid #fff;
                        border-bottom: 14px solid transparent;
                        content: " ";
                    }

                .timeline > li > .timeline-badge {
                    color: #fff;
                    width: 50px;
                    height: 50px;
                    line-height: 50px;
                    font-size: 1.4em;
                    text-align: center;
                    position: absolute;
                    top: 16px;
                    left: 50%;
                    margin-left: -25px;
                    background-color: #999999;
                    z-index: 100;                  
                }

                .timeline > li.timeline-inverted > .timeline-panel {
                    float: right;
                }

                    .timeline > li.timeline-inverted > .timeline-panel:before {
                        border-left-width: 0;
                        border-right-width: 15px;
                        left: -15px;
                        right: auto;
                    }

                    .timeline > li.timeline-inverted > .timeline-panel:after {
                        border-left-width: 0;
                        border-right-width: 14px;
                        left: -14px;
                        right: auto;
                    }

        .timeline-badge.primary {
            background-color: #2e6da4 !important;
        }

        .timeline-badge.success {
            background-color: #3f903f !important;
        }

        .timeline-badge.warning {
            background-color: #f0ad4e !important;
        }

        .timeline-badge.danger {
            background-color: #d9534f !important;
        }

        .timeline-badge.info {
            background-color: #5bc0de !important;
        }

        .timeline-title {
            margin-top: 0;
            color: inherit;
        }

        .timeline-body > p,
        .timeline-body > ul {
            margin-bottom: 0;
        }

            .timeline-body > p + p {
                margin-top: 5px;
            }

        @media (max-width: 767px) {
            ul.timeline:before {
                left: 40px;
            }

            ul.timeline > li > .timeline-panel {
                width: calc(100% - 90px);
                width: -moz-calc(100% - 90px);
                width: -webkit-calc(100% - 90px);
            }

            ul.timeline > li > .timeline-badge {
                left: 15px;
                margin-left: 0;
                top: 16px;
            }

            ul.timeline > li > .timeline-panel {
                float: right;
            }

                ul.timeline > li > .timeline-panel:before {
                    border-left-width: 0;
                    border-right-width: 15px;
                    left: -15px;
                    right: auto;
                }

                ul.timeline > li > .timeline-panel:after {
                    border-left-width: 0;
                    border-right-width: 14px;
                    left: -14px;
                    right: auto;
                }
        }
}

#tabDO #attachmentList table td,
#tabDO #documents table td {
	word-break: break-word;
}

/* Document List */

.tabheading #docs,
.tabheading #bundles,
.tabheading #spreadsheets,
.tabheading #images,
.tabheading #audio,
.tabheading #links,
.tabheading #emails,
.tabheading #attachments,
.tabheading #showalldocs {
  display: none;
  padding-left: 3px;
}

#tabheading #showalldocs {
  padding-right: 1em;
}

.document-list-filters .nav-pills {
  display: inline-block;
}

.document-list-filters .attachments {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 10px;
}

.document-list-filters .attachments label {
  background-color: #f3f4f6;
  color: #404040;
  margin-bottom: 0;
  padding: 8px;
}

.document-list-filters .attachments label:hover {
	background-color: #e5e7eb;
	cursor: pointer;
}

.document-list-filters .attachments input {
	opacity: 0;
	position: absolute;
	width: 0;
	height: 0;
}

.document-list-filters .attachments input:checked ~ label {
	background-color: #dee5f2;
	color: #404040;	
}

.document-list-filters .attachments label .fa::before {
	content:"\f067";
}

.document-list-filters .attachments input:checked ~ label .fa::before {
	content: "\f00c";
}

.document-list-filters .nav-pills > li > a {
    color: #404040;
    padding: 8px;
    background-color: #f3f4f6;
}

.document-list-filters .attachments input {
  margin-right: 2px;
}

.document-list-filters .nav-pills > li > a .badge {
  	color: #f9fafb;
    background-color: #4b5563;
}

.document-list-filters .nav-pills .tabdrop {
	width: 63px
}

.document-list-filters .nav-pills > li > a:hover {
	background-color: #e5e7eb;
}

.document-list-filters .nav > li.disabled > a {
	color: rgba(0,0,0,0.38);
	background-color: #fafafa
}

.document-list-filters .nav > li.disabled > a:hover {
	color: rgba(0,0,0,0.38);
	background-color: #fafafa;
}

.document-list-filters .nav-pills > li.active > a {
	background-color: #dee5f2;
    color: #404040;
}

.document-list-filters .nav-pills > li.active > a .badge {
	background-color: #2085e2;
    color: #dbeafe;
}

.document-list-filters__container {
	max-width: 1024px;
	display: flex;
	margin-bottom: 10px;
}

/* Document Folder */

#tabDO .table-row {
  cursor: pointer;
}

#tabDO .selected-row {
  background-color: #F3F3F3 !important;
  color: black;
}

.side-panel {
  display: block;
  width: 250px;
  flex-shrink: 0;
  padding: 10px;
  color: #000000;
  background: rgb(243, 243, 243);
  border-right: 1px solid #ddd;
 
}
.side-panel-toggle {
  width: 10px;
  height: 25px;
  flex-grow: 1;
  display: grid;
  place-items: center;
  color: #000000;
  background: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
  padding:0px;
}



.sp-icon-close {
  display: none !important;
}

.side-panel-open .side-panel {
  display: initial;
}

.side-panel-open .sp-icon-open {
  display: initial !important;
}

.side-panel-open .sp-icon-close {
  display: none !important;
}


.documentWrapper {
  display: flex;
}

.documents-list__wrapper {
	position: relative;
	z-index: 2;
	background-color: #fff;
}

.documents-list__wrapper #casedocuments {
	table-layout: auto;
	width: 100%;
}

#tabDObody {
  flex-grow: 1;
  padding: 0px;
  overflow-y: auto;
}

#tabDO table.treetable {
	table-layout: fixed;
	min-width: 200px;
}

#tabDO table.treetable tbody tr td {
	display:block;
	padding: .3em .7em;
}

#tabDO table.treetable .fa-folder {
	color: #2085e2;
}

#tabDO table.treetable tr.selected {
    background-color: #e5e7eb;
  	color: #404040;
}

#tabDO table.treetable tr.expanded i.fa-folder::before {
	content: "\f07c";
}

#tabDO table.treetable tr.branch {
    background-color: transparent;
}

#tabDO table.treetable tr.selected.branch{
  background-color: #e5e7eb;
  color: #404040;	
}

#tabDO table.treetable span {
  background-position: center left;
  background-repeat: no-repeat;
  padding: 0 0 0 0;

}
#tabDO table.treetable span.Text{
  width: 100px;
  word-break: break-word;
  display: inline-block
}

#tabDO table.treetable span.Text:hover {
	cursor: pointer;
}

#tabDO table.treetable tr.collapsed.selected span.indenter a,
#tabDO table.treetable tr.expanded.selected span.indenter a {
	filter: brightness(0.5);
}

#context-menu {
background-color: #ffffff;
box-shadow: 0 0 20px rgba(37, 40, 42, 0.22);
color: #1f194c;
width: 10em;
padding: 0.8em 0.6em;
font-size: 1.3rem;
position: fixed;
visibility: hidden;
z-index:1;
}
#context-menu .item {
padding: 0.3em 1.2em;
}
#context-menu .item:hover {
background-color: #e5e5e5;
cursor: pointer;
}
#context-menu .item .fa {
	padding-right: 5px
}

.wrapper {
  color: #000000;
  border-right: 1px solid #ddd;
  /* Use flexbox */
  display: flex;
  position: relative;
}
.box {
  padding: 10px;
  background-color: #f9fafb;
  color: #404040;
  flex-shrink: 0;
  border-right: 1px solid #ddd;
  /* Use box-sizing so that element's outerwidth will match width property */
  box-sizing: border-box;
  width:250px;
  position: relative;
  opacity: 1;
  visibility: visible;
}
#movable {
	position: fixed;
	z-index: 1;
	opacity: 1;
	visibility: hidden;
}




@media (max-width: 1200px){
.scroll-style {
    width:230px; 
    height:400px;
    overflow:hidden;
}
}

@media  (min-width: 1201px){
.scroll-style {
    width:230px; 
    height:600px;
    overflow:hidden;
}
}

#moveable:hover .scroll-style {
	overflow-y: auto;
}
#moveable:hover .scroll-style::-webkit-scrollbar { 
	width: 0.5em 
}
	
/* This sets the colour of the scrollbar background. You may not need this if you want a scrollbar with no background*/
#moveable:hover .scroll-style::-webkit-scrollbar-track {
    background: transparent;
}  

/* This sets the colour of the scrollbar */
#moveable:hover .scroll-style::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,.1);
}	
	
.element-transition {
	opacity: 0;
	visibility: hidden;
}

.resize-controller {
	position: absolute;
	top: 0;
	right: -4px;
	bottom: 0;
}
.handler {
	position:absolute;
  	width: 24px;
  	padding: 0;
  	cursor: ew-resize;
	left: 100%;
	top: 0;
	bottom: 0;
	z-index: 3;
}
.handler:hover .handler-shadow {
	background: #0ea5e9;
	position: absolute;
	left: -3px;
	top: 0;
	bottom: 0;
	width: 2px;
}

.center {
  position:relative;
  top:60px;
  left: 8px;
  background: #FFFFFF;
  color:#404040;
  transition: background .10s ease, color .10s ease, padding-left .10s ease, padding-right .10s ease, transform .10s ease;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items:  center;
  z-index: 3;
}

.center .fa {
	font-size: 10px;
}
.center:hover {
  background: #2085e2;
  color:#FFFFFF;
  border-color: #2085e2;
}
.tabbable h4 {
	font-size: 14px;
}

.panel-title small {
	font-size: 75%;
}
label[for="prt_id"] {
	padding-left: 0;
	font-weight: bold;
}

label[for="case-received-output-type"] {
	padding-left: 0;
	margin-top: 3px;
}

#calendar {
   padding-top: 15px;
	width: 95%;
	font-family: "Arial", Verdana, Sans-Serif;
	margin: 0 auto;
}

.status__case-assignment > div:first-child {
	display: inline-block;
	font-weight: bold;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.valign-middle {
	vertical-align: middle;
}

.valign-top {
	vertical-align: top;
}

.valign-bottom {
	vertical-align:bottom;
}

.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
	vertical-align: top !important;
}

iframe {
	border: 0px;
	text-align: left;
}

#sessionTimeoutLabel,
#signedOutLabel {
	font-size: 18px;
	line-height: 1.4;
}

.datepicker {
	z-index: 1040 !important;
}

.input-hidden-accessible {
	border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

/* prevent form instrctions from overflowing container on zoom */
.help-block[tabindex="0"] {
	padding-right: 5px;
}

.left-menu-user .close {
  margin: 9px;
}
.left-menu-user .left-menu-user__inner {
  display: flex;
}
.left-menu-user .left-menu-user__right {
  padding: 0.625rem;
}
.left-menu-user .left-menu-user__icon-container {
  padding: 0.625rem 5px;
  background-color: #e5e7eb;
  border-right: 1px solid #ddd;
  height: 100%;
}

.flag-colour {
  color: #dc2626;
}

#tabSTPermBody li div {
  overflow: hidden;
  text-overflow: ellipsis;
}

.contentmain-title {
	margin-right: 7px;
}

.contentmain-title > .fa {
	padding-right: 7px;
}
.fooicon-sort-asc,
.fooicon-sort-desc {
	opacity: 1 !important;
}
.case-details-panel-container {
  display: flex;
  flex-wrap: wrap;
}

.case-details-panel-row {
  flex-grow: 1;
  flex-basis: 60%;
}
.case-details-panel-row + div {
  flex-grow: 1;
}
.case-details-panel-row .case-details-panel-right {
  width: 100%;
}
.case-details-panel-row .case-details-panel-columns {
  display: flex;
}
.case-details-panel-row .case-details-panel-left {
  display: inline-block;
  margin-right: 5px;
  width: 100%;
}
.case-details-panel-row .case-details-panel-left + .case-details-panel-right {
  width: 32%;
  vertical-align: top;
}

.mainheading-container h1 {
	display: inline-block;
	width: calc(100% - 200px);
}

.mainheading-container .mainheading-rightcol {
	float: right;
}

.mainheading-container .mainheading-rightcol::after {
	content: "";
	display: table;
	clear: both;
}

#uploadDiv > div.bg-info { position: relative;}
.loader-backdrop {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255, 255, 255, .65);
	z-index: 10;
}
.loader-container { 
    margin-top: 10px;
    width: 200px;
    background-color: white;
    border-radius: 10px;
    padding: 10px 5px 1px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .32);
    z-index: 11;
} 
.progress-loader {
  width: 36px;
  height: 6px;
  margin-top: 40px;
  background: #999;
  display: inline-block;
  position: relative;
}
.progress-loader::after {
  content: '';  
  left: 50%;
  top: -47px;
  transform: translate(-50%, 0);
  position: absolute;
  border: 12px solid transparent;
  border-bottom-color: #333;
  box-sizing: border-box;
  animation: bump 0.4s ease-in-out infinite alternate;
}
.progress-loader::before {
  content: '';  
  left: 50%;
  bottom: 15px;
  transform: translate(-50%, 0);
  position: absolute;
  width: 5px;
  height: 20px;
  background: #333;
  box-sizing: border-box;
  animation: bump 0.4s ease-in-out infinite alternate;
}

@keyframes bump {
  0% {
    transform: translate(-50%, 5px);
  }
  100% {
    transform: translate(-50%, -5px);
  }
}

.dashboard-loader-container {
	position: absolute;
    background: #f9f9f9;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 500;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in;
}

.dashboard-loader-container.active {
	opacity: 1;
	visibility: visible;
}

.dashboard-loader-inner {
  position: absolute;
  top: 50vh;
  left: 50%;
  z-index: 1000;
  transform: translateY(-50%);
}

.dashboard-loader-text {
	font-weight: bold;
	display: block;
}
.dashboard-loader {
  width: 48px;
  height: 48px;
  border: 3px solid #0284c7;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation .5s linear infinite;
}
.dashboard-loader::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 3px solid;
  border-color: #075985 transparent;
}

.jsPanel .jsPanel-content {
	overflow: hidden !important;
}

.jsPanel img {
	max-width: 100%;
}

 /* select2 chip close button */
 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
 	color: #5a5a5a;
 }

.ui-pnotify {
	max-height: 90vh;
	overflow-y: auto;
}

.ui-pnotify-text {
	overflow-wrap: break-word;
}

/* my cases map responsive style */
.map-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.actions-container {
	max-width: 300px;
}

.actions-container a {
	display: inline-block;
}
#sharepointListContent {
    background: #fff;
    padding: .3em;
    margin: 5px;
    border-radius: 3px;
}

#sharepointListContent table.treetable tbody tr td {
    padding: .5em 1em;
}
 
#sharepointListContent table.treetable tbody tr {
     border-bottom: 1px solid #e5e5e5
}
  #sharepointListContent table.treetable tbody tr:hover {
      background-color:#e5e5e5 ;
}

#sharepointListContent table.treetable tbody tr td {
	padding: .5em 1em;
}

#sharepointListContent table.treetable thead tr {
	background:#fff !important;
}
#sharepointListContent table.treetable thead tr th {
	font-weight: bold;
  padding: 10px 15px;
  border: none;
  border-bottom: 1px solid #e5e5e5;
}

#sharepointListContent table.treetable thead tr th:first-of-type {
  padding-left: 32px;
}
#sharepointListContent table.treetable thead tr th:nth-of-type(2) {
  padding-left: 13px;
}
#sharepointListContent table.treetable thead tr th:nth-of-type(3) {
  padding-left: 13px;
}

#sharepointListContent table.treetable tbody tr td .folder {
	margin-left: -6px;
	display: inline-block;
}
  
  #sharepointListContent table.treetable span {
    background-position: center left;
    background-repeat: no-repeat;
    padding: .2em 0 .2em 0.6em;
}


 #sharepointListContent .checkbox-container {
            position: relative;
        }

  #sharepointListContent .checkbox-container input[type="checkbox"] {
            opacity: 0;
            visibility: visible;
        }

  #sharepointListContent .checkbox-container .checkbox-label {
            position: absolute;
            display: block;
            width: 17px;
            height: 17px;
            cursor: pointer;
            appearance: none;
            background-color: white;
            border: 1px solid #ccc;
            border-radius: 50%; /* Makes it round like a radio button */
            top: 0;
            font-family: FontAwesome;
            font-weight: normal;
            transition: all .15s ease;
            opacity: 0;
        }

       #sharepointListContent .checkbox-container .checkbox-label::after {
            content: "\f00c";
            position: absolute;
            color: #fff;
            opacity: 0;
            top: 1px;
            left: 1px;
        }

     #sharepointListContent .checkbox-container input[type="checkbox"]:hover ~ .checkbox-label  {
            background-color: #ccc;
        }

     #sharepointListContent .checkbox-container input[type="checkbox"]:hover ~ .checkbox-label::after {
            opacity: 1;
        }

     #sharepointListContent .checkbox-container input[type="checkbox"]:checked ~ .checkbox-label {
            background-color: #0078d4; /* SharePoint-like color */
            border: 1px solid #0078d4;
        }

     #sharepointListContent .checkbox-container input[type="checkbox"]:checked ~ .checkbox-label::after {
            opacity: 1;
        }

        /*show checkbox when row is hovered */
      #sharepointListContent tr:hover .checkbox-container .checkbox-label {
            opacity: 1;
        }

        /* Show checkbox when the checkbox is clicked */
     #sharepointListContent .checkbox-container input[type="checkbox"]:checked ~ .checkbox-label {
            opacity: 1;
        }


        /* Highlight row when checkbox is checked */
      #sharepointListContent .highlighted-row {
            background-color: #e5e5e5; /* Light blue background for the highlighted row */
        }
  
.table-actions {
	display: flex;
}

.table-actions .btn-link:focus {
	outline: 1px auto -webkit-focus-ring-color;
	outline-offset: 2px;
}

.managecases-container {
	display: grid;
	grid-template-columns: 1fr 300px;
}

.managecases-content {
	grid-column: span 2;
} 

.managecases-container.help-shown .managecases-content {
	grid-column: span 1;
}


@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 767px) {
	.table-actions .action-item:not(:last-of-type) {
		margin: 5px;
	}
		.responsive-table-row {
		display: block !important;
		background: #FFFBFF;
	    padding: 0 7px;
	    border: 1px solid #ddd;
	}
	
	/* make each coloum in responsive-table-row a row */
	.responsive-table-row {
		margin-bottom: 10px;
	}
	
	.responsive-table-row > div {
		display: block !important;
		padding-top: 10px !important;
	}
	
	.responsive-table-row > div .validation-group > div {
		display: flex;
		align-items: center;
	}
	
	.responsive-table-row > div .validation-group > div > div {
		padding: 5px;
	}
	
	.responsive-table-row > div .validation-group > div label {
		display: block !important;
	}
	
	/* overrride sr-only class */
	.responsive-table-row > div .validation-group > div label.sr-only {
		position: static;
		overflow: visible;
		clip: unset;
		width: auto;
		height: auto;
	}
	
	.responsive-table-row .RowButton {
		padding-top: 0 !important;
		width: 26px;
    	margin-left: auto;
	}
}

@media (max-width: 768px) {
  .case-details-panel-container {
    flex-direction: column;
  }
  .case-details-panel-left {
    margin-right: 0;
  }
  
  .rolediv-container.btn-group .dropdown-menu {
	  left: auto;
	  right: 0;
	  top: 0;
	  transform: translateY(-100%);
  }
  
   .rolediv-container.btn-group .btn-link .fa-caret-down:before {
	   content: "\f0d8";
   }
}
@media (max-width: 991px) {
  .case-details-panel-row .case-details-panel-left {
    width: 100%;
  }
  .case-details-panel-row .case-details-panel-left + .case-details-panel-right {
    width: 100%;
  }
  .case-details-panel-columns {
    flex-direction: column;
  }
  .table-actions {
		flex-direction: column;
	}
}

@media (max-width: 1024px) {
		/* my cases map responsive style */
	.map-container { 
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1200px) {
	.table-actions .action-item:not(:last-of-type)::after {
	  display: none;
  }
}

@media print {
  .redact-link__container a {
    display: none;
  }
}
