.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: none !important;
}

a:focus, a:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.form-control {
	background: #fafafa;
	border: 1px solid #e3e3e3;
	color: #666;
}
.form-control:focus {
	border: 1px solid #ccc;
}

/* http://stackoverflow.com/questions/19562903/remove-padding-from-columns-in-bootstrap-3 */
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

/* http://stackoverflow.com/questions/20547819/vertical-align-with-bootstrap-3 */
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.thumbnail {
    background: none;
    border: none;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #3b76ee;
}

.btn-primary {
    color: #ff6000 !important;
    background-color: transparent !important;
	border-color: #ff6000 !important;
	-moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    color: #000 !important;
    background-color: #ff6000 !important;
	border-color: #ff6000 !important;
}

.btn-red {
    color: #ff0000 !important;
    background-color: transparent !important;
	border-color: #ff0000 !important;
	-moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
.btn-red:active, .btn-red:focus, .btn-red:hover {
    color: #ffffff !important;
    background-color: #ff0000 !important;
	border-color: #ff0000 !important;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #071e2c;

}
.table-bordered {
    border: 1px solid #071e2c;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    font-size: 14px;
    border: 1px solid #071e2c;
    border-top-color: rgb(221, 221, 221);
    border-top-style: solid;
    border-top-width: 1px;

}

.table > tbody > tr > td {
    vertical-align: middle;
    font-size: 14px;
}

.nav-tabs {

    border-bottom: 1px solid #071e2c;

}


.nav-tabs > li > a:hover {
    color: #071e2c !important;
    cursor: default;
    background-color: #ff6000;
    border: 1px solid #071e2c;
    border-bottom-color: transparent;

}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #071e2c !important;
    cursor: default;
    background-color: #ff6000;
    border: 1px solid #071e2c;
    border-bottom-color: transparent;

}

.dropdown-menu > button.btn {
    padding:0 !important;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover {
    background: #000;
    color: #ff6000 !important;
}

.btn-override {
    padding:0 3px !important;;
}

.eventTime {
    text-align: right !important;
}

canvas{
    width:100% !important;
    height:250px !important;
}


.top-footer.nav > li > a:focus, .top-footer.nav > li > a:hover {
    text-decoration: none;
    background-color: #071E2C !important;
}

.top-footer.nav-pills > li.active > a, .top-footer.nav-pills > li.active > a:hover {
    color: #ff6000;
    background: none;
}

hr {
    border-color: #071E2C;
}