﻿
.list-group-item { -ms-word-wrap: break-word; word-wrap: break-word; }

/* Added for IE overlap scroll bar on Logout */
html{-ms-overflow-style: scrollbar;} 
/* stop overlap footer*/
body { 
    padding-bottom: 25px; 
}

/* disable list option colour to change*/
option:disabled {
    color: red;
}

/*textarea {
    text-transform: capitalize;
}*/

/* remove gray background around left and right control*/
.carousel-control.left, .carousel-control.right {
  background: none !important;
  filter: progid: none !important;
  outline: 0;
  color: #337ab7;
 }
.carousel-caption{
  color: #337ab7;
}
.carousel .carousel-control {
  visibility: hidden;
}
.carousel:hover .carousel-control {
  visibility: visible;
}

/* smaller device menu bar*/
.navbar-toggle .icon-bar {
    background-color: #337ab7;
}


.well {
    background: rgb(241, 207, 18);
}

