﻿h1 {
    font-family: "azo-sans-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2em;
    margin-top: 10px;
}

h2 {
    font-family: "azo-sans-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    margin-top: 10px;
    color: #999;
}

a, a:hover {
    font-style: normal;
    text-decoration: none;
    color: #455560;
}

.topbar {
    height: 55px;
    background-color: #455560;
    color: white;
    border-top: 3px solid #000;
}

#logo {
    height: 30px;
}

#allstarts-grid-container .grid {
    width: 1100px;
    height: 500px;
}

#allstarts-grid-container .ui-grid, #allstarts-grid-container .ui-grid-viewport {
    height: auto !important;
}

.ui-grid-pager-panel {
    position: relative;
}

input[type=text].ui-grid-filter-input {
    height: 1.5em;
}

.refresh-button {
    margin-top: 1em;
}

.loading {
    background-color: #eaeaea;
    background-image: url(loading_spinner.gif);
    background-position:center;
    background-repeat:no-repeat;
    background-size: 30px;
    width: 100%;
    height: 350px;
}

p.error.bg-danger {
    line-height: 2em;
    padding-left: 1em;
}

/* popup stuff */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
/* The actual popup (appears on top) */
.popup .popuptext {
    visibility: hidden;
    width: 130px;
    background-color: #455560;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 4px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}
/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #455560 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}
/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.button {
    background-color: #eaeaea;
    border: none;
    color: #455560;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
}

.navbar-collapse.in {
    overflow-y: hidden;
    background-color: #455560;
    border-bottom: 1px solid #000;
    z-index: 9999;
}

.navbar-default .navbar-nav>li>a {
    text-decoration: none;
    font-style:normal;
    color: white;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #ccc;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
background-color: #455560;
}

.active {
    font-weight: bold;
}

select.ui-grid-filter-select {
    background: none;
    background-color: white;
    width: 100%;
    height: 1.5em;
}

/*.ui-grid-filter-container .ui-grid-filter-button-select [class^="ui-grid-icon"] {
    right: 15px;
    opacity: .66;
}*/

.ui-grid-filter-container .ui-grid-filter-button-select {
    left: 52px;
    top: 4px;
    color: #777;
}

.noresults {
    padding: 1em;
    font-size: 1em;
}

.modal-body p button.btn {
    font-size: 1em;
    box-shadow: none;
    width: 100%;
}

.footer {
    margin-top: 2em;
    padding: 1em;
    background-color: #eaeaea;
}

p.text-muted {
    margin: 0;
}

.datepicker-container .form-control {
    height: 10px;
    padding: 11px;
}

.datepicker-container .btn {
    font-size: 1em;
    padding: 2px 4px;
    color: #455560;
    box-shadow: none;
}

.datepicker-container table {
    margin: auto;
}

.modal-btn {
    font-size: 1em;
    text-transform: none;
    box-shadow: none;
}

.modal-grid {
    width: 365px;
    height: 250px;
}

.filter-modal-dialog {
    width: 400px;
    margin: 20px auto;
    position: relative;
    
}

.modal {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-footer > .btn {
    text-transform: none;
    font-size: 1em;
    padding: .2em .4em;
    box-shadow: none;
    border-radius: 2px;
}

/*fixes modal scroll issue*/
.filter-modal-dialog .modal-body {
    max-height: calc(100vh - 160px);
    overflow-y: auto;
}

.butn-default {
    background-color: #f3f3f3;
    border: 1px solid #b5bbbf;
}

.butn-active {
    background-color: #d4e5f9;
    border: 1px solid #b5bbbf;
    color: #455560;
}

.filter-msg {
    color: #81a1c7;
}

.filter-msg a {
    color: #81a1c7;
    text-decoration: underline;
    cursor: pointer;
}

.unsupported {
    text-transform:uppercase;
    margin: 20px 0 10px 0;
    text-align: center;
}