@CHARSET "UTF-8";

.form-signin {
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    margin: 0 auto 20px;
    max-width: 500px;
    padding: 19px 29px 29px;
}
.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin input[type="text"], .form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}

form .error {
	color:red;
}
/* Grants Screen */
tr.company-name {
    background-color: lightgray;
}
tr.heading th {
	width: 100px;
}
tr.totals {
    border-bottom: 2px solid;
    border-top: 2px solid;
}

.errorMessage {color:red; display:inline}

input.error {
	border-color: red;
}

div.blackout {
	color: black;
    display: inline-block;
    float: right;
    font-weight: bold;
}
td.blackout {
	background-color: red;
    font-weight: bold;
}

/* Trader Orders */
body.trading-paused table#order-list {
	border: 3px solid red;
}
#available-to-order {
	display:inline-block;
}

.order-row.request-order > td.colored{
	background-color:#fcf8e3;
}
.order-row.completed > td.colored{
	background-color:#dff0d8;
}
.order-row.request-cancel > td.colored{
	background-color: #d9edf7;
}
.order-row.cancelled > td.colored{
	background-color:#f2dede;
}
.order-row.in-trading > td.colored{
	background-color:#ade0a8;
}
th.sort-asc:before {
	content: "\2193  ";
}
th.sort-desc:before {
	content: "\2191  ";
}
td.overdue {
	background-color: #f2dede;
}

.editinput{
	padding: 0px 6px !important;
}

.btn:focus{
	outline: 0 !important;
}

/* Tables */
.dataTables_filter {
	float:right;
}
.last-update {
	margin-top:20px;
	font-size:12px;
}
.last-update span {
	width:20px;
	display:inline-block;
	text-align: right;
}
.search-bar .pull-left {
	margin-right:15px;
}
.search-bar .pull-right {
	margin-left:15px;
}
.search-bar .free-search {
	color:#666;
}
.search-bar select {
	color:#666;
}
.search-bar h4 {
  font-size:14px;
  font-weight:normal;
}
.btn-height-primary {
	height: 23px;
    line-height: 23px;
}
.table-wrapper {
	    padding: 12px;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.23);
    margin: 12px 0 28px 0;
    background-color: #ffffff;
    overflow: auto;
    width: 100%;
    box-sizing: border-box;
}
#order-list, .table td.no-padding table.table {
	margin-bottom:0;
}
th.no-border-left,
td.no-border-left {
	border-left:0;
}
table#order-list>thead>tr>th {
    vertical-align: top;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    color: #70767d;
    padding: 6px 12px;
}
#order-list, #order-list td {
	border-color:#ddd;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #282b34;
}
.table td.no-padding {
	padding:0;
}
table#order-list select {
	width:150px;
}
#order-list>tbody>tr:nth-child(odd) {background: #f4f4f4}
#order-list>tbody>tr:nth-child(even) {background: #FFF}
#order-list table.table {background:transparent;}