html,
body {
    height: 100%;
    color: #000000;
    font-size: 14px;
}

.btn-default {

    color: #333;
    background-color: #eee;
    border-color: #ccc;

}

.btn {

    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;

}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.menu-container {
    width: 100%;
}

.dropdown-header {
    font-weight: bold;
    color: rgb(217, 86, 37);
}

.navbar-bottom-border {
    border-bottom: thin solid #000;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 10px 15px 20px;
    margin-top: 50px;
}

.clear-left {
    clear: left;
}

.clear-both {
    clear: both;
}

.announcement {
    font-size: 12pt;
}

.announcement-title {
    font-weight: bold;
}

@media print {
    .footer {
        display: none;
    }

    .no-print {
        display: none;
    }

    .report-header-container {
        width: 100%;
    }

    .report-header-left {
        width: 125px;
        height: 116px;
        float: left;
        /*display: inline;*/
    }

    .report-header-right {
        margin-left: 5px;
    }

    .report-logo {
        width: 125px;
        height: 116px;
    }
}

@media screen {
    .report-header-container .report-header-right {
        display: none;
    }

    .report-header-left {
        display: none;
    }
}


.footer {
    height: 60px;
    background-color: rgb(217, 86, 37);
    border-top: 1px solid #ddd;
    padding-top: 20px;
    font-size: 14px;
}

.footer-text {
    color: #ffffff;

}

.footer-link {
    color: #000;
    text-decoration: underline;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

thead>th>td.sorting,
thead>th>td.sorting_asc,
thead>th>td.sorting_desc,
thead>th>th.sorting,
thead>th>th.sorting_asc,
thead>th>th.sorting_desc {
    padding-right: 30px
}

thead>th>td:active,
thead>th>th:active {
    outline: 0
}

thead .sorting,
thead .sorting_asc,
thead .sorting_asc_disabled,
thead .sorting_desc,
thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative
}

thead .sorting:after,
thead .sorting:before,
thead .sorting_asc:after,
thead .sorting_asc:before,
thead .sorting_asc_disabled:after,
thead .sorting_asc_disabled:before,
thead .sorting_desc:after,
thead .sorting_desc:before,
thead .sorting_desc_disabled:after,
thead .sorting_desc_disabled:before {
    position: absolute;
    bottom: .5em;
    display: block;
    opacity: .3
}

thead .sorting:before,
thead .sorting_asc:before,
thead .sorting_asc_disabled:before,
thead .sorting_desc:before,
thead .sorting_desc_disabled:before {
    right: 1em;
    content: "\f0de";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 1rem
}

thead .sorting:after,
thead .sorting_asc:after,
thead .sorting_asc_disabled:after,
thead .sorting_desc:after,
thead .sorting_desc_disabled:after {
    content: "\f0dd";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 1rem;
    right: 1em;
}

thead .sorting_asc:before,
thead .sorting_desc:after {
    opacity: 1
}

thead .sorting_asc_disabled:before,
thead .sorting_desc_disabled:after {
    opacity: 0
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.navbar {
    background-color: rgb(239, 115, 68);
}

.navbar-brand,
.navbar li a,
.dropdown-toggle {
    color: #000000 !important;
}

.navbar li.active a,
.navbar li.open a.dropdown-toggle {
    color: #fff !important;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.alert {
    color: #000;
}

.auth-icon {
    display: block;
    width: 250px;
    height: 60px;
    border-radius: 3px;
    margin: 0 auto;
}

.auth-icon.google {
    background: url("/signIn.png") no-repeat;
}

.action-column {
    width: 70px;
}

#apiKeyTable table {
    table-layout: fixed;
}
#apiKeyTable table td {
    overflow-x: hidden;
}
