﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 5em;
    padding-bottom: 0px;
    /*overflow:hidden;*/
}
html, body {
    height: 100%;
}
form {
    min-height: 100%;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    width: 88em !important;
    max-width: 88em !important;
  }
}
table{
    width:100%;
}

.fa-female{
    margin-right:1px;
}
.fa-female,.fa-male{
    margin-top:3px;
}
p.form-control{
    height:auto;
}
#filler {
    height: 4.9em;
}
footer {
    position: static;
    margin-top: -4.9em;
    padding: 0;
}
    footer hr {
        border-top-color: #808080;
        margin-top: 20px;
        margin-bottom: 10px;
    }
.header{
    text-align:center !important;
}
.numb {
    width:5em;
    max-width:5em;
    min-width:5em;
    text-align:right;
    padding-right:0.5em;
}
.numeric {
    width:6em;
    max-width:9em;
    min-width:6em;
    text-align:right;
    padding-right:0.5em;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
.name {
    width:21em;
    max-width:21em;
    min-width:15em;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
.birth {
    width:10.7em;
    max-width:10.7em;
    min-width:7.7em;
    text-align:right;
    padding-right:0.5em;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
.sex {
    width:3em;
    max-width:3em;
    min-width:3em;
}
.educ {
    width:11em;
    max-width:11em;
    min-width:6em;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
.certificate {
    width:7em;
    max-width:10em;
    min-width:7em;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
.territory {
    width:6.4em;
    max-width:6.4em;
    min-width:4.4em;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
.transport {
    width:13.5em;
    max-width:13.5em;
    min-width:7.5em;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
.job {
    width:11em;
    max-width:11em;
    min-width:6em;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
.region {
    width:7em;
    max-width:16em;
    min-width:7em;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
.general {
    width:11em;
    max-width:21em;
    min-width:11em;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
.comm {
    width:6.5em;
    max-width:6.5em;
    min-width:6.5em;
    text-align:center;
}
/*table.table-hover tbody tr:hover{
    outline-offset:-1px;
    outline-style:solid;
    outline-width:1px;
    outline-color:currentColor;
}*/
/*table.table-hover tbody tr:hover{
    background-color:rgba(182, 255, 0, 0.4) !important;
}*/
/*table.table-hover tbody td{
    background-color:transparent !important;
}*/
/*table.table-hover tbody td:hover{
    background-color:transparent !important;
}*/
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: rgba(180, 180, 180, 0.50) !important;
}
table.table-hover tbody tr{
    cursor:default;
}
.pagination {
    margin-top:0 !important;
    margin-left:0;
    margin-right:0 !important;
    margin-bottom:0 !important;
}
.caption{
  pointer-events: none;
  cursor:initial;
  color:currentColor;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
    .caption a {
        color: inherit !important;
    }
a.input {
    position: relative;
    width: 16em;
}
    /*.caption a.input:hover {
        background-color: transparent !important;
    }*/
a.input input {
    border: none;
    color:currentColor;
    height: 1.4285em;
    width: 15.3em;
    background-color: transparent !important;
    position:absolute;
    left:-0.3em;
}
/*table.table-hover tbody tr a{
    color:currentColor;
}*/
/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}
select.ui-datepicker-month,select.ui-datepicker-year{
    color:#555;
}