@import 'https://fonts.googleapis.com/css?family=Open+Sans';

html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: rgb(40, 47, 57);
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    line-height: 2.22;
    text-align: left;
    margin-bottom: 60px;
}

p {
    margin: 0;
}

pre {
    color: #ffffff;
}

label {
    font-weight: 800;
    margin: 0 .5rem 0 0;
}

.vcenter{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.vbottom{
    position: relative;
    top: 100%;
    transform: translateY(-100%);
}

.badge-vr:after {
    content: ' ';
    display: block;
    float: left;
    background: #adadad;
    margin: 0 10px;
    height: 17px;
    width: 1px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.row {
    margin-bottom: 1rem;
}

.row:last-of-type {
    margin-bottom: 0;
}

hr {
    margin-bottom: 0.5em;
    border-top: 1px solid rgb(0, 174, 239);
}

.fa-p:before {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    content: 'P';
}

/* Header */
.navbar {
    padding: 0;
    background: rgb(29, 33, 41) none;
    border: none;
    z-index: 1000;
}

.navbar-brand {
    line-height: 20px;
    margin: 0;
    padding: .5rem 0;
    height: 49px;
}

.navbar-nav > li > a {
    line-height: 33px;
    border: none;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    color: #d1d3d4;
}

.navbar-default .navbar-nav > li > a {
    color: rgb(209, 211, 212);
}

.navbar .dropdown {
    list-style: none;
    display: inline-block;
}

.navbar .dropdown:hover {
    background: rgb(37, 43, 53);
}

.navbar .dropdown-menu {
    min-width: 160px;
    margin: 0;
    padding: 0;
    background-color: #3a3f44;
    border: 1px solid #272b30;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.navbar .dropdown-menu .dropdown-item {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #c8c8c8;
    white-space: nowrap;
    cursor: pointer;
}

.navbar .dropdown-menu .dropdown-item:hover {
    background: rgb(37, 43, 53);
}

.navbar .dropdown-menu .dropdown-divider {
    border-top: 1px solid rgb(29, 33, 41);
}

/* Sidebar */
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 75px;
    z-index: 100;
    padding: 49px 0 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    background: #252b35;
}

.sidebar .nav-item {
    margin-top: 15px;
}

.sidebar .nav-item a {
    color: #75a9c1;
    transition: .25s;
}

.sidebar .nav-item a .fa-inverse {
    color: #d1d3d4;
    transition: .25s;
}

.sidebar .nav-item a:hover {
    color: #ffffff;
}

.sidebar .nav-item a .fa-inverse:hover {
    color: #00aeef;
}

/* Footer */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;/
    height: 40px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 10px;
    color: #b6c0ca;
    background-color: rgba(92, 182, 236, .3);
    z-index: 1000;
}

/* Main */
.main {
    margin-top: 15px;
    margin-left: 60px;
}

/* Cards */
.card-holder.card-body {
    border: 4px solid rgb(0, 174, 239);
    border-top: none;
    padding: 1rem;
    background: rgb(40, 47, 57);
}

.card {
    margin-bottom: 1rem;
    background: none;
    border: none;
    border-radius: 0;
}

.card:last-of-type {
    margin-bottom: 0;
}

.card-header, .card-header select {
    border-top: 0;
    padding: 0;
    color: rgb(255, 255, 255) !important;
    background: none !important;
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    font-weight: lighter;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.696;
    text-align: left;
    -moz-transform: matrix(0.99999998186716, 0, 0, 0.99741605999835, 0, 0);
    -webkit-transform: matrix(0.99999998186716, 0, 0, 0.99741605999835, 0, 0);
    -ms-transform: matrix(0.99999998186716, 0, 0, 0.99741605999835, 0, 0);
    border-left: 0;
    border-right: 0;
    border-bottom: 4px solid rgb(0, 174, 239);
    border-radius: 0 !important;
}

.card-header select {
    display: inline-block;
    height: 26px !important;
    width: auto;
    border: 1px solid #ced4da;
}

.card-header option {
    background-color: rgb(67, 98, 113);
}

.sub-heading {
    color: #5cb6ec;
    font-weight: lighter;
}

.card-body {
    padding: 0;
    background-color: rgb(37, 43, 53);
}

.well {
    background-color: rgb(67, 98, 113) !important;
    padding: 1rem;
    border-radius: .2rem !important;
    border: 1px solid #17a2b8 !important;
    transition: background-color 0.75s ease;
}

.well.successful {
    color: #155724 !important;
    background-color: #d4edda  !important;
    border-color: #c3e6cb  !important;
}

.card-button-header {
    margin-top: 7px;
    font-weight: bold;
    text-decoration: underline;
}

.card-button-content {
    font-size: 20px;
    line-height: 1.5em;
}

/* Forms */
.form-group {
    margin-bottom: 0;
}

.form-group label {
    width: 100%;
}

.form-group .invalid-tooltip {
    padding: .25rem;
    border: solid 1px #dc3545;
}

.form-group .valid-tooltip {
    padding: .25rem;
    border: solid 1px #1e7e34;
}

.form-check-input {
    margin-top: .55rem;
}

input:disabled {
    background: #d1d3d4 !important;
}

/* Modals */
.modal-dialog {
    border: none;
    background: rgba(0, 174, 239, 0.498039);
    border-radius: 4px;
    outline: none;
    padding: 1rem;
}

.modal-content {
    background-color: rgb(40, 47, 57);
    border: none;
    border-radius: 4px;
}

.modal-content .row:last-of-type {
    margin-bottom: 0;
}

.modal-header {
    margin: 1rem 1rem 0 1rem;
    padding: 0;
    background-color: rgb(40, 47, 57);
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    font-weight: lighter;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.696;
    text-align: left;
    -moz-transform: matrix(0.99999998186716, 0, 0, 0.99741605999835, 0, 0);
    -webkit-transform: matrix(0.99999998186716, 0, 0, 0.99741605999835, 0, 0);
    -ms-transform: matrix(0.99999998186716, 0, 0, 0.99741605999835, 0, 0);
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 4px solid rgb(0, 174, 239);
}

.modal-title {
    width: 100%;
}

.modal-body {
    padding: 0 1rem;
}

.modal-footer {
    display: inline-block;
    margin: 1rem;
    padding: 1rem 0 0 0;
    border-top: 4px solid rgb(0, 174, 239);
}

/* Tables */
table {
    background-color: rgb(37, 43, 53);
    color: rgb(209, 211, 212);
    line-height: 2.429;
}

table:last-of-type {
    margin-bottom: 0;
}

.table-bordered > thead {
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(55, 64, 77);
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid rgb(55, 64, 77);
    padding: 0 5px;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 0 !important;
}

.table-responsive > .table {
    background-color: rgb(37, 43, 53);
    color: rgb(209, 211, 212);
    line-height: 2.429;
}

.table-responsive > .table thead {
    color: rgb(255, 255, 255);
}

.table > thead > tr > th, .table > tbody > tr > th,
.table > tfoot > tr > th, .table > thead > tr > td,
.table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgb(55, 64, 77);
    padding: 0 5px;
    line-height: 31px;
}

.table > thead > tr > th:first-child,
.table > tbody > tr > td:first-child { padding-left: 10px; }

.table > thead > tr > th:last-child,
.table > tbody > tr > td:last-child { padding-right: 10px; }

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #75a9c1;
}

th.btn-container {
    width: 130px;
    text-align: right;
}

th.status-cell {
    width: 14px;
}

th .btn-sm {
    margin-bottom: 3px;
}

td .btn-sm {
    margin-top: -3px;
}

.gray-row-border {
    border-bottom: 1px solid rgb(55, 64, 77);
}

/* Badges */
.badge {
    border: 1px solid rgb(209, 211, 212);
    font-size: .875rem;
    padding: .3em;
    min-width: 26px;
}

/* Inputs */
.file-input-wrapper label {
    width: auto;
}

.file-input-wrapper label.file-input-wrapper-btn {
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.file-input-wrapper label.file-input-wrapper-btn {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.file-input-wrapper label.file-input-wrapper-btn:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.file-input-wrapper label.file-input-wrapper-file-name {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
}

.file-input-wrapper input[type=file] {
    display: none;
}

.file-input-wrapper .invalid-tooltip, .file-input-wrapper .valid-tooltip {
    top: 0px;
    left: 110px;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
}

/* Buttons */
.btn {
    text-transform: uppercase;
}

.btn-sm {
    padding: .05rem .25rem;
    min-width: 26px;
}

.btn + .btn {
    margin-left: 10px;
}

.input-group-append .btn.pull-right + .btn.pull-right {
    margin-left: 0;
}

div.pull-right .btn.pull-right + .btn.pull-right {
    margin-right: 10px;
    margin-left: 0;
}

.btn.pull-right + .btn.pull-right {
    margin-left: 10px;
}

.btn:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

/*
.btn-danger {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-shadow: none;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 1.3;
    background: none rgb(242, 101, 34);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

.btn-danger:hover {
    background-image: linear-gradient(rgb(187, 24, 19), rgb(215, 28, 22) 40%, rgb(231, 32, 26));
    filter: none;
    background-repeat: no-repeat;
}

.btn-default {
    background: rgba(209, 211, 212, 0.4) none;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    border: none;
    text-shadow: none;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 1.3;
}

/* Dashboard */
.dashboard-system-management-card {
    margin-top: 15px;
    padding: 15px 0 5px;
    /* border: solid 4px #00AEEF; */
    transition: .25s;

    /*border: none;*/
    border: solid 4px rgba(0, 174, 239, 0.498039);
    background: rgba(0, 174, 239, 0.2);
    border-radius: 4px;
    outline: none;
}

.dashboard-system-management-card:hover {
    cursor: pointer;
    background: #ffffff;
    color: #00aeef;
}

/* Misc */
.graph .panel-body {
    padding: 0;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 0;
}

.asset-legend {
    position: absolute;
    background-color: rgb(40, 47, 57);
}

.asset-legend-label {
    float: left;
    margin-right: 20px;
    color: rgb(209, 211, 212);
}

.asset-legend-icon {
    float: left;
    width: 12px;
    height: 12px;
    margin-top: 10px;
    margin-right: 10px;
}

.asset-legend-icon1 {
    background-color: rgba(15, 117, 255, 0.225);
    border: 1px solid rgb(15, 117, 255);
}

.asset-legend-icon2 {
    background-color: rgba(0, 255, 0, 0.225);
    border: 1px solid rgb(0, 255, 0);
}

.asset-legend-icon3 {
    background-color: rgba(0, 255, 255, 0.225);
    border: 1px solid rgb(0, 255, 255);
}

/* Highcharts */
.highcharts-background {
    fill: #282f39;
}

/*Extend the width by overriding the bootstrap 1200px CSS*/

@media (min-width: 992px) {
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1500px) {
    .modal-dialog {
        max-width: 720px;
        margin: 1.75rem auto;
    }

    .modal-xl {
        max-width: 1200px;
    }

    .modal-lg {
        max-width: 960px;
    }

    .modal-md {
        max-width: 720px;
    }

    .modal-sm {
        max-width: 480px;
    }
}

@media (min-width: 1500px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1500px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1500px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1500px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1500px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1500px) {
    .hidden-lg {
        display: none !important;
    }
}

  