/*
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,700,300italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic&subset=latin,latin-ext);
*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,700italic&subset=latin,latin-ext);

html {
    position: relative;
    min-height: 100%;
}

body {
    /*
	padding: 60px 15px 15px 15px;
    */
}

main {
    padding: 0px 15px;
}

body, h1, h2, h3, h4, h5,
.tooltip, .popover, .btn {
    font-family: "Source Sans Pro", Arial, sans-serif;
}

.table-responsive {
    width: 100%;
    overflow: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
}

table tbody {
    overflow: auto;
}

table th {
    /*
    font-family: "Open Sans Condensed", Arial, sans-serif;
    */
}

table td {
    white-space: nowrap;
}

.typeahead {
    z-index: 1051;
}

.form-group {
	margin-bottom: 5px;
}

.footer {
    position: absolute;
    bottom: 0;
    right: 10px;
}

.footer a {
    color: #808080 !important;
}

select option[disabled] {
    color: #f66;
    cursor: not-allowed;
}

table th input.date {
    min-width: 80px;
}

table.table-hover {
    cursor: pointer;
}

.navbar-fixed-top .input-group {
    max-width: 250px;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        width: 200px;
    }

    .dl-horizontal dd {
        margin-left: 220px;
    }
}

.btn-default:hover {
    background-image: none;
    background-color: #313333;
}