/* CSS Document */

* {
	font-family: "Raleway";
}

.fill {
	height: 100%;
	min-height: 100%; 
}

/*a, .link {
	color:blue;
	font-variant:small-caps;
	padding-right:5%;
	text-decoration:none;
}

a:visited {
	color:blue;
}

.align_left {
	text-align:left;	
}

.align_right {
	text-align:right;	
}

.align_top {
	vertical-align:text-top;	
}

.block {
	display:block;
}

body {
	font-size:1.1em;
	margin: auto;
	min-width: 600px;
	width: 85%;
}

body.loading {
	overflow: hidden;
}

body.loading .modal {
    display: block;
}

.bold {
	font-weight:bold;	
}

.centre {
	text-align:center;	
}

.centre_element {
	margin:auto;	
}

.colour_blue {
	color: rgba(0,51,255,1);
}

#content table {
	text-align: left;
}

.text-danger {
	color:rgba(250,51,51,1);
}

.default_back {
	background-color:rgba(255,255,255,1);
}

.default_back  td {
	background-color:rgba(255,255,255,1);
}

.default_color {
	color:rgba(0,0,0,0.9);	
}

.eight_hundred_max_width {
	max-width:800px;	
}

fieldset {
	border-radius:0.5em;
	margin-bottom:1.5em;	
}

footer {
	margin-top:3em;	
}

.four_em_font {
	font-size:4em;	
}

.full_width {
	width:100%	
}

header {
	margin-bottom: 20px;
	margin-top: 15px;
}*/

.focused-off{
    filter: invert(31%) sepia(80%) saturate(3284%) hue-rotate(200deg) brightness(103%) contrast(107%);
}

.focused{
    filter: invert(29%) sepia(8%) saturate(977%) hue-rotate(181deg) brightness(99%) contrast(89%);
}

.focused_white{
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(62deg) brightness(110%) contrast(101%);;
}

.hidden {
	display:none;
}

/*hr {
	width:75%;	
}

iframe {
	display:block;
}

.inline_block {
	display:inline-block;
}*/


.link_main_bg {
	background-color: #e3f2fd;
}

/*#links {
	margin-bottom:20px;
}*/

.link_no_style {
	color:rgba(0,0,0,1) !important;	
	font-variant:normal;
	padding-right:0;
	text-decoration:none;	
}

/*#logo > img {
	max-height:50px;
	max-width:90px;
}*/

#logo_current {
	max-height:150px;
	max-width:150px;
}

/*.margin_right {
	margin-right:5em;	
}

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                50% 50% 
                no-repeat;
}

.modal > div {
	display: inline-block table-cell;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 200px;
    height: 40px;
    margin: auto;
}

.btn btn-primary {
	font-size:0.8em;
	height:2.5em;
	margin-right:1em;
	margin-top:2em;
	width:12em;	
}

.ninety_percent {
	margin:auto;
	max-width:1300px;
	width:90%;	
}

.padded_10px {
	padding-left:10px;	
	padding-right:10px;	
}

.padded_left_10px {
	padding-left:10px;
}

.padded_right {
	padding-right:5em;
}

.padded_right_10px {
	padding-right:10px;
}

.padded_right_mini {
	padding-right:2em;
}

.padding_non {
	padding:0px;	
}

.six_hundred_min_width {
	min-width:600px;
}

.small_input {
	width:7em;	
}*/

.small_text {
	font-size:0.8em;	
}

/*.spacer {
	height:1em;	
}

.spacer_mini {
	height:0.2em;	
}

.sufficient {
	color:rgba(20,180,20,1);	
}

table {
	border-collapse:collapse;
}

.table {
	display:inline-table;
}

.table_cell {
	display:table-cell;
}

.table_row {
	display:table-row;	
}

.thirty_percent_width {
	width:20%;	
}

.vertical_centre {
	vertical-align:middle;	
}

.vertical_top {
	vertical-align:text-top;	
}

.ui-datepicker table { 
	min-width:10px !important;
}*/

.scrollable-dropdown-menu .tt-dropdown-menu {
  max-height: 150px;
  overflow-y: auto;
}

.tt-menu {
  width: 100%;
  margin: 12px 0;
  padding: 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.underlined {
	text-decoration:underline;	
}