﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    color: #f7f7f7;
    background-color: #0c0c0c;
}

.modal-body {
    color: black;
}

.app-content {
    height: calc(100vh - 50px); /*Subtract .navbar height*/
}

#login-jumbo hr {
    border-top: 1px solid white;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input.login-form-control {
    max-width: 250px;
    color: #333; /*temp until input styling is handled globally. jp*/
    /*height: 34px;*/
    /*padding: 6px 12px;*/
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.imageViewerViewports {
    background-color: black;
}

/* Bootstrap Modifications */
.navbar {
    background-color: rgba(38,43,51,0.95);
    border-color: black;
}

.navbar-inverse .navbar-nav > li > a {
    color: inherit;
}

.container {
    width: 100%;
}

.table-responsive {
    border-color: #333;
    border-radius: 3px;
    overflow-x: unset;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td .jumbotron {
    border-color: #222;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #009bd2;
}

.table > tbody > tr:nth-of-type(even) {
    background-color: #191919;
}

/*.table > tbody > tr:hover {
    background-color: #009bd2;
}*/


#login-jumbo {
    padding: 20px;
    line-height: 1.42857143;
    border-radius: unset;
}

.settings-jumbo {
    padding: 20px;
    line-height: 1.42857143;
    margin-bottom: 0px;
}

.settings-jumbo .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgb(45, 50, 59);
}

.settings-jumbo .table > thead > tr > th, .settings-jumbo .table > thead:first-child > tr:first-child > th, .settings-jumbo .table > tbody > tr > th, .settings-jumbo .table > tfoot > tr > th, .settings-jumbo .table > thead > tr > td, .settings-jumbo .table > tbody > tr > td, .settings-jumbo .table > tfoot > tr > td {
    border: 1px solid #282828;
    color: white;
}

.settings-jumbo.jumbotron.form-horizontal {
    border-radius: unset;
}

.settings-jumbo .table > tbody > tr > td > input {
    color: #333;
}

.settings-jumbo .HiddenCol {
    display: none;
}

.settings-jumbo .FillWidth {
    width: 100%;
    max-width: none;
    color: black;
}

.settings-jumbo .FullHeight {
    height: 100%;
}


/* Admin and Login Page CSS Modifications for Quick L&F Modifications */
.control-label {
    color: white;
    text-align: left;
}

.form-group {
    margin-bottom: 20px;
}

.jumbotron select {
    color: #888;
}

/*temporary until admin views can be updated. jp*/
.jumbotron {
    background-color: rgb(18, 22, 26);
    border-radius: unset;
}
/* END Bootstrap Modifications */

/* Automatic Logout Timer Dialog */
.no-close .ui-dialog-titlebar-close {
    display: none;
}

.timer-dialog-ui .ui-dialog-titlebar {
    padding: 5px 15px;
}

.timer-dialog-ui .ui-dialog-buttonset {
    text-align: right;
    padding: 10px 5px;
    font-weight: bold;
}

.timer-dialog-ui .ui-dialog-buttonset button {
    margin: 0px 5px;
    padding: 4px 10px;
}

#timerDialog {
    display: none;
    padding: 20px 20px 10px 20px;
    font-size: large;
}
/* END Automatic Logout Timer Dialog */

.navbar-brand {
    font-size: 30px;
    padding: 13px 15px;
    font-weight: bold;
    font-family: utopia;
}

.navbar-brand > img {
    height: 28px;
}

.navbar-brand span {
    font-size: 14px;
    vertical-align: top;
}

/*Global*/
.content-container {
    max-width: 1200px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

.page-title {
    margin-top: 32px;
    margin-bottom: 22px;
}

/*temporary solution until disabled styles are handled globally. jp*/
[disabled] {
    cursor: not-allowed !important;
}

/*Utils*/
.strip-margins {
    margin: 0;
}

.strip-margin-top {
    margin-top: 0;
}

.strip-margin-bottom {
    margin-bottom: 0;
}

.no-wrap {
    white-space: nowrap;
}

/*Components
TODO: Move to component when created
*/

.default-dropdown.dropdown {
    display: inline-block;
    border: 1px solid #009bd2;
    border-radius: 2px;
}

.default-dropdown .dropdown-action {
    padding: 4px 10px;
    background: transparent;
    color: inherit;
    text-align: left;
    border: none;
    box-shadow: none;
}

.default-dropdown .dropdown-action:focus {
    outline: none;
}

.default-dropdown .dropdown-action:hover .dropdown-action__icon,
.default-dropdown .dropdown-action:focus .dropdown-action__icon,
.default-dropdown .open .dropdown-action__icon {
    color: #2879A8;
}

.default-dropdown .dropdown-action__icon {
    margin-left: .2em;
    font-size: .85em;
    color: #009bd2;
}

.default-dropdown .dropdown-action__viewing {
    display: inline-block;
    max-width: 300px;
    font-size: 1.1em;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.default-dropdown .dropdown-menu {
    margin-top: 6px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: rgba(0, 155, 210, 0.95);
    border-radius: 3px;
}

.default-dropdown .dropdown-menu > li > a {
    max-width: 300px;
    padding: 7px 10px;
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-menu > li > a:hover {
    background-color: #009bd2;
    color: white;
}

.dropdown-menu > li:not(:last-child) {
    border-bottom: 1px solid #333;
}

.left-navigation-bar {
    font-size: 16px;
}

.left-navigation-bar > .list-group > .list-group-item:hover {
    background-color: #2d323b;
}

.left-navigation-bar .list-group-item {
    background-color: #12161a;
    border: 1px solid #2d323b;
}

.left-navigation-bar ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 5px;
}

.left-navigation-bar > .list-group > .active {
    background-color: #2d323b;
}

.left-navigation-bar > .list-group > .list-group-item a {
    color: #ffffff;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

/*#filterOptions {
    display: block;
    width: auto;
    height: 34px;
    color: #fff;
    padding: 6px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #000;
    background-image: none;
    border: 1px solid #009bd2;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}*/

.search-refresh {
    padding: 10px;
    float: left;
    font-size: 21px;
    color: #666;
}
.search-refresh i:hover {
    cursor: pointer;
    color: white;
}

.selectdiv {
    position: relative;
    /*Don't really need this just for demo styling*/
    float: left;
    min-width: 200px;
}

.selectdiv:after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    color: #0ebeff;
    right: 11px;
    top: 0px;
    height: 34px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
    display: none;
}

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    /* Add some styling */
    display: block;
    width: 100%;
    max-width: 320px;
    height: 40px;
    float: right;
    margin: 5px 0px;
    padding: 0px 24px;
    font-size: 16px;
    line-height: 1.75;
    color: #fff;
    background-color: #0C0C0C;
    background-image: none;
    border: 1px solid #0ebeff;
    border-radius: 2px;
    -ms-word-break: normal;
    word-break: normal;
    cursor: pointer;
}

.daterangepicker { 
    color: black;
}