@import url('//fonts.googleapis.com/css?family=Lato');
@import url('login.css');

body {
    background-color: #F2F2F2;
}

a {
    font-weight: bold;
}

.main-bg {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: #001B38;
}

.spacer {
    padding-bottom: 0;
}

@media screen and (min-width: 768px) {
    .spacer {
        padding-bottom: 40px;
    }
}

.text-shadow {
    text-shadow: 0px 0px 5px #333;
}

header {
    z-index: 10;
}

@media screen and (min-width: 768px) {
    .greeter, .greeter-right, .greeter-no-animation {
        top: 110px;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
        text-align: right;
        width: auto;
    }

    .greeter > .greeter-body, .greeter-right > .greeter-body, .greeter-no-animation > .greeter-body {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.greeter-right {
    left: auto;
    right: 0px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.greeter-right .greeter-body {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.greeter-big {
    font-size: 22px;
    min-height: 55px;
}

table.ui-responsive tr {
}

table.ui-responsive tr > td:first-child {
    margin-top: 30px !important;
}

table.ui-responsive tr:first-child > td {
    margin-top: 0px !important;
}

@media screen and (min-width: 768px) {
    table.ui-responsive tr > td {
        margin-top: 0px;
    }
}

.quick-show {
    position: absolute;
    width: 100%;
    top: 48px;
    left: 0px;
    display: none;
}

@media screen and (min-width: 768px) {
    .quick-show {
        top: 56px;
    }
}

.filter-button {
    font-size: 12px;
    height: 34px;
}

.no-h-pad {
    padding-left: 0;
    padding-right: 0;
}

.table.clickable-row tbody tr {
    cursor: pointer;
}

a[href^="tel:"]:before {
    content: "\260E";
}

div.highcharts-container > svg > text {
    display: none;
}

.full-width {
    width: 100%;
}

.fa.fa-asterisk.text-danger {
    font-size: xx-small;
    position: relative;
    top: -5px;
}

@media screen and (min-width: 768px) {
    .squeezer {
        margin-left: 10%;
        margin-right: 10%;
    }
}

.strong {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.inline-block {
    display: inline-block;
}

.align-right {
    text-align: right;
}

div.card {
    background-color: transparent;
    border-bottom: 1px solid #D9D9D9;
    padding-top: 5px;
    padding-bottom: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
}

div.card-count {
    font-size: 16px;
    font-weight: bold;
    color: #999999;
    padding-left: 20px;
    padding-bottom: 10px;
}

.cards-loading {
    display: none;
    font-size: 30px;
    text-align: center;
}

.panel {
    box-shadow: 0 1px 2px #cccccc;
    border: none;
    border-radius: 4px;
}

.panel .panel-heading {
    font-weight: bold;
    border-radius: 4px 4px 0 0;
}

.panel .panel-heading::after {
    content: "";
    background-color: #0575e6;
    width: 50px;
    height: 3px;
    display: block;
    margin-top: 10px;
}

.btn[disabled] {
    background-color: #bdbdbd;
    color: white;
    cursor: default;
    box-shadow: none;
}

.btn[disabled]:hover {
    box-shadow: none;
    background-color: #bdbdbd;
}

div.table-wrapper {
    border: none;
}

div.table-wrapper table {
    border: none;
}

tr.no-records-found td {
    text-align: center;
    font-weight: bold !important;
}

[data-animate] {
    visibility: hidden;
}

.select-a-link > a {
    background-color: white;
    display: block;
    padding: 25px 75px 25px 30px;
    text-decoration: none;
    border-top: 1px solid #eeeeee;
    position: relative;
    cursor: pointer;
    color: #404040;
}

.select-a-link > a:first-child {
    border-top: 1px solid transparent;
}

.select-a-link > a:hover, .select-a-link > a:focus {
    background-color: #4fa7ff;
    border-top: 1px solid #4fa7ff;
    color: white;
    z-index: 9;
}

.select-a-link > a:hover .description, .select-a-link > a:focus .description {
    color: #eeeeee;
}

.select-a-link > a:hover .more-link, .select-a-link > a:hover .less-link, .select-a-link > a:focus .more-link, .select-a-link > a:focus .less-link {
    color: white;
}

.select-a-link > a .title {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select-a-link > a .description {
    display: none;
    color: #999999;
}

.select-a-link > a .fa {
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}

.select-a-link.show-description .description {
    display: block;
}

.select-a-link.show-zoom > a {
    transition: all .2s ease-in-out;
}

.select-a-link.show-zoom > a:hover, .select-a-link.show-zoom > a:focus {
    transform: scale(1.02, 1.02);
}

.select-a-link.smart-width {
    display: inline-block;
    max-width: 100%;
    min-width: 50%;
}

html.ie9 .select-a-link a {
    visibility: visible !important;
}

@-moz-keyframes spin {
    20% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    20% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ellipsis {
    to {
        width: 1em;
    }
}

@-webkit-keyframes ellipsis {
    to {
        width: 1em;
    }
}

@-webkit-keyframes pulse {
    0%, 100% {
        filter: drop-shadow(0 0 1px #77b800);
        -webkit-filter: drop-shadow(0 0 1px #77b800);
    }
    50% {
        filter: drop-shadow(0 0 15px #77b800);
        -webkit-filter: drop-shadow(0 0 15px #77b800);
    }
}

@-moz-keyframes pulse {
    0%, 100% {
        filter: drop-shadow(0 0 1px #77b800);
        -webkit-filter: drop-shadow(0 0 1px #77b800);
    }
    50% {
        filter: drop-shadow(0 0 15px #77b800);
        -webkit-filter: drop-shadow(0 0 15px #77b800);
    }
}

@keyframes pulse {
    0%, 100% {
        filter: drop-shadow(0 0 1px #77b800);
        -webkit-filter: drop-shadow(0 0 1px #77b800);
    }
    50% {
        filter: drop-shadow(0 0 15px #77b800);
        -webkit-filter: drop-shadow(0 0 15px #77b800);
    }
}

.iqn-busy-spinner-overlay {
    cursor: wait;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
    overflow: hidden;
}

.iqn-busy-spinner-overlay.full {
    position: fixed;
}

.iqn-busy-spinner-overlay .iqn-busy-spinner-label {
    color: #404040;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.iqn-busy-spinner-overlay .iqn-busy-spinner-label:after {
    overflow: hidden;
    display: inline-block;
    position: absolute;
    content: "\2026";
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4, end) 2000ms infinite;
    -moz-animation: ellipsis steps(4, end) 2000ms infinite;
    animation: ellipsis steps(4, end) 2000ms infinite;
    width: 0px;
}

.iqn-busy-spinner-overlay.dark {
    background-color: rgba(0, 0, 0, 0.6);
}

.iqn-busy-spinner-overlay.dark .iqn-busy-spinner-label {
    color: white;
}

.iqn-busy-spinner-overlay .iqn-busy-spinner-img-container {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.iqn-busy-spinner-overlay .iqn-busy-spinner-img-container img {
    width: 75px;
    -webkit-animation: spin 1.7s ease infinite;
    -moz-animation: spin 1.7s ease infinite;
    animation: spin 1.7s ease infinite;
}

.iqn-busy-spinner-overlay .svg-container {
    position: absolute;
    left: calc(50% - 38px);
    top: calc(50% - 50px);
}

.iqn-busy-spinner-overlay .pulse-shadow {
    animation: pulse 3s infinite;
    animation-timing-function: linear;
}

.iqn-busy-spinner-overlay svg#beeline-logo {
    fill: white;
    stroke: none;
}

.dark-bar {
    width: 100%;
    background: #404040;
    color: white;
    padding: 25px 0;
    margin-bottom: 30px;
    font-size: 21px;
}

.more-link, .less-link {
    cursor: pointer;
    margin-left: 3px;
    color: #404040;
}

.form-group.disabled input {
    background-color: rgba(200, 200, 200, 0.5);
}

.form-group.disabled label {
    cursor: not-allowed;
    opacity: .4;
}

.form-group.required {
    border: none;
}

.form-group.required label::after {
    content: " *";
}

.form-group .form-label {
    font-weight: normal;
    position: relative;
    transition: all 0.2s ease 0s;
    color: rgba(255, 255, 255, 0.5);
    cursor: text;
}

.form-group .form-label.floated {
    top: 0px;
    left: 0px;
    color: #fff;
    cursor: default;
}

.form-group input {
    background: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: none;
    width: 100%;
}

.form-group input[type="number"] {
    min-width: 70px;
}

.form-group input:-webkit-autofill, .form-group input:-webkit-autofill:hover, .form-group input:-webkit-autofill:focus, .form-group input:-webkit-autofill:active {
    transition-delay: 99999s;
    transition-property: background-color, color;
}

.form-group input:hover {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

.form-group input:focus {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #0575e6;
}

.modal .modal-title {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

.modal .modal-title::after {
    width: 50px;
    height: 3px;
    background-color: #0575e6;
    display: block;
    content: " ";
    margin-top: 15px;
}

.ui-datepicker {
    z-index: 1050 !important;
    background: white;
}

.ui-datepicker .ui-datepicker-next {
    font-family: 'FontAwesome';
    text-indent: 0;
    text-align: center;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-next::before {
    content: '\f105';
    font-size: 20px;
}

.ui-datepicker .ui-datepicker-next .ui-icon {
    background-image: none;
}

.ui-datepicker .ui-datepicker-prev {
    font-family: 'FontAwesome';
    text-indent: 0;
    text-align: center;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-prev::before {
    content: '\f104';
    font-size: 20px;
}

.ui-datepicker .ui-datepicker-prev .ui-icon {
    background-image: none;
}

.login-panel {
    color: white;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.login-panel h3 {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    text-transform: capitalize;
}

.login-panel > .login-content {
    margin-bottom: 40px;
    margin-top: 40px;
    padding: 15px;
}

.login-panel > .login-content-error {
    background-color: #be3a34;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.login-panel #submit-button {
    width: 100%;
}

.login-panel a, .login-panel a:hover, .login-panel a:focus {
    font-weight: normal;
    color: white;
}

.login-panel .login-control, .login-panel .pw-control {
    background: none;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow: none;
    width: 100%;
    color: white;
}

.login-panel .login-control:-webkit-autofill, .login-panel .login-control:-webkit-autofill:hover, .login-panel .login-control:-webkit-autofill:focus, .login-panel .login-control:-webkit-autofill:active, .login-panel .pw-control:-webkit-autofill, .login-panel .pw-control:-webkit-autofill:hover, .login-panel .pw-control:-webkit-autofill:focus, .login-panel .pw-control:-webkit-autofill:active {
    transition-delay: 99999s;
    transition-property: background-color, color;
}

.login-panel .login-control:hover, .login-panel .pw-control:hover {
    box-shadow: none;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
}

.login-panel .login-control:focus, .login-panel .pw-control:focus {
    box-shadow: none;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.9);
}

.form-label .password-reset-error {
    background-color: #ff3e00;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    display: block;
    text-align: center;
    width: 250px;
}