label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
    line-height: inherit;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.btn {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:hover, .btn:active, .btn:focus {
    background-color: #3276b1;
    background-position: 0 -15px;
    border-color: #285e8e;
    color: #ffffff;
    text-decoration: none;
}
.btn:disabled, .btn[disabled] {
    background-color: #cccccc;
    border-color: #bbbbbb;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -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);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: border-box;
}
.submit {
    margin-left: auto;
    margin-right: 5px;
}
.column {
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    flex-grow: 1;
}
.column-half {
    width: 50%;
}
.row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}
.date-forms {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.date-forms > input {
    flex: 1 1 100%;
}
.date-forms .from-to {
    margin: auto 5px;
    display: inline-block;
    align-self: center;
    -ms-flex-item-align: center;
}
.tabs-nav {
    background: #cccccc;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    box-sizing: border-box;
    font-weight: bold;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
    padding: .2em .2em 0;
}
.tabs-nav li{
    background: #e6e6e6;
    border: 1px solid #d3d3d3;
    border-bottom: 0 !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: normal;
    list-style: none;
    margin: 0 .2em 1px 0;
    padding: 0;
    position: relative;
    top: 1px;
    white-space: nowrap;
}
.tabs-nav li:hover{
    border: 1px solid #999999;
    background: #dadada;
}
.tabs-nav li:hover a{
    color: #212121;
}
.tabs-nav li.state-active {
    background: #f4f4f4;
    border: 1px solid #aaaaaa;
    font-weight: normal;
    margin-bottom: 0;
    padding-bottom: 1px;
}
.tabs-nav li a{
    display: inline-block;
    font-size: .9em;
    color: #555555;
    cursor: pointer;
    padding: .5em 1em;
    text-decoration: none;
}
.tabs-nav li.state-active a{
    color: #212121;
    cursor: text;
}
.nav-pills {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
}
.nav-pills li{
    border-radius: 4px;
    list-style: none;
    margin-left: 2px;
}
.nav-pills li a{
    color: #555555;
    cursor: pointer;
    display: inline-block;
    font-size: .9em;
    padding: .5em 1em;
    text-decoration: none;
}
.nav-pills li:hover{
    background: #dadada;
}
.nav-pills li.active{
    background-color: #428bca;
}
.nav-pills li.active a{
    color: #ffffff;
}
.pagination-wrapper {
    text-align: center;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 1em 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.tabs-panel {
    display: block;
    border-width: 0;
}
#listingTable table {
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
}
#listingTable span.caption {
    font-size: .85em;
}
#listingTable tr > th {
    vertical-align: top;
    text-align: left;
    width: 15%;
}
#listingTable tr > td {
    border-top: solid 1px #ddd;
    vertical-align: top;
    width: 12%;
}
#listingTable tr > td:nth-child(3), #listingTable tr > th:nth-child(3) {
    width: 24%;
}
#listingTable tr > td:first-child, #listingTable tr > th:first-child {
    width: 18%;
}
#listingTable tr > td:last-child, #listingTable tr > th:last-child {
    width: 10%;
}
#listingTable tr:nth-child(even) > td {
    background-color: #f9f9f9;
}
#showingDetail table {
    border-spacing: 0;
    width: 100%;
}
#showingDetail tr > th {
    text-align: left;
}
#showingDetail tr > td {
    background-color: #fcfcfc;
    border-top: solid 1px #ddd;
    font-size: .85em;
    vertical-align: top;
}
#showingDetail tr > td:first-child {
    font-weight: bold;
}
#showingDetail tbody > tr:hover > td {
    background-color: #f5f5f5;
}
#eventDetail ol, #eventDetail ul {
    font-family: inherit;
    font-size: 1em;
    font-weight: inherit;
    margin-top: 1em;
    margin-bottom: 1em;
}
#eventDetail ol li, #eventDetail ul li {
    font-family: inherit;
    font-size: 1em;
    font-weight: inherit;
    margin-left: 2em;
}
#eventDetail ul.attachments {
    list-style: none;
    margin: 0;
}
#eventDetail ul.attachments li {
    margin: 0;
}
#eventDetail tr td a {
    font-size: 1em;
}
.msg {
    border-radius: .25rm;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 1em;
    padding: .75em 1.25em;
    width: 100%;
}
.msg-warning {
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    color: #856404;
}
.msg-danger {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}
.detail-header {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
}
#back-to-list {
    display: inline-block;
    padding: 6px 0px;
}
.event-status {
    background-color: #999999;
    background-image: none;
    border-color: #357ebd;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-weight: normal;
    line-height: 1.42857143;
    margin-left: auto;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.event-status-open {
    background-color: #428bca;
}
.event-status-awarded {
    background-color: #5cb85c;
}
#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.5);
    z-index: 200;
    cursor: wait;
}
#listAttachments table {
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1em;
}
#listAttachments tr > th {
    text-align: left;
}
#listAttachments tr > td {
    background-color: #fcfcfc;
    border-top: solid 1px #ddd;
    vertical-align: top;
    font-size: .85em;
}
#listAttachments tr > td a {
    font-size: 1em;
}
#listAttachments tbody > tr:hover > td {
    background-color: #f5f5f5;
}
h2,h3 {
    margin: 5px 0 10px;
}
#crumbs ul li {
    background: url(../images/crumb-tail-grey.gif) no-repeat right rgb(200, 200, 200);
}
.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.upload-form {
    padding: .5em 1em 0;
}
.upload-form input[type="file"] {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
}
.attachment.left-content {
    width: 100%;
}
.attachment #crumbs {
    width: 100%;
}
.attachment #showingDetail tr > td:first-child {
    width: 60%;
}
