@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");

.widget-toolbar-small {
    min-height: 35px;
    height: 35px;
}

.widget-toolbar-small h2 {
    font-size: 16px;
    line-height: 25px;
}

.data-site-navs {
    padding-right: 25px;
}

.chart-widget .chart-widget-toolbar {
    background: white;
    padding: 5px;
    border-bottom: 2px solid #eee;
}
input.grey-input {
    background: lightgray;
}

.widget-card {
    padding: 0;
    margin: 0;
}

.dm-weekend > td {
    background-color: #f0f4f8;
}

.table > tbody > tr.dm-month-boundary > td {
    border-top: 2px solid #aaa;
}

.table > tbody > tr.dm-month-boundary > td:nth-child(2)::before {
    content: attr(data-month-label);
    display: inline-block;
    position: absolute;
    top: -0.7em;
    left: 0;
    font-size: 0.75em;
    color: #999;
    background: #fff;
    padding: 0 4px;
}

.table > tbody > tr.dm-month-boundary > td:nth-child(2) {
    position: relative;
}

.table > tbody > tr.dm-summary-row > td,
.table > tfoot > tr.dm-summary-row > td {
    border-top: 2px solid #333;
    background-color: rgba(0, 0, 0, 0.06);
}

.dm-in-progress {
    opacity: 0.6;
    font-style: italic;
}

.dm-separator td {
    height: 1px;
    border-top: 1px dashed #ccc;
    padding: 0;
}

.dm-trend-up {
    color: green;
}

.dm-trend-down {
    color: red;
}

.dm-checkbox-cell {
    width: 2em;
}

md-list.md-dense.widget-device-list md-list-item::before {
    min-height: 0;
}

.md-widget-group {
    padding: 5px;
}

.md-button.md-widget {
    margin: 0px;
    padding: 0px;
    min-width: 40px;
    border-radius: 0px;
}

.custom-header-text {
    font-size: 14px;
    font-family: Roboto;
}

@-webkit-keyframes clignote {
    0% {
        box-shadow: 0px 0px 10px #EC2424;
    }

    50% {
        box-shadow: 0px 0px 0px #EC2424;
    }

    100% {
        box-shadow: 0px 0px 10px #EC2424;
    }
}

.whatsnew-btn {
    -webkit-animation-name: clignote;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
}

md-toolbar.md-has-open-menu {
    z-index: 2;
}

md-toolbar.custom-border {
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.horizontal-flex-overflow {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.header-search {
    min-width: 300px;
}

.black-icon md-icon {
    fill: rgba(0, 0, 0, 0.87) !important;
}

.blue-icon md-icon {
    fill: #0073c6 !important;
}

.group-actions-area.ng-hide-remove {
    -webkit-animation: fadeInDown 1s;
    animation: fadeInDown 1s;
}

.mathfield {
    border: 1px solid #ddd;
    padding: 5px;
    margin: 10px 0 10px 0;
    border-radius: 5px;
    background-color: #fff;
    font-size: 14pt;
}

.event-area-details.ng-hide-remove {
    -webkit-animation: fadeInDown 1s;
    animation: fadeInDown 1s;
}

.event-area.ng-hide-add {
    -webkit-animation: fadeInDown 0.5s reverse;
    animation: fadeInDown 0.5s reverse;
}

.quickActions {
    min-height: 280px;
    border: 1px;
    border-color: black;
    border-style: dotted;
}

.default-md-panel {
    min-height: 500px;
}

.default-dialog {
    background: white;
    border-radius: 4px;
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
    width: 600px;
}

.default-dialog-content {
    padding: 0 15px;
    width: 100%;
    max-height: 800px;
    overflow-y: auto;
}

    .default-dialog-content img {
        height: 300px;
        margin: auto;
    }

.default-dialog-button {
    width: 100%;
}

.default-menu-example {
    background: white;
    border-radius: 4px;
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
    width: 256px;
}

.default-menu-item {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 48px;
    padding: 0 16px;
    position: relative;
    transition: background 0.15s linear;
    width: auto;
}

    .default-menu-item:hover,
    .default-menu-item:focus {
        background-color: rgb(238, 238, 238);
    }

    .default-menu-item.selected {
        color: rgb(16, 108, 200);
    }

.list-item-release {
    height: 30px;
    min-height: 30px;
}

.list-item-feature {
    margin-left: 20px;
    height: 20px;
    min-height: 20px;
    margin-right: 10px;
}

.list-customMap {
    margin: 20px 20px 0px 20px;
}

.picture-overlay-container {
    position: relative;
}

#toast-container > div {
    opacity: 1;
}

.toast-info {
    background-color: rgb(0,115,198);
}

.toast-error {
    background-color: rgb(231,24,0);
}

.toast-success {
    background-color: rgb(98, 203, 49);
}

.toast-warning {
    background-color: #ffb606;
}

.picture-overlay .md-chips {
    box-shadow: none !important;
}

.picture-overlay {
    position: absolute;
    top: 3%;
    left: 5%;
    opacity: 0;
}

.picture-overlay-container:hover .picture-overlay {
    opacity: 1;
}

.view-creator-controls {
    margin-bottom: 12px;
}

.fixed-selector {
    position: fixed;
}

.selector-list {
    max-height: 60vh;
    overflow-y: scroll;
}

.g-recaptcha {
    margin-left: 38px;
    margin-bottom: 1em;
}

.white-background {
    background: white;
}

.announcements {
    width: 50%;
    overflow-y: auto;
    max-height: 44px;
    float: left;
}

    .announcements hr {
        margin: 3px 0;
    }

.view-list .panel:hover {
    border-color: black;
}

.view-list .panel-body {
    height: 326px;
    overflow-y: auto;
}

.view-period {
    margin-left: 5px;
    margin-bottom: 6px;
}

.view-list .table-condensed {
    font-size: 10px;
    margin-bottom: 0;
}

.selectdemoSelectHeader .demo-header-searchbox {
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    padding: 0;
}

.selectdemoSelectHeader .demo-select-header {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    padding-left: 16px;
    height: 48px;
    cursor: pointer;
    position: relative;
    display: flex;
    width: auto;
}



.selectdemoSelectHeader {
    max-height: 200px;
    min-height: 50px;
    width: 100px;
    margin: 5.9% 2.5% 2.5% 2.5%;
    box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 12%);
    max-width: 100%;
    min-width: 562px !important;
}

    .selectdemoSelectHeader md-input-container {
        min-width: 112px;
    }

.layout-align-center-center > * {
    width: 100% !important;
}

.table-curve-editor td, .table-curve-editor th {
    width: 180px;
    text-align: center;
    vertical-align: middle !important; /* There is a rule forcing v-align:top in tables.less that has a lot of specificity */
}

    .table-curve-editor td:last-child, .table-curve-editor th:last-child {
        width: 100px;
    }

.table.last-values {
    margin-bottom: 0;
}

    .table.last-values > tbody > tr > th, .table.last-values > tbody > tr > td {
        border-top: 0;
    }

.pointer-cursor {
    cursor: pointer;
}

.login-container.tighter-top {
    padding-top: 2em;
}

.config-container {
    padding-top: 10px;
}

    .config-container .container {
        width: initial;
        padding-bottom: 25px;
    }

    .config-container .form-group, .config-container .panel.panel-default {
        margin-bottom: 5px;
    }

.panel-body.panel-compact {
    padding: 10px 0 0;
}

input.disabled {
    background: lightgray;
}

.btn.btn-sm.error-button {
    border: 2px solid red;
    padding-top: 4px;
    padding-bottom: 4px;
}

.daily-inputs {
    display: inline-block;
    margin-bottom: 10px;
}

    .daily-inputs input {
        width: 6ex;
    }

.hour-minute-inputs {
    white-space: nowrap;
}

.solenoid-profile .form-group {
    margin-bottom: 0;
}

.solenoid-profile .profile-title {
    margin-top: 7px;
    margin-bottom: 5px;
}

.condition input:not([type=checkbox]) {
    width: 8ex;
}

.hour-minute-inputs input, .condition .hour-minute-inputs input {
    width: 6ex;
}

.condition .form-group {
    margin-bottom: 5px;
}

.condition-type {
    margin-bottom: 8px;
    text-align: center;
    font-weight: bold;
}

.cvlog-tz {
    margin-right: 10px;
    margin-top: 15px;
    text-align: center;
}

    .cvlog-tz select {
        width: 130px;
    }

    .cvlog-tz .panel-heading {
        padding: 8px 5px;
    }

    .cvlog-tz input, .cvlog-tz select {
        margin-bottom: 6px;
    }

.with-separator {
    border-left: 1px solid #eee;
}

.force-solenoid-group .action-separator {
    margin: 12px 5px 8px;
}

.action {
    margin-left: -11px;
}

.week-checkboxes {
    padding: 0 15px;
}

.or-action {
    font-size: small;
    margin-top: 2px;
}

.transfer-interval-group {
    margin-bottom: 0;
}

.daily-transfer-group div.checkbox {
    margin-top: 3px;
}

.force-solenoid-group hr {
    margin: 5px 0;
}

.faded {
    opacity: 0.5;
    color: #444;
}

.no-profiles {
    padding-left: 30px;
}

.inline-block {
    display: inline-block;
}

.well.bg-danger {
    background: #f9d9d9;
}

.hover-black:hover {
    color: black;
}

.navbar-logo {
    max-height: 48px;
    margin-right: 10px;
}

.nav-text-middle {
    vertical-align: middle;
    height: 48px;
    display: table-cell;
}

.config-qr-code {
    max-height: 135px;
}

.table-centered td, .table-centered th {
    vertical-align: middle;
    text-align: center;
}

.channel-checkbox input[type="checkbox"] {
    margin-top: 0;
}

.alert-active td {
    font-weight: bold;
}

.alert-inactive td {
    font-weight: lighter;
}

.alert-header th {
    text-align: center;
}

.table-condensed > tbody > tr.two-point-cal > td {
    padding: 0;
}

.form-horizontal .two-point-cal .checkbox {
    min-height: 0;
    padding: 0;
}

.record-list td:nth-child(1):not(.file-row), .record-list th:nth-child(1):not(.file-row) {
    width: 10%;
}

.record-list td:nth-child(2):not(.file-row), .record-list th:nth-child(2):not(.file-row) {
    width: 10%;
}

.record-list td:nth-child(3):not(.file-row), .record-list th:nth-child(3):not(.file-row) {
    width: 20%;
}

.record-list td:nth-child(4):not(.file-row), .record-list th:nth-child(4):not(.file-row) {
    width: 30%;
}

.record-list td:nth-child(5):not(.file-row), .record-list th:nth-child(5):not(.file-row) {
    width: 15%;
}

.record-list td:nth-child(6):not(.file-row), .record-list th:nth-child(6):not(.file-row) {
    width: 10%;
}

.record-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 150px;
    height: 150px;
    display: inline-block;
}

.main-rec-files {
    max-height: 200px;
    overflow-y: auto;
}

.main-images {
    margin-top: 3px;
    margin-right: 3px;
}

.file-list {
    vertical-align: top;
}

    .file-list .well {
        background: white;
    }

.table.record-book tbody tr.file-row {
    background: initial;
}

.form-group.no-margin-bottom {
    margin-bottom: 0;
}

.tab-like-control {
    background: #eaeaea;
    padding: 5px 8px 2px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tab-like-content {
    background: #eaeaea;
    padding: 4px 8px 5px 12px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.table.record-book tbody tr.file-row td {
    border-top: none;
}

.record-book > tbody:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}

.add-device-button {
    margin-left: 1ex;
    margin-bottom: 4px;
}

.remove-device-button {
    margin-top: 5px;
}

.recipient {
    margin-top: 3px;
    overflow-x: hidden;
    white-space: nowrap;
}

.single-input-centered {
    margin-top: 12px;
}

.data-condition {
    padding-top: 5px;
    padding-bottom: 5px;
}

    .data-condition .form-group {
        margin-bottom: 0;
    }

.data-condition-middle {
    border-left: 1px dotted darkgray;
    border-right: 1px dotted darkgray;
    padding-bottom: 12px;
}

.data-condition-top {
    padding-top: 3px;
    border-top: 1px dotted darkgray;
}

.data-condition-bottom {
    border-bottom: 1px dotted darkgray;
    padding-bottom: 3px;
}

.maintenance-alert {
    padding-top: 3px;
    padding-bottom: 3px;
}

.maintenance-alert-text {
    padding-top: 6px;
}

.maintenance-hint {
    margin-bottom: 25px;
}

md-input-container.external-label-field, .compact-inputs md-input-container.external-label-field {
    margin: 0;
}

/* VALIDATION ERROR */
.field-validation-error {
    color: #f00;
}

.validation-summary-errors {
    color: #f00;
    font-weight: bold
}

;
.input-validation-error {
    border: 2px solid #f00;
    background-color: #fee
}

input[type="checkbox"].input-validation-error {
    outline: 2px solid #f00;
}

/* MARGINS & PADDINGS */
.p-xxs {
    padding: 5px !important;
}

.p-xs {
    padding: 10px !important;
}

.p-sm {
    padding: 15px !important;
}

.p-m {
    padding: 20px !important;
}

.p-md {
    padding: 25px !important;
}

.p-lg {
    padding: 30px !important;
}

.p-xl {
    padding: 40px !important;
}

.m-xxs {
    margin: 2px 4px;
}

.m-xs {
    margin: 5px;
}

.m-sm {
    margin: 10px;
}

.m {
    margin: 15px;
}

.m-md {
    margin: 20px;
}

.m-lg {
    margin: 30px;
}

.m-xl {
    margin: 50px;
}

.m-n {
    margin: 0 !important;
}

.m-l-none {
    margin-left: 0;
}

.m-l-xs {
    margin-left: 5px;
}

.m-l-sm {
    margin-left: 10px;
}

.m-l {
    margin-left: 15px;
}

.m-l-md {
    margin-left: 20px;
}

.m-l-lg {
    margin-left: 30px;
}

.m-l-xl {
    margin-left: 40px;
}

.m-l-n-xxs {
    margin-left: -1px;
}

.m-l-n-xs {
    margin-left: -5px;
}

.m-l-n-sm {
    margin-left: -10px;
}

.m-l-n {
    margin-left: -15px;
}

.m-l-n-md {
    margin-left: -20px;
}

.m-l-n-lg {
    margin-left: -30px;
}

.m-l-n-xl {
    margin-left: -40px;
}

.m-t-none {
    margin-top: 0;
}

.m-t-xxs {
    margin-top: 1px;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t {
    margin-top: 15px;
}

.m-t-md {
    margin-top: 20px;
}

.m-t-lg {
    margin-top: 30px;
}

.m-t-xl {
    margin-top: 40px;
}

.m-t-xxl {
    margin-top: 50px;
}

.m-t-xxxl {
    margin-top: 60px;
}

.m-t-n-xxs {
    margin-top: -1px;
}

.m-t-n-xs {
    margin-top: -5px;
}

.m-t-n-sm {
    margin-top: -10px;
}

.m-t-n {
    margin-top: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-t-n-lg {
    margin-top: -30px;
}

.m-t-n-xl {
    margin-top: -40px;
}

.m-r-none {
    margin-right: 0;
}

.m-r-xxs {
    margin-right: 1px;
}

.m-r-xs {
    margin-right: 5px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-r {
    margin-right: 15px;
}

.m-r-md {
    margin-right: 20px;
}

.m-r-lg {
    margin-right: 30px;
}

.m-r-xl {
    margin-right: 40px;
}

.m-r-n-xxs {
    margin-right: -1px;
}

.m-r-n-xs {
    margin-right: -5px;
}

.m-r-n-sm {
    margin-right: -10px;
}

.m-r-n {
    margin-right: -15px;
}

.m-r-n-md {
    margin-right: -20px;
}

.m-r-n-lg {
    margin-right: -30px;
}

.m-r-n-xl {
    margin-right: -40px;
}

.m-b-none {
    margin-bottom: 0;
}

.m-b-xxs {
    margin-bottom: 1px;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b {
    margin-bottom: 15px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-b-lg {
    margin-bottom: 30px;
}

.m-b-xl {
    margin-bottom: 40px;
}

.m-b-n-xxs {
    margin-bottom: -1px;
}

.m-b-n-xs {
    margin-bottom: -5px;
}

.m-b-n-sm {
    margin-bottom: -10px;
}

.m-b-n {
    margin-bottom: -15px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-b-n-lg {
    margin-bottom: -30px;
}

.m-b-n-xl {
    margin-bottom: -40px;
}

.space-15 {
    margin: 15px 0;
}

.space-20 {
    margin: 20px 0;
}

.space-25 {
    margin: 25px 0;
}

.space-30 {
    margin: 30px 0;
}

.table > thead > tr > th {
    border-bottom: 1px solid #ddd;
}

body.modal-open, .none-padding-right {
    padding-right: 0 !important;
}

.h-modal-icon {
    font-size: 66px;
}

.inmodal .color-line {
    border-radius: 4px 4px 0 0;
}

.modal-content {
    border-radius: 5px;
    border: none;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
}

.modal-backdrop.in {
    opacity: 0.4;
}

.modal-backdrop {
    position: fixed;
    bottom: 0;
}

.report-btn {
    display: inline-block;
}

.modal-dialog {
    margin-top: 15px;
}

.modal-title {
    font-size: 30px;
    font-weight: 300;
}

.modal-header {
    padding: 20px 30px;
    background: #f7f9fa;
}

.modal-body {
    padding: 20px 30px;
}

.modal-header small {
    color: #9d9fa2;
}

.modal-footer {
    background: #f7f9fa;
}

.hmodal-info .color-line {
    background: #3498db;
}

.hmodal-warning .color-line {
    background: #ffb606;
}

.hmodal-success .color-line {
    background: #62cb31;
}

.hmodal-danger .color-line {
    background: #c0392b;
}

.hmodal-info h4.modal-title {
    color: #3498db;
}

.hmodal-warning h4.modal-title {
    color: #ffb606;
}

.hmodal-success h4.modal-title {
    color: #62cb31;
}

.hmodal-danger h4.modal-title {
    color: #c0392b;
}
/* Progress bar */
.progress {
    border-radius: 2px;
    margin-bottom: 10px;
}

.progress-bar {
    background-color: #f1f3f6;
    text-align: right;
    padding-right: 10px;
    color: #6a6c6f;
}

.progress-small,
.progress-small .progress-bar {
    height: 10px;
}

.progress-bar-success {
    border-right: 4px solid #58b62c;
}

.progress-bar-info {
    border-right: 4px solid #258cd1;
}

.progress-bar-warning {
    border-right: 4px solid #eba600;
}

.progress-bar-danger {
    border-right: 4px solid #e43725;
}

.full .progress-bar-success {
    background-color: #62cb31;
    border-right: 4px solid #58b62c;
}

.full .progress-bar-info {
    background-color: #3498db;
    border-right: 4px solid #258cd1;
}

.full .progress-bar-warning {
    background-color: #ffb606;
    border-right: 4px solid #eba600;
}

.full .progress-bar-danger {
    background-color: #e74c3c;
    border-right: 4px solid #e43725;
}

.full .progress-bar {
    color: #ffffff;
}

body.blank {
    background-color: #f1f3f6;
}

.login-container {
    max-width: 420px;
    margin: auto;
    padding-top: 20px;
}

.account-created {
    margin-top: 50px;
}

.login-container.account-created {
    max-width: 500px;
}

.register-container {
    max-width: 720px;
    margin: auto;
    padding-top: 6%;
}

.lock-container {
    max-width: 420px;
    margin: auto;
    padding-top: 6%;
}

.error-container {
    max-width: 620px;
    margin: auto;
    padding-top: 6%;
}

.big-icon {
    font-size: 120px;
}

.error-container h1 {
    font-size: 44px;
}

.back-link {
    float: left;
    width: 100%;
    margin: 10px;
}

@media (max-width: 420px) {
    .login-container,
    .lock-container {
        margin: auto 10px;
    }
}

@media (max-width: 720px) {
    .register-container {
        margin: auto 10px;
    }

    .lock-container {
        padding-top: 15%;
    }
}

@media (max-width: 620px) {
    .error-container {
        margin: auto 10px;
    }
}

.vertical-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 98%;
    margin: 0 auto;
}

    .vertical-container::after {
        /* clearfix */
        content: '';
        display: table;
        clear: both;
    }

.v-timeline {
    position: relative;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

    .v-timeline::before {
        content: '';
        position: absolute;
        top: 0;
        left: 18px;
        height: 100%;
        width: 4px;
        background: #e8ebf0;
    }

.close {
    opacity: initial !important;
    color: white !important;
}

@media only screen and (min-width: 768px) {
    .vertical-timeline-content h2 {
        font-size: 18px;
    }

    .vertical-timeline-content p {
        font-size: 13px;
    }
}

.note-editor {
    border: 1px solid #e4e5e7;
}

    .note-editor .note-toolbar {
        border-bottom: 1px solid #e4e5e7;
    }

    .note-editor .btn-default {
        border-color: #e4e5e7;
    }

.ngHeaderCell {
    border-right: none;
    border-bottom: 1px solid #e4e5e7;
}

.ngCell {
    border-right: none;
}

.ngTopPanel {
    background: #fff;
}

.ngRow.even {
    background: #f9f9f9;
}

.ngRow.selected {
    background: #e5e8ee;
}

.ngRow {
    border-bottom: 1px solid #e4e5e7;
}

.ngCell {
    background-color: transparent;
}

.ngHeaderCell {
    border-right: none;
}

.gridStyle {
    border: 1px solid #e4e5e7;
    height: 400px;
}

.show-grid [class^="col-"] {
    background-color: #f1f3f6 !important;
    border: 1px solid #ddd;
    padding-bottom: 10px;
    padding-top: 10px;
}

.show-grid {
    margin: 15px 0;
}

.dropdown-menu.hdropdown {
    padding: 0;
    z-index: 1060;
}

    .dropdown-menu.hdropdown .title {
        padding: 12px 12px;
        text-align: center;
        border-bottom: 1px solid #e4e5e7;
    }

    .dropdown-menu.hdropdown li {
        padding: 6px 12px;
        text-align: left;
        background: #fafbfc;
        border-bottom: 1px solid #e4e5e7;
    }

.dropdown-menu.filedropdown li {
    padding: 6px 6px;
    text-align: left;
    background: #fafbfc;
    border-bottom: 1px solid #e4e5e7;
}

    .dropdown-menu.filedropdown li i {
        margin-right: 10px;
    }

.dropdown-menu.hdropdown.notification li {
    padding: 12px 12px;
}

    .dropdown-menu.hdropdown.notification li .label {
        margin-right: 10px;
    }

.dropdown-menu.hdropdown li > a:hover,
.dropdown-menu.filedropdown li > a:hover {
    background: inherit;
}

.dropdown-menu.hdropdown li:hover,
.dropdown-menu.filedropdown li:hover {
    background: #f1f3f6;
}

.dropdown-menu.hdropdown li.summary {
    padding: 6px 12px;
    text-align: center;
    background: #fff;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav .open > a,
.navbar-nav .open > a:hover,
.navbar-nav .open > a:focus {
    color: inherit;
    background: #f7f8fa;
    border-bottom: 1px solid #e4e5e7;
}

.header-line {
    height: 6px;
    width: 10%;
    float: left;
    margin: 0;
    position: relative;
}

    .header-line div {
        position: absolute;
        top: 70px;
        left: 15px;
        font-weight: 600;
        color: #fff;
    }

        .header-line div span {
            font-weight: 400;
            display: block;
            font-size: 12px;
            color: rgba(255, 255, 255, 0.6);
        }

.color-demo .header-line {
    height: 118px;
}

    .color-demo .header-line:after {
        display: block;
        position: absolute;
        top: 0;
        background: rgba(0, 0, 0, 0.2);
        content: '';
        height: 10px;
        width: 100%;
    }
/* Buttons */
.btn {
    border-radius: 3px;
}

.float-e-margins .btn {
    margin-bottom: 5px;
}

.btn-primary.btn-outline {
    color: #34495e;
}

.btn-primary2.btn-outline {
    color: #9b59b6;
}

.btn-success.btn-outline {
    color: #62cb31;
}

.btn-info.btn-outline {
    color: #3498db;
}

.btn-warning.btn-outline {
    color: #ffb606;
}

.btn-warning2.btn-outline {
    color: #e67e22;
}

.btn-danger.btn-outline {
    color: #e74c3c;
}

.btn-danger2.btn-outline {
    color: #c0392b;
}

.btn-primary.material {
    color: rgba(255,255,255,0.87);
    background-color: rgb(0,115,198);
    border-color: initial;
}

    .btn-primary.material:hover {
        color: rgba(255,255,255,0.87);
        background-color: rgb(0,115,198);
        border-color: initial;
    }

.btn-danger.material {
    color: rgba(255,255,255,0.87);
    background-color: rgb(231,24,0);
    border-color: initial;
}

    .btn-danger.material:hover {
        color: rgba(255,255,255,0.87);
        background-color: rgb(231,24,0);
        border-color: initial;
    }


.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.btn-primary {
    background-color: #34495e;
    border-color: #34495e;
    color: #FFFFFF;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-color: #3f5872;
        border-color: #3f5872;
        color: #FFFFFF;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

        .btn-primary.disabled,
        .btn-primary.disabled:hover,
        .btn-primary.disabled:focus,
        .btn-primary.disabled:active,
        .btn-primary.disabled.active,
        .btn-primary[disabled],
        .btn-primary[disabled]:hover,
        .btn-primary[disabled]:focus,
        .btn-primary[disabled]:active,
        .btn-primary.active[disabled],
        fieldset[disabled] .btn-primary,
        fieldset[disabled] .btn-primary:hover,
        fieldset[disabled] .btn-primary:focus,
        fieldset[disabled] .btn-primary:active,
        fieldset[disabled] .btn-primary.active {
            background-color: #293a4a;
            border-color: #293a4a;
        }

.btn-primary2 {
    background-color: #9b59b6;
    border-color: #9b59b6;
    color: #FFFFFF;
}

    .btn-primary2:hover,
    .btn-primary2:focus,
    .btn-primary2:active,
    .btn-primary2.active,
    .open .dropdown-toggle.btn-primary2 {
        background-color: #a86ebf;
        border-color: #a86ebf;
        color: #FFFFFF;
    }

    .btn-primary2:active,
    .btn-primary2.active,
    .open .dropdown-toggle.btn-primary2 {
        background-image: none;
    }

        .btn-primary2.disabled,
        .btn-primary2.disabled:hover,
        .btn-primary2.disabled:focus,
        .btn-primary2.disabled:active,
        .btn-primary2.disabled.active,
        .btn-primary2[disabled],
        .btn-primary2[disabled]:hover,
        .btn-primary2[disabled]:focus,
        .btn-primary2[disabled]:active,
        .btn-primary2.active[disabled],
        fieldset[disabled] .btn-primary2,
        fieldset[disabled] .btn-primary2:hover,
        fieldset[disabled] .btn-primary2:focus,
        fieldset[disabled] .btn-primary2:active,
        fieldset[disabled] .btn-primary2.active {
            background-color: #8c49a7;
            border-color: #8c49a7;
        }

.btn-success {
    background-color: #62cb31;
    border-color: #62cb31;
    color: #FFFFFF;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        background-color: #74d348;
        border-color: #74d348;
        color: #FFFFFF;
    }

    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        background-image: none;
    }

        .btn-success.disabled,
        .btn-success.disabled:hover,
        .btn-success.disabled:focus,
        .btn-success.disabled:active,
        .btn-success.disabled.active,
        .btn-success[disabled],
        .btn-success[disabled]:hover,
        .btn-success[disabled]:focus,
        .btn-success[disabled]:active,
        .btn-success.active[disabled],
        fieldset[disabled] .btn-success,
        fieldset[disabled] .btn-success:hover,
        fieldset[disabled] .btn-success:focus,
        fieldset[disabled] .btn-success:active,
        fieldset[disabled] .btn-success.active {
            background-color: #56b22b;
            border-color: #56b22b;
        }

.btn-info {
    background-color: #3498db;
    border-color: #3498db;
    color: #FFFFFF;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info.active,
    .open .dropdown-toggle.btn-info {
        background-color: #4ea5e0;
        border-color: #4ea5e0;
        color: #FFFFFF;
    }

    .btn-info:active,
    .btn-info.active,
    .open .dropdown-toggle.btn-info {
        background-image: none;
    }

        .btn-info.disabled,
        .btn-info.disabled:hover,
        .btn-info.disabled:focus,
        .btn-info.disabled:active,
        .btn-info.disabled.active,
        .btn-info[disabled],
        .btn-info[disabled]:hover,
        .btn-info[disabled]:focus,
        .btn-info[disabled]:active,
        .btn-info.active[disabled],
        fieldset[disabled] .btn-info,
        fieldset[disabled] .btn-info:hover,
        fieldset[disabled] .btn-info:focus,
        fieldset[disabled] .btn-info:active,
        fieldset[disabled] .btn-info.active {
            background-color: #2489cc;
            border-color: #2489cc;
        }

.btn-default {
    background-color: #fff;
    border-color: #e4e5e7;
    color: #6a6c6f;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        background-color: #fff;
        border-color: #d9dbdd;
        color: #606265;
    }

    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        background-image: none;
    }

        .btn-default.disabled,
        .btn-default.disabled:hover,
        .btn-default.disabled:focus,
        .btn-default.disabled:active,
        .btn-default.disabled.active,
        .btn-default[disabled],
        .btn-default[disabled]:hover,
        .btn-default[disabled]:focus,
        .btn-default[disabled]:active,
        .btn-default.active[disabled],
        fieldset[disabled] .btn-default,
        fieldset[disabled] .btn-default:hover,
        fieldset[disabled] .btn-default:focus,
        fieldset[disabled] .btn-default:active,
        fieldset[disabled] .btn-default.active {
            background-color: #e4ebee;
            border-color: #e4ebee;
        }

.btn-warning {
    background-color: #ffb606;
    border-color: #ffb606;
    color: #FFFFFF;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning {
        background-color: #ffbf25;
        border-color: #ffbf25;
        color: #FFFFFF;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning {
        background-image: none;
    }

        .btn-warning.disabled,
        .btn-warning.disabled:hover,
        .btn-warning.disabled:focus,
        .btn-warning.disabled:active,
        .btn-warning.disabled.active,
        .btn-warning[disabled],
        .btn-warning[disabled]:hover,
        .btn-warning[disabled]:focus,
        .btn-warning[disabled]:active,
        .btn-warning.active[disabled],
        fieldset[disabled] .btn-warning,
        fieldset[disabled] .btn-warning:hover,
        fieldset[disabled] .btn-warning:focus,
        fieldset[disabled] .btn-warning:active,
        fieldset[disabled] .btn-warning.active {
            background-color: #e6a300;
            border-color: #e6a300;
        }

.btn-warning2 {
    background-color: #e67e22;
    border-color: #e67e22;
    color: #FFFFFF;
}

    .btn-warning2:hover,
    .btn-warning2:focus,
    .btn-warning2:active,
    .btn-warning2.active,
    .open .dropdown-toggle.btn-warning2 {
        background-color: #e98e3d;
        border-color: #e98e3d;
        color: #FFFFFF;
    }

    .btn-warning2:active,
    .btn-warning2.active,
    .open .dropdown-toggle.btn-warning2 {
        background-image: none;
    }

        .btn-warning2.disabled,
        .btn-warning2.disabled:hover,
        .btn-warning2.disabled:focus,
        .btn-warning2.disabled:active,
        .btn-warning2.disabled.active,
        .btn-warning2[disabled],
        .btn-warning2[disabled]:hover,
        .btn-warning2[disabled]:focus,
        .btn-warning2[disabled]:active,
        .btn-warning2.active[disabled],
        fieldset[disabled] .btn-warning2,
        fieldset[disabled] .btn-warning2:hover,
        fieldset[disabled] .btn-warning2:focus,
        fieldset[disabled] .btn-warning2:active,
        fieldset[disabled] .btn-warning2.active {
            background-color: #d26f18;
            border-color: #d26f18;
        }

.btn-danger {
    background-color: #e74c3c;
    border-color: #e74c3c;
    color: #FFFFFF;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        background-color: #ea6557;
        border-color: #ea6557;
        color: #FFFFFF;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        background-image: none;
    }

        .btn-danger.disabled,
        .btn-danger.disabled:hover,
        .btn-danger.disabled:focus,
        .btn-danger.disabled:active,
        .btn-danger.disabled.active,
        .btn-danger[disabled],
        .btn-danger[disabled]:hover,
        .btn-danger[disabled]:focus,
        .btn-danger[disabled]:active,
        .btn-danger.active[disabled],
        fieldset[disabled] .btn-danger,
        fieldset[disabled] .btn-danger:hover,
        fieldset[disabled] .btn-danger:focus,
        fieldset[disabled] .btn-danger:active,
        fieldset[disabled] .btn-danger.active {
            background-color: #e43321;
            border-color: #e43321;
        }

.btn-danger2 {
    background-color: #c0392b;
    border-color: #c0392b;
    color: #FFFFFF;
}

    .btn-danger2:hover,
    .btn-danger2:focus,
    .btn-danger2:active,
    .btn-danger2.active,
    .open .dropdown-toggle.btn-danger2 {
        background-color: #d24637;
        border-color: #d24637;
        color: #FFFFFF;
    }

    .btn-danger2:active,
    .btn-danger2.active,
    .open .dropdown-toggle.btn-danger2 {
        background-image: none;
    }

        .btn-danger2.disabled,
        .btn-danger2.disabled:hover,
        .btn-danger2.disabled:focus,
        .btn-danger2.disabled:active,
        .btn-danger2.disabled.active,
        .btn-danger2[disabled],
        .btn-danger2[disabled]:hover,
        .btn-danger2[disabled]:focus,
        .btn-danger2[disabled]:active,
        .btn-danger2.active[disabled],
        fieldset[disabled] .btn-danger2,
        fieldset[disabled] .btn-danger2:hover,
        fieldset[disabled] .btn-danger2:focus,
        fieldset[disabled] .btn-danger2:active,
        fieldset[disabled] .btn-danger2.active {
            background-color: #a73225;
            border-color: #a73225;
        }

.btn-link {
    color: inherit;
}

    .btn-link:hover,
    .btn-link:focus,
    .btn-link:active,
    .btn-link.active,
    .open .dropdown-toggle.btn-link {
        color: #6a6c6f;
    }

    .btn-link:active,
    .btn-link.active,
    .open .dropdown-toggle.btn-link {
        background-image: none;
    }

        .btn-link.disabled,
        .btn-link.disabled:hover,
        .btn-link.disabled:focus,
        .btn-link.disabled:active,
        .btn-link.disabled.active,
        .btn-link[disabled],
        .btn-link[disabled]:hover,
        .btn-link[disabled]:focus,
        .btn-link[disabled]:active,
        .btn-link.active[disabled],
        fieldset[disabled] .btn-link,
        fieldset[disabled] .btn-link:hover,
        fieldset[disabled] .btn-link:focus,
        fieldset[disabled] .btn-link:active,
        fieldset[disabled] .btn-link.active {
            color: #9d9fa2;
        }

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-xs {
    border-radius: 3px;
    font-size: 11px;
    line-height: 1.5;
    padding: 1px 7px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

    .btn-circle.btn-xs {
        width: 20px;
        height: 20px;
        padding: 4px 8px;
        border-radius: 25px;
        font-size: 10px;
        line-height: 1;
    }

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        border-radius: 25px;
        font-size: 18px;
        line-height: 1.33;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        border-radius: 35px;
        font-size: 24px;
        line-height: 1.33;
    }
/* Fonts */
.font-light {
    font-weight: 300;
}

.font-normal {
    font-weight: 400;
}

.font-bold {
    font-weight: 600;
}

.font-extra-bold {
    font-weight: 700;
}

.font-uppercase {
    text-transform: uppercase;
}

.font-trans {
    opacity: 0.5 !important;
}

.text-big {
    font-size: 60px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 200;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-green,
    .iradio_square-green {
        background-image: url("img/green@2x.png");
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}
/* Layout */
html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden !important;
}

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #f1f3f6;
    font-size: 13px;
    color: #6a6c6f;
}

.copyright {
    margin-top: 20px;
}

.content-boxed {
    max-width: 1100px;
    margin: auto;
    padding-top: 60px;
}

#page-header {
    padding: 20px 40px;
}

.color-line {
    background: #1e7ebf;
    height: 6px;
}

.fixed-footer .footer {
    position: fixed;
    z-index: 1001;
    bottom: 0;
    left: 181px;
    right: 0;
}

.fixed-footer.hide-sidebar .footer {
    left: 0;
}

@media (max-width: 768px) {
    .fixed-footer .footer {
        left: 0;
    }

    .fixed-footer.show-sidebar .footer {
        left: 181px;
    }
}

#right-sidebar {
    background-color: #fff;
    border-left: 1px solid #e4e5e7;
    position: fixed;
    top: 0;
    width: 260px !important;
    z-index: 1009;
    bottom: 0;
    right: 0;
    display: none;
    overflow: auto;
}

    #right-sidebar.sidebar-open {
        display: block;
    }


.boxed {
    background-color: #ffffff;
}

    .boxed .profile-picture {
        background-color: white;
    }

    .boxed .boxed-wrapper {
        display: block;
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.55);
        -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.55);
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.55);
    }
/* Lists */
.list .list-item-container {
    float: left;
}

.list-item-container div:first-child {
    border-top: none;
}

.list .list-item .list-item-content p {
    margin-bottom: 3px;
    margin-top: 0;
}

.list .list-item-date {
    color: #AAAAAA;
    font-size: 10px;
    text-align: center;
}

.list .list-item {
    float: left;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #e4e5e7;
}

.list .list-item-container-small {
    min-width: 80px;
    text-align: center;
}

.list .list-item .list-item-content .list-item-right {
    height: 100%;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.list .list-item .list-item-content h1,
.list .list-item .list-item-content h2,
.list .list-item .list-item-content h3,
.list .list-item .list-item-content h4,
.list .list-item .list-item-content h5,
.list .list-item .list-item-content h6,
.list .list-item .list-item-content .list-item-title {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}
/* Panels */
.hpanel > .panel-heading {
    color: inherit;
    font-weight: 600;
    padding: 10px 4px;
    transition: all .3s;
    border: 1px solid transparent;
}

.hpanel .hbuilt.panel-heading {
    border-bottom: none;
}

.hpanel > .panel-footer,
.hpanel > .panel-section {
    color: inherit;
    border: 1px solid #e4e5e7;
    border-top: none;
    font-size: 90%;
    background: #f7f9fa;
    padding: 10px 15px;
}

.hpanel.panel-collapse > .panel-heading,
.hpanel .hbuilt {
    background: #fff;
    border-color: #e4e5e7;
    border: 1px solid #e4e5e7;
    padding: 10px 10px;
    border-radius: 2px;
}

.hpanel .panel-body {
    background: #fff;
    border: 1px solid #e4e5e7;
    border-radius: 2px;
    padding: 20px;
    position: relative;
}

.hpanel.panel-group .panel-body:first-child {
    border-top: 1px solid #e4e5e7;
}

.hpanel.panel-group .panel-body {
    border-top: none;
}

.panel-collapse .panel-body {
    border: none;
}

.hpanel {
    background-color: none;
    border: none;
    box-shadow: none;
    margin-bottom: 25px;
}

.panel-tools {
    display: inline-block;
    float: right;
    margin-top: 0;
    padding: 0;
    position: relative;
}

.hpanel .alert {
    margin-bottom: 0;
    border-radius: 0;
    border: 1px solid #e4e5e7;
    border-bottom: none;
}

.panel-tools a {
    margin-left: 5px;
    color: #9d9fa2;
    cursor: pointer;
}

.hpanel.hgreen .panel-body {
    border-top: 2px solid #62cb31;
}

.hpanel.hblue .panel-body {
    border-top: 2px solid #3498db;
}

.hpanel.hyellow .panel-body {
    border-top: 2px solid #ffb606;
}

.hpanel.hviolet .panel-body {
    border-top: 2px solid #9b59b6;
}

.hpanel.horange .panel-body {
    border-top: 2px solid #e67e22;
}

.hpanel.hred .panel-body {
    border-top: 2px solid #e74c3c;
}

.hpanel.hreddeep .panel-body {
    border-top: 2px solid #c0392b;
}

.hpanel.hnavyblue .panel-body {
    border-top: 2px solid #34495e;
}

.hpanel.hbggreen .panel-body {
    background: #62cb31;
    color: #fff;
    border: none;
}

.hpanel.hbgblue .panel-body {
    background: #3498db;
    color: #fff;
    border: none;
}

.hpanel.hbgyellow .panel-body {
    background: #ffb606;
    color: #fff;
    border: none;
}

.hpanel.hbgviolet .panel-body {
    background: #9b59b6;
    color: #fff;
    border: none;
}

.hpanel.hbgorange .panel-body {
    background: #e67e22;
    color: #fff;
    border: none;
}

.hpanel.hbgred .panel-body {
    background: #e74c3c;
    color: #fff;
    border: none;
}

.hpanel.hbgreddeep .panel-body {
    background: #c0392b;
    color: #fff;
    border: none;
}

.hpanel.hbgnavyblue .panel-body {
    background: #34495e;
    color: #fff;
    border: none;
}

.panel-group .panel-heading {
    background-color: #f7f9fa;
}

.small-header .hpanel {
    margin-bottom: 0;
}

.small-header {
    padding: 0 !important;
}

    .small-header .panel-body {
        padding: 15px 25px;
        border-right: none;
        border-left: none;
        border-top: none;
        border-radius: 0;
    }

.panel-body h5,
.panel-body h4 {
    font-weight: 600;
}

.small-header .panel-body h2 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 0 0;
}

.small-header .panel-body small {
    color: #838589;
}

.hbreadcrumb {
    padding: 2px 0px;
    margin-top: 6px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #fff;
    font-size: 11px;
}

    .hbreadcrumb > li {
        display: inline-block;
    }

        .hbreadcrumb > li + li:before {
            padding: 0 5px;
            color: #34495e;
        }

    .hbreadcrumb > .active {
        color: #9d9fa2;
    }

.wrapper {
    padding: 10px 20px;
}

.hpanel.collapsed .panel-body,
.hpanel.collapsed .panel-footer {
    display: none;
}

.hpanel.collapsed .fa.fa-chevron-up:before {
    content: "\f078";
}

.hpanel.collapsed .fa.fa-chevron-down:before {
    content: "\f077";
}

.hpanel.collapsed.panel-collapse .panel-body {
    border-width: 0 1px 1px 1px;
    border-color: #e4e5e7;
    border-style: solid;
}

.hpanel.collapsed .hbuilt.panel-heading {
    border-bottom: 1px solid #e4e5e7;
}

body.fullscreen-panel-mode {
    overflow-y: hidden;
}

.hpanel.fullscreen {
    z-index: 2030;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    margin-bottom: 0;
}

    .hpanel.fullscreen .showhide {
        display: none;
    }

    .hpanel.fullscreen .panel-body {
        min-height: calc(100% - 77px);
    }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: 1px solid #e4e5e7;
    border-bottom-color: transparent;
}

.nav-tabs {
    border-bottom: 1px solid #e4e5e7;
}

.tab-pane .panel-body {
    border-top: none;
}

    .tab-pane .panel-body .panel-body {
        /* Reenable border-top for nested panels inside a tab */
        border-top: 1px solid #e4e5e7;
    }

.tabs-left .tab-pane .panel-body,
.tabs-right .tab-pane .panel-body {
    border-top: 1px solid #e4e5e7;
}

.nav-tabs > li a:hover {
    background: transparent;
    border-color: transparent;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tabs-left .panel-body {
    position: static;
}

.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
    width: 20%;
}

.tabs-left .panel-body {
    width: 80%;
    margin-left: 20%;
}

.tabs-right .panel-body {
    width: 80%;
    margin-right: 20%;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #e4e5e7;
}

    .tabs-below > .nav-tabs > li {
        margin-top: -1px;
        margin-bottom: 0;
    }

        .tabs-below > .nav-tabs > li > a {
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
        }

            .tabs-below > .nav-tabs > li > a:hover,
            .tabs-below > .nav-tabs > li > a:focus {
                border-top-color: #e4e5e7;
                border-bottom-color: transparent;
            }

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

    .tabs-left > .nav-tabs > li > a,
    .tabs-right > .nav-tabs > li > a {
        min-width: 74px;
        margin-right: 0;
        margin-bottom: 3px;
    }

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
}

    .tabs-left > .nav-tabs > li > a {
        margin-right: -1px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

    .tabs-left > .nav-tabs .active > a,
    .tabs-left > .nav-tabs .active > a:hover,
    .tabs-left > .nav-tabs .active > a:focus {
        border-color: #e4e5e7 transparent #e4e5e7 #e4e5e7;
        *border-right-color: #ffffff;
    }

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
}

    .tabs-right > .nav-tabs > li > a {
        margin-left: -1px;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
    }

        .tabs-right > .nav-tabs > li > a:hover,
        .tabs-right > .nav-tabs > li > a:focus {
            border-color: #eeeeee #eeeeee #eeeeee #dddddd;
        }

    .tabs-right > .nav-tabs .active > a,
    .tabs-right > .nav-tabs .active > a:hover,
    .tabs-right > .nav-tabs .active > a:focus {
        border-color: #e4e5e7 #e4e5e7 #e4e5e7 transparent;
        *border-left-color: #ffffff;
        z-index: 1;
    }

.tooltip-inner {
    background-color: #34495e;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #34495e;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #34495e;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #34495e;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #34495e;
}
/* Opacity */
.opacity-0 {
    opacity: 0;
}

.opacity-1 {
    opacity: 1;
}
/* Google Maps */
.google-map {
    height: 300px;
}

.hr-line-dashed {
    background-color: transparent;
    border-top: 1px dotted #f1f3f6;
    color: transparent;
    height: 1px;
    margin: 20px 0;
}
/* Mixin */
.animated-panel {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/* Color */
.h-bg-navy-blue {
    background: #34495e;
}

.h-bg-violet {
    background: #9b59b6;
}

.h-bg-blue {
    background: #3498db;
}

.h-bg-green {
    background: #62cb31;
}

.h-bg-yellow {
    background: #ffb606;
}

.h-bg-orange {
    background: #e67e22;
}

.h-bg-red {
    background: #e74c3c;
}

.h-bg-red-deep {
    background: #c0392b;
}

.text-primary {
    color: #34495e;
}

.text-primary-2 {
    color: #9b59b6;
}

.text-info {
    color: #3498db;
}

.text-success {
    color: #62cb31;
}

.text-warning {
    color: #ffb606;
}

.text-danger {
    color: #e74c3c;
}

.text-white {
    color: #fff;
}

.border-top {
    border-top: 1px solid #e4e5e7;
}

.border-bottom {
    border-bottom: 1px solid #e4e5e7;
}

.border-right {
    border-right: 1px solid #e4e5e7;
}

.border-left {
    border-left: 1px solid #e4e5e7;
}

.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
/* Inputs */
.has-warning .form-control,
.has-error .form-control,
.has-success .form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.has-error .form-control, .form-control.ng-invalid, .condition .ng-invalid {
    border-color: #d62c1a !important;
}

.has-warning .form-control {
    border-color: #d29400 !important;
}

.has-success .form-control {
    border-color: #4ea227 !important;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #d62c1a;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #d29400;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #4ea227;
}
/* Backgrounds */
.bg-white {
    background-color: #fff;
}

.bg-light-soft {
    background-color: #f1f3f6;
}

.bg-light {
    background-color: #f7f9fa;
}
/* Slider */
#logo {
    float: left;
    background-color: #34495e;
    padding: 14px 10px;
    max-height: 56px;
    text-align: center;
}

.header-logo {
    max-width: 162px;
}

.login-logo {
    max-width: 430px;
}

.login-margin {
    margin-top: 90px;
}

#logo span {
    font-weight: 600;
    color: #fff;
    font-size: 14px;
}

#logo.light-version {
    background-color: #f7f9fa;
    border-bottom: 1px solid #e4e5e7;
    text-align: center;
}

    #logo.light-version.landmark-staging {
        background-color: red;
    }

    #logo.light-version.landmark-debug {
        background-color: yellow;
    }

    #logo.light-version span {
        font-weight: 600;
        color: #34495e;
        font-size: 14px;
    }

.profile-picture {
    padding: 20px 20px;
    text-align: center;
}

.stats-box div {
    display: inline-block;
    vertical-align: middle;
}

.stats-label {
    line-height: 1.2;
}

    .stats-label small {
        font-size: 80%;
        line-height: 0.6;
    }

.stats-box-value {
    background: #ffffff;
}

.stats-box-detail {
    background: #34495e;
    color: #fff;
    position: relative;
}
/* Labels */
.label-menu-corner .label {
    font-size: 10px;
    line-height: 12px;
    padding: 2px 5px;
    position: absolute;
    right: 18px;
    top: 12px;
}
/* Menu */
.menu {
    width: 200px;
}

.icons-menu {
    width: 80px;
}

#side-menu {
}

#side-menu md-icon {
    margin-right: 10px;
}

    #side-menu li a {
        color: #6a6c6f;
        text-transform: uppercase;
        font-weight: 700;
        padding: 15px 20px;
    }

    #side-menu li {
        border-bottom: 1px solid #e4e5e7;
    }

        #side-menu li:last-child {
            border-bottom: none;
        }

        #side-menu li:first-child {
            border-top: 1px solid #e4e5e7;
        }

        #side-menu li.active a,
        #side-menu li:hover a {
            color: #1e7ebf;
        }

        #side-menu li.active md-icon,
        #side-menu li:hover md-icon {
            color: #1e7ebf;
        }

        #side-menu li .nav-second-level li a {
            padding: 10px 10px 10px 30px;
            color: #6a6c6f;
            text-transform: none;
            font-weight: 600;
        }

        #side-menu li .nav-second-level li.active a {
            color: #34495e;
            background-color: #f7f9fa;
        }

    #side-menu.nav > li > a:hover,
    #side-menu.nav > li > a:focus {
        background: #fff;
    }

    #side-menu li.active {
        background: #fff;
    }

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}

#top-navigation {
    height: 44px;
    position: relative;
    float: left;
}

.navbar-static-top {
    margin: 0 0 0 180px;
}

.navbar.navbar-static-top a,
.nav.navbar-nav li a {
    color: #9d9fa2;
}

.header-link {
    padding: 12px 18px;
    font-size: 14px;
    float: left;
    border-right: 1px solid #e4e5e7;
    border-left: 1px solid #e4e5e7;
    background: #f7f9fa;
    cursor: pointer;
}

    .header-link:hover {
        background: #f1f4f6;
    }

.navbar-nav > li,
.navbar-nav > li > a {
    height: 44px;
}

    .navbar-nav > li > a {
        padding: 10px 20px;
        font-size: 25px;
    }

    .navbar-nav > li:last-child > a {
        padding-right: 35px;
    }

.navbar.navbar-static-top .hide-menu {
    color: #9d9fa2;
}

.panel-title {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
/* Box */
.box {
    padding: 40px;
}

.box-rb-border {
    border-right: 1px solid #e4e5e7;
    border-bottom: 1px solid #e4e5e7;
}

.box-b-border {
    border-bottom: 1px solid #e4e5e7;
}

.box-r-border {
    border-right: 1px solid #e4e5e7;
}
/* Height */
.h-100 {
    min-height: 100px;
}

.h-150 {
    min-height: 150px;
}

.h-200 {
    min-height: 200px;
}

.h-300 {
    min-height: 300px;
}

.h-400 {
    min-height: 400px;
}

.h-500 {
    min-height: 500px;
}

.h-600 {
    min-height: 600px;
}

a {
    cursor: pointer;
    color: #34495e;
}

    a:hover,
    a:focus {
        color: #34495e;
        text-decoration: none;
    }

.no-padding {
    padding: 0 !important;
}

.no-borders {
    border: none !important;
}

.no-margins {
    margin: 0 !important;
}

.no-background {
    background: transparent !important;
}

.navbar-form-custom {
    float: left;
    height: 52px;
    padding: 0;
    width: 180px;
}

    .navbar-form-custom .form-control {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: medium none;
        font-size: 13px;
        height: 52px;
        margin: 0;
        z-index: 1060;
        padding: 0;
    }

        .form-control,
        .form-control:focus,
        .has-error .form-control:focus,
        .has-success .form-control:focus,
        .has-warning .form-control:focus,
        .navbar-collapse,
        .navbar-form,
        .navbar-form-custom .form-control:focus,
        .navbar-form-custom .form-control:hover,
        .open .btn.dropdown-toggle,
        .panel,
        .popover,
        .progress,
        .progress-bar {
            box-shadow: none;
        }

.vertical-mid {
    display: table;
}

    .vertical-mid * {
        display: table-cell;
        vertical-align: middle;
    }

.form-device {
    width: 200px;
}
/* Labels */
.label-success {
    background-color: #62cb31;
}
/* LIST GROUP */
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    background-color: #34495e;
    border-color: #34495e;
    color: #FFFFFF !important;
}

.list-group-item-heading {
    margin-top: 10px;
}

.list-group-item-text {
    margin: 0 0 10px;
    color: inherit;
    line-height: inherit;
}

.list-group-item {
    background-color: inherit;
    border: 1px solid #e4e5e7;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}

.no-padding .list-group-item {
    border-left: none;
    border-right: none;
    border-bottom: none;
}

    .no-padding .list-group-item:first-child {
        border-left: none;
        border-right: none;
        border-bottom: none;
        border-top: none;
    }

.no-padding .list-group {
    margin-bottom: 0;
}

.well {
    background: #f7f9fa;
    box-shadow: none;
}
/* Stats */
.stats h4,
h5,
h6 {
    margin: 5px 0;
}

.stats-title h4 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
/* Widths */
.w-xs {
    min-width: 100px;
}

.w-sm {
    min-width: 120px;
}

.w-m {
    min-width: 140px;
}

.w-lg {
    min-width: 160px;
}

.w-xl {
    min-width: 180px;
}

.w-xxl {
    min-width: 200px;
}
/* Charts */
.flot-chart {
    display: block;
    height: 300px;
    position: relative;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.stats .flot-chart {
    height: 60px;
}

.compact-fields .form-group {
    margin-bottom: 3px;
}

.compact-fields .form-control, .compact-fields .form-control-static {
    height: 24px;
    min-height: 24px;
    padding: 3px 7px;
}

.compact-fields .input-group-addon {
    padding: 4px 7px;
    height: 24px;
    line-height: 14px;
}

.compact-fields .btn-sm {
    padding: 1px 7px 2px;
}

.compact-fields .input-group .form-control.short-input {
    width: 150px;
}

.compact-fields select.form-control {
    height: 24px;
    line-height: 24px;
    padding-top: 1px;
}

.compact-fields .form-group-sm .control-label {
    padding: 4px 4px 0;
}

.compact-fields .checkbox {
    padding-top: 0;
    min-height: 24px;
}

.content.compact {
    padding: 8px 12px 1px;
}

.compact-fields .hpanel {
    margin-bottom: 8px;
}

.title-row {
    margin-bottom: 10px;
}

.logbook {
    height: 155px;
    overflow-y: auto;
}

.google-maps {
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
    margin-bottom: 5px;
}
/* Messages */
.feed-activity-list .feed-element {
    border-bottom: 1px solid #E7EAEC;
}

.feed-element:first-child {
    margin-top: 0;
}

.feed-element {
    padding-bottom: 15px;
}

    .feed-element,
    .feed-element .media {
        margin-top: 15px;
    }

.feed-element,
.media-body {
    overflow: hidden;
}

    .feed-element > .pull-left {
        margin-right: 10px;
    }

    .feed-element img.img-circle,
    .dropdown-messages-box img.img-circle {
        width: 38px;
        height: 38px;
    }

    .feed-element .well {
        border: 1px solid #E7EAEC;
        box-shadow: none;
        margin-top: 10px;
        margin-bottom: 5px;
        padding: 10px 20px;
        font-size: 11px;
        line-height: 16px;
    }

    .feed-element .actions {
        margin-top: 10px;
    }

    .feed-element .photos {
        margin: 10px 0;
    }

.feed-photo {
    max-height: 180px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
}

.feed-element img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.small-logo {
    display: none;
    text-align: center;
    padding-top: 18px;
    font-size: 14px;
    font-weight: 800;
}

.img-small {
    width: 50px;
    height: 50px;
}

@media (max-width: 768px) {
    .navbar-form-custom,
    .navbar-right {
        display: none;
    }

    .navbar-static-top {
        margin: 0;
    }

    #horizontal-navigation {
        margin-left: 0px;
    }

    .small-logo {
        display: block;
        float: left;
    }

    .header-line div {
        display: none;
    }

    .color-demo .header-line {
        height: 48px;
    }

    #hbreadcrumb {
        float: none !important;
        margin-bottom: 10px;
        margin-top: 0;
    }
}



.canvass {
    -moz-transition: width 0.01s, height 0.01s;
    -webkit-transition: width 0.01s, height 0.01s;
    -o-transition: width 0.01s, height 0.01s;
    transition: width 0.01s, height 0.01s;
}

.project-list table tr td {
    border-top: none;
    border-bottom: 1px solid #e7eaec;
    padding: 10px 10px;
    vertical-align: middle;
}

.icons-box {
    padding: 20px;
}

    .icons-box h3 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .icons-box .infont {
        text-align: center;
        margin-bottom: 25px;
    }

        .icons-box .infont i {
            font-size: 35px;
            display: block;
            color: #676a6c;
        }

        .icons-box .infont span {
            color: #a6a8a9;
        }

        .icons-box .infont span {
            margin: 1px;
            display: block;
        }

.fullpanel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1070;
    overflow-x: scroll;
    transition: all 2s;
}

.transition {
    transition: all 0.5s;
}

.normalheader .hpanel {
    margin-bottom: 0;
}

.normalheader {
    min-width: 320px;
    padding: 40px 40px 0px 40px;
}

@media (max-width: 768px) {
    .normalheader {
        padding: 15px 15px 0px 15px;
    }
}

.normalheader h2 {
    margin-top: 0px;
}

.input-xs {
    height: 20px;
    padding: 2px 10px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 3px;
    font-weight: 500;
}

.clip-header i {
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.clip-header {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 8px;
    background: #f7f9fa;
    padding: 4px 5px;
    border-left: 1px solid #e4e5e7;
    border-bottom: 1px solid #e4e5e7;
}

.dropdown-menu {
    font-size: 13px;
    border-radius: 3px;
}

.dropdown-example {
    display: inline-block;
    margin: 0px 10px 10px 10px;
}

    .dropdown-example .dropdown-menu {
        position: static;
        display: block;
    }

.pagination-example .pagination {
    margin: 0 0 10px 0;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #3498db;
    border-color: #258cd1;
    color: #fff;
    cursor: default;
    z-index: 2;
}

.hbreadcrumb a.active {
    color: #9d9fa2;
}

.form-control {
    border-color: #e4e5e7 !important;
}

.input-group-addon {
    background: #fafbfc;
    border-color: #e4e5e7 !important;
}

.sidebar-button {
    padding: 4px 10px 0 10px;
}

    .sidebar-button i {
        font-size: 20px;
    }
/* Splash style */
.splash {
    position: fixed;
    z-index: 2000;
    background: white;
    color: gray;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.splash-title {
    text-align: center;
    max-width: 500px;
    margin: 15% auto;
    padding: 20px;
}

    .splash-title h1 {
        font-size: 26px;
    }
/* Checkbox styles */
.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #34495e;
    border-color: #34495e;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #3498db;
    border-color: #3498db;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #ffb606;
    border-color: #ffb606;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #62cb31;
    border-color: #62cb31;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.radio-primary input[type="radio"] + label::after {
    background-color: #34495e;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #34495e;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #34495e;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #e74c3c;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #e74c3c;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #e74c3c;
}

.radio-info input[type="radio"] + label::after {
    background-color: #3498db;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #3498db;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #3498db;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #ffb606;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #ffb606;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #ffb606;
}

.radio-success input[type="radio"] + label::after {
    background-color: #62cb31;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #62cb31;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #62cb31;
}

.checkbox input:hover,
.radio input:hover {
    cursor: pointer;
}
/* UI Sortable */
.ui-sortable .panel-body {
    cursor: move;
}

.ui-sortable-placeholder {
    border: 1px dashed #cecece !important;
    visibility: visible !important;
    background: #f7f9fa;
}

.ibox.ui-sortable-placeholder {
    margin: 0px 0px 23px !important;
}
/* Badge colors */
.badge.badge-success {
    background-color: #62cb31;
}

.badge.badge-info {
    background-color: #3498db;
}

.badge.badge-danger {
    background-color: #e74c3c;
}

.badge.badge-warning {
    background-color: #ffb606;
}

.badge.badge-primary {
    background-color: #34495e;
}
/* Tables */
.table > thead > tr > th {
    border-bottom: none;
}

.no-padding table {
    margin-bottom: 0;
}
/* Validation */
.form-control.error {
    border-color: #e74c3c !important;
}

label.error,
label span.error {
    color: #e74c3c;
    margin: 5px 0 0 0;
    font-weight: 400;
}

label span.error {
    margin-left: 5px;
}

label.error:before {
    content: "\f071";
    font-family: 'FontAwesome';
    margin: 0 4px;
}
/* File manager */
.hpanel .panel-body.file-body {
    padding: 30px 0;
    text-align: center;
}

.file-body i.fa {
    font-size: 56px;
}
/* Filter search */
.filter-item {
    margin-bottom: 0;
}

    .filter-item .panel-body {
        padding: 10px 20px;
        border-bottom: none;
    }

    .filter-item a {
        color: #6a6c6f;
    }

    .filter-item:last-child {
        border-bottom: 1px solid #e4e5e7;
    }

    .filter-item:hover .panel-body,
    .filter-item.active .panel-body {
        background: #fafcfd;
        z-index: 100;
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.175);
        -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.175);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.175);
    }

    .filter-item::selection .panel-body {
        background: #fafcfd;
    }

    .filter-item h4 {
        margin-bottom: 5px;
    }
/* Big menu */
.hdropdown.bigmenu {
    padding: 30px 30px 0px 30px;
}

.bigmenu a i {
    font-size: 46px;
}

.bigmenu a {
    display: block;
    text-align: center;
    margin: 0 10px 30px 0;
    min-width: 100px;
}

.bigmenu h5 {
    font-size: 13px;
    margin-top: 10px;
}
/* Notes page */
@media (min-width: 991px) {
    #notes {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}

#notes .panel-body:first-child {
    border-top: none;
}

.note-content textarea {
    border: none;
    width: 100%;
    padding: 0;
    min-height: 360px;
}

.note-link h5 {
    margin-top: 0;
}

.note-link:hover {
    background: #f7f9fa;
}
/* App Plans */
.plan-box {
    -ms-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 0.7;
    transition: all 0.2s ease 0s;
}

    .plan-box.active,
    .plan-box:hover {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
/* Mobile navbar */
@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: block;
    }

    .mobile-menu .navbar-nav > li,
    .mobile-menu .navbar-nav {
        float: none;
    }
}

.mobile-navbar {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 100;
}

    .mobile-navbar .navbar-nav {
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #e4e5e7;
    }

        .mobile-navbar .navbar-nav > li > a {
            padding: 15px 15px;
            font-size: 14px;
            color: #6a6c6f;
        }

            .mobile-navbar .navbar-nav > li > a:hover,
            .mobile-navbar .navbar-nav > li > a:focus,
            .mobile-navbar .navbar-nav .open > a,
            .mobile-navbar .navbar-nav .open > a:hover,
            .mobile-navbar .navbar-nav .open > a:focus {
                border-bottom: none;
            }

@media (min-width: 769px) {
    .mobile-navbar,
    .mobile-navbar.collapse.in {
        display: none;
    }
}
/* CodeMirror */
.CodeMirror {
    border: 1px solid #eee;
    height: auto;
}

.CodeMirror-scroll {
    overflow-y: hidden;
    overflow-x: auto;
}
/* Fix for xeditable and chekcbox plugin in angularJS version */
.x-edit-checkbox .checkbox label::before {
    display: none;
}

.projects .project-label {
    font-weight: 600;
}

.projects .hpanel .panel-body {
    border-bottom: none;
}

.projects .hpanel:last-child .panel-body {
    border-bottom: 1px solid #e4e5e7;
}

.projects .hpanel:last-child .panel-body {
    border-bottom: 1px solid #e4e5e7;
}

.projects .hpanel h4 a {
    color: #6a6c6f;
}

.projects .project-people img {
    width: 28px;
    height: 28px;
    margin-left: 2px;
    margin-bottom: 4px;
}

.projects .project-info {
    text-align: right;
}

@media (max-width: 768px) {
    .projects .project-info {
        text-align: left;
    }
}

.social-board .social-profile img {
    height: 42px;
    width: 42px;
    border-radius: 50%;
}

.social-board .social-profile h5 {
    margin-top: 5px;
    margin-bottom: 0px;
}

.social-board .social-form {
    margin: 10px 0;
}

    .social-board .social-form input {
        font-size: 12px;
        padding: 2px 12px;
        height: 28px;
    }

.social-talk .social-profile img {
    height: 32px;
    width: 32px;
    border-radius: 50%;
}

.social-talk .text-muted {
    color: #aaacae;
}

.social-talk {
    margin-bottom: 10px;
}

    .social-talk .social-content {
        margin-top: 2px;
    }

.angular-ui-tree-handle {
    background: none repeat scroll 0 0 #f7f9fa;
    border: 1px dashed #e4e5e7;
    color: inherit;
    padding: 10px;
    font-weight: normal;
}

    .angular-ui-tree-handle:hover {
        font-weight: bold;
        cursor: pointer;
    }

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 1px dashed #e4e5e7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.group-title {
    background-color: #687074 !important;
    color: #FFF !important;
}

.tree-node {
    background: none repeat scroll 0 0 #f7f9fa;
    border: 1px dashed #e4e5e7;
    color: inherit;
    padding: 10px;
    border-radius: 3px;
}

    .tree-node .btn {
        min-width: 22px;
        margin-right: 4px;
    }

.tree-node-content {
    margin: 5px 5px 5px 0;
}

.tree-handle {
    background: none repeat scroll 0 0 #f7f9fa;
    border: 1px dashed #e4e5e7;
    color: inherit;
    padding: 10px;
}

md-content {
    background: none;
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 1px dashed #e4e5e7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tour-backdrop {
    opacity: 0.5;
}

.blog-box p {
    font-size: 12px;
}

.blog-box h4 {
    font-weight: bold;
    margin-top: 0;
}

.blog-box .panel-heading {
    background: #fff;
    border-top: 1px solid #e4e5e7;
    border-left: 1px solid #e4e5e7;
    border-right: 1px solid #e4e5e7;
    border-radius: 2px;
    padding: 10px 20px;
    position: relative;
    font-weight: 500;
}

.blog-box .panel-footer {
    color: #909295;
}

.blog-box .panel-heading .media-body {
    line-height: 16px;
}

.blog-box .panel-heading .media img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.blog-box .panel-heading .media-body h5 {
    margin-top: 0;
}

.blog-box .panel-image {
    border-left: 1px solid #e4e5e7;
    border-right: 1px solid #e4e5e7;
    position: relative;
}

    .blog-box .panel-image .title {
        position: absolute;
        bottom: 10px;
        padding: 0 20px;
        color: #fff;
    }

        .blog-box .panel-image .title h4 {
            margin-bottom: 0px;
        }

        .blog-box .panel-image .title a {
            color: #fff !important;
        }

.blog-article-box .panel-heading {
    background: #fff;
    border-top: 1px solid #e4e5e7;
    border-left: 1px solid #e4e5e7;
    border-right: 1px solid #e4e5e7;
    border-radius: 2px;
    padding: 80px 10px;
    position: relative;
    font-weight: 500;
    text-align: center;
}

    .blog-article-box .panel-heading h4 {
        font-size: 32px;
        font-weight: 700;
        color: #515355;
    }

.blog-article-box .panel-body {
    padding: 50px 70px;
}

    .blog-article-box .panel-body p {
        font-family: "Times New Roman", Georgia, Serif;
        font-size: 20px;
        line-height: 32px;
        color: #515355;
    }

@media (max-width: 768px) {
    .blog-article-box .panel-body {
        padding: 10px 20px;
    }

        .blog-article-box .panel-body p {
            font-family: "Times New Roman", Georgia, Serif;
            font-size: 16px;
            line-height: 28px;
        }

    .blog-article-box .panel-heading {
        padding: 20px 20px;
    }
}

.forum-box .panel-body {
    border-bottom: none;
}

    .forum-box .panel-body:last-child {
        border-bottom: 1px solid #e4e5e7;
    }

.forum-box .forum-heading h4 {
    margin-bottom: 3px;
    font-weight: 600;
    margin-top: 5px;
    display: inline;
}

.forum-box .forum-heading .label {
    margin-right: 5px;
}

.forum-box .forum-heading .desc {
    color: #909295;
    font-size: 12px;
}

.forum-box .panel-heading {
    border: 1px solid #e4e5e7;
    border-bottom: none;
    font-size: 90%;
    background: #f7f9fa;
    padding: 10px 20px;
}

.forum-box .forum-info {
    text-align: right;
    line-height: 20px;
}

    .forum-box .forum-info .number {
        display: block;
        font-weight: 600;
        font-size: 22px;
        margin-top: 5px;
    }

    .forum-box .forum-info span {
        font-size: 12px;
    }

.forum-box .panel-body .media-image {
    text-align: center;
    margin-right: 10px;
    min-width: 100px;
}

.forum-box .panel-body .media img {
    margin-top: 10px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.forum-box .author-info {
    font-size: 12px;
}

.forum-box .forum-comments {
    border: 1px solid #e4e5e7;
    border-left: none;
    border-right: none;
    background: #f7f9fa;
    margin-top: 20px;
    padding: 10px 15px;
}

    .forum-box .forum-comments .media img {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .forum-box .forum-comments form {
        margin-top: 10px;
    }

@media (max-width: 768px) {
    .forum-box .forum-info {
        text-align: left;
    }
}

ul.mailbox-list,
ul.h-list {
    list-style: none;
    padding: 0;
}

    ul.mailbox-list li a,
    ul.h-list li a {
        padding: 10px 15px;
        display: block;
    }

        ul.mailbox-list li a i,
        ul.h-list li a i {
            margin-right: 6px;
            display: inline-block;
        }

    ul.mailbox-list li.active a,
    ul.h-list li.active a {
        background: #f7f9fa;
        border: 1px solid #e4e5e7;
        font-weight: 600;
        border-radius: 1px;
    }

    ul.mailbox-list li:hover a,
    ul.h-list li:hover a {
        font-weight: 600;
    }

.table-mailbox .radio,
.table-mailbox .checkbox {
    margin: 0;
}

    .table-mailbox .radio label,
    .table-mailbox .checkbox label {
        cursor: default;
    }

.table-mailbox tr.unread td a {
    font-weight: 600;
}

.table-mailbox tr td span.label {
    margin-left: 10px;
}

.table-mailbox tr:first-child td {
    border-top: none;
}

.table-mailbox tr td:first-child {
    width: 33px;
    padding-right: 0;
}

.mailbox-pagination {
    text-align: right;
}

@media (max-width: 768px) {
    .mailbox-pagination {
        text-align: left;
    }
}

.email-compose .note-editor {
    border: none;
}

    .email-compose .note-editor .note-editable {
        padding: 15px 25px;
    }

.email-compose .note-toolbar {
    padding: 5px 15px;
}

.note-popover .popover .popover-content > .btn-group,
.note-toolbar > .btn-group {
    margin-bottom: 5px;
}

.note-editor .note-toolbar {
    /* Background from footer panel */
    background-color: #f7f9fa;
}

.spinner {
    margin: 20px auto;
    width: 60px;
    height: 50px;
    text-align: center;
    font-size: 15px;
}

    .spinner > div {
        background-color: #0053b5;
        height: 100%;
        width: 8px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        background-color: #0a60c5;
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        background-color: #1e68bf;
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .spinner .rect4 {
        background-color: #398cec;
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        background-color: #3877bf;
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

.infobulle {
    transform: scale(0) rotateX(-180deg);
    position: absolute;
    background-color: rgb(247, 249, 250);
    color: white;
    border-radius: 10px;
    padding: 6px;
    margin-top: -120%;
    box-shadow: 1px 1px 0 0.5px rgba(0,0,0,0.3);
    border-bottom: 0px solid rgba(255,255,255,0.3);
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    transition: 1s;
    z-index: 4;
    vertical-align: top;
}

.element:hover > .infobulle {
    transform: scale(2) translateX(30%) rotateX(0deg);
}

/* Fullscreen chart */
.modal-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 4;
    background: white;
    width: 100%;
    height: 100%;
}

.tooltip-fullscreen {
    position: fixed;
    bottom: 0;
}

.feature-tour-blue-color {
    color: blue;
}

.customDefault {
    width: 40rem;
    max-width: 40rem !important;
}

.introjs-helperNumberLayer {
    top: -16px !important;
    left: -16px !important;
}

.centered {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.tooltip-title {
    font-weight: 900;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #08c;
}

.customDefault .introjs-skipbutton,
.tooltip-large-size .introjs-skipbutton {
    text-shadow: none;
    background-image: none !important;
    color: #333;
    border: none;
    background-color: #e74c3c;
    font-size: 1.6rem;
}

.customDefault .introjs-donebutton,
.tooltip-large-size .introjs-donebutton {
    background-color: #62cb31;
}

.customDefault .introjs-nextbutton,
.customDefault .introjs-prevbutton,
.tooltip-large-size .introjs-nextbutton,
.tooltip-large-size .introjs-prevbutton,
.tooltip-large-size .introjs-donebutton {
    font-size: 1.6rem;
}

.tooltip-large-size {
    width: 50rem;
    max-width: 50rem !important;
    min-width: 50%;
    border-radius: 0.6rem;
}

.introjs-stepno-top-visible {
    left: 15% !important;
}

.introjs-firststepno-top-visible {
    top: 30% !important;
    left: 10px !important;
}

.total-volume-collapse-in {
    width: 96%;
}

.total-volume-collapsed {
    width: 4%;
}

.max-width {
    width: 100%;
}

.datetime-picker-dropdown > li.date-picker-menu div > table .btn-default.active {
    background-color: #31b0d5;
    color: #fff;
}

.handled-error-text-mw {
    max-width: 1200px;
}

.handled-error-message {
    color: red;
    font-size: 5rem;
}

.datetime-picker-dropdown > li.date-picker-menu div > table .btn-default.active span {
    color: #fff;
}

.datetime-picker-dropdown > li.date-picker-menu div > table .btn-default {
    border: 0;
}

#panel-total-volume a:after {
    font-family: 'Glyphicons Halflings';
    content: " \e080";
    float: right;
    color: grey;
}

#panel-total-volume a.collapsed:after {
    content: "\e079";
}

#panel-total-volume {
    background-color: #f7f9fa;
    writing-mode: vertical-rl;
    height: 400px;
    cursor: pointer;
    padding-left: 30px;
    max-width: 25px;
}

#volume-section {
    height: 400px;
    display: inline-flex;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

#total-volume-value div {
    display: inline-flex;
}

#organization-logo {
    max-height: 180px;
    max-width: 180px;
}

.records-book-odd {
    background-color: #f9f9f9;
}

.cla-val-blue {
    color: #0073c6;
}

.valve-icon {
    height: 20px;
    width: auto;
}

.tooltip-large-size .introjs-tooltiptext a.introjs-button {
    font-size: 1.6rem;
    background-color: #62cb31;
    text-shadow: none;
    background-image: none;
    border: none;
}

/*
    make top and margin-top to 0 and adapt other css options
*/
.offset-top-margintop {
    top: 0 !important;
    margin-top: 0 !important;
    width: 50rem;
    max-width: 50rem !important;
}

    .offset-top-margintop .introjs-skipbutton {
        text-shadow: none;
        background-image: none !important;
        color: #333;
        border: none;
        background-color: #e74c3c;
        font-size: 1.6rem;
    }

    .offset-top-margintop .introjs-donebutton {
        background-color: #62cb31;
    }

    .offset-top-margintop .introjs-nextbutton,
    .offset-top-margintop .introjs-prevbutton {
        font-size: 1.6rem;
    }

.cla-val-rep-icon {
    max-height: 14px;
    margin-bottom: 7px;
}

.form-group input[type="checkbox"] {
    margin-top: 11px;
    height: 14px;
}

.form-group .input-group-addon input[type="checkbox"] {
    margin-top: initial;
    height: initial;
}

.chart-footer {
    text-align: right;
    padding: 0;
    font-size: small;
}

.modal-progress {
    display: none;
}

.hover-items md-list-item:hover {
    background: #eee;
}

/* Valve's tags: chips style */
.custom-chips md-chip {
    cursor: pointer;
}

.custom-chips md-chips-wrap {
    font-size:13px;
}


.custom-chips md-chip .md-chip-remove-container {
    position: absolute;
    right: 4px;
    top: 4px;
    margin-right: 2px;
    height: 24px;
}

    .custom-chips md-chip .md-chip-remove-container button.filterchip {
        top: 3px;
        right: 0;
        position: relative;
        height: 17px;
        width: 17px;
        line-height: 30px;
        text-align: center;
        background: rgba(0, 0, 0, 0.3);
        border-radius: 50%;
        border: none;
        box-shadow: none;
        padding: 0;
        transition: background 0.15s linear;
        display: block;
    }

        .custom-chips md-chip .md-chip-remove-container button.filterchip md-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate3d(-50%, -50%, 0) scale(0.7);
            color: white;
            fill: white;
        }

        .custom-chips md-chip .md-chip-remove-container button.filterchip:hover, .custom-chips md-chip .md-chip-remove-container button.filterchip:focus {
            background: rgba(255, 0, 0, 0.8);
        }

.custom-chips md-chips-wrap.md-removable md-chip md-chip-template {
    padding-right: 5px;
}

.big-datepicker .md-datepicker-input-container {
    min-width: 215px;
}

.promo-video {
    background: white;
    border: solid 1px lightgray;
    width: 690px;
    padding: 10px 23px;
    margin-bottom: 15px;
    text-align: center;
}

.header-link.whats-new-link {
    padding: 14px 11px;
    font-size: 11px;
}

.md-button.no-uppercase {
    text-transform: none;
}

.button-icon {
    display: inline-block;
    height: 24px;
    width: 24px;
}

.wifi-warning {
    text-align: center;
    font-size: small;
    padding: 12px 10px 14px;
}

.app-image {
    max-width: 325px;
    height: 325px;
}

md-card-title.app-download-title {
    margin-bottom: 33px;
    color: white;
    background: black;
    border-bottom: 7px solid #0073c6;
    padding: 10px 0;
}

.md-button.wrap-text {
    white-space: normal;
}

.apps-page {
    width: 100%;
}

.apps-page-container {
    width: 100%;
    padding: 15px 0;
}

.md-button.empty-bin-btn {
    margin-left: 24px;
    margin-bottom: -12px;
}

md-autocomplete.no-wireframe md-autocomplete-wrap {
    box-shadow: none;
}

.file-list .md-chips {
    font-size: 10px;
    padding: 0 0 6px 3px;
}

    .file-list .md-chips md-chip {
        border-radius: 8px;
        height: 14px;
        line-height: 14px;
        margin: 7px 8px 0 0;
        padding: 0 5px;
    }

.category-icon {
    margin: 3px;
}

.import-card {
    width: 566px;
    margin-bottom: 45px;
}

    .import-card md-input-container {
        margin-bottom: 0;
    }

    .import-card button {
        height: 45px;
    }

.small-margin-bot {
    margin-bottom: 5px;
}

.search-checkboxes {
    padding-left: 25px;
}

.search-input .md-errors-spacer {
    display: none;
}

.grey-hover:hover {
    background: #f4f4f4;
}

.kit-recommendation {
    width: 1145px;
}

.default-dialog-content img.m-b-icon {
    height: initial;
}

.default-dialog-content input[type=checkbox] {
    margin-top: 0;
}

.default-dialog > div > div {
    max-height: 500px;
    overflow-y: auto;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}


/** The Magic **/
.btn-breadcrumb .btn:not(:last-child):after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid white;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 100%;
    z-index: 3;
}

.btn-breadcrumb .btn:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid rgb(173, 173, 173);
    position: absolute;
    top: 50%;
    margin-top: -17px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
    padding: 6px 12px 6px 24px;
}

    .btn-breadcrumb .btn:first-child {
        padding: 6px 6px 6px 10px;
    }

    .btn-breadcrumb .btn:last-child {
        padding: 6px 18px 6px 24px;
    }

    /** Default button **/
    .btn-breadcrumb .btn.btn-default:not(:last-child):after {
        border-left: 10px solid #fff;
    }

    .btn-breadcrumb .btn.btn-default:not(:last-child):before {
        border-left: 10px solid #ccc;
    }

    .btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
        border-left: 10px solid #fff;
    }

    .btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
        border-left: 10px solid #ccc;
    }

    /** Primary button **/
    .btn-breadcrumb .btn.btn-primary:not(:last-child):after {
        border-left: 10px solid #428bca;
    }

    .btn-breadcrumb .btn.btn-primary:not(:last-child):before {
        border-left: 10px solid #357ebd;
    }

    .btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
        border-left: 10px solid #3276b1;
    }

    .btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
        border-left: 10px solid #285e8e;
    }

    /** Success button **/
    .btn-breadcrumb .btn.btn-success:not(:last-child):after {
        border-left: 10px solid #5cb85c;
    }

    .btn-breadcrumb .btn.btn-success:not(:last-child):before {
        border-left: 10px solid #4cae4c;
    }

    .btn-breadcrumb .btn.btn-success:hover:not(:last-child):after {
        border-left: 10px solid #47a447;
    }

    .btn-breadcrumb .btn.btn-success:hover:not(:last-child):before {
        border-left: 10px solid #398439;
    }

    /** Danger button **/
    .btn-breadcrumb .btn.btn-danger:not(:last-child):after {
        border-left: 10px solid #d9534f;
    }

    .btn-breadcrumb .btn.btn-danger:not(:last-child):before {
        border-left: 10px solid #d43f3a;
    }

    .btn-breadcrumb .btn.btn-danger:hover:not(:last-child):after {
        border-left: 10px solid #d2322d;
    }

    .btn-breadcrumb .btn.btn-danger:hover:not(:last-child):before {
        border-left: 10px solid #ac2925;
    }

    /** Warning button **/
    .btn-breadcrumb .btn.btn-warning:not(:last-child):after {
        border-left: 10px solid #f0ad4e;
    }

    .btn-breadcrumb .btn.btn-warning:not(:last-child):before {
        border-left: 10px solid #eea236;
    }

    .btn-breadcrumb .btn.btn-warning:hover:not(:last-child):after {
        border-left: 10px solid #ed9c28;
    }

    .btn-breadcrumb .btn.btn-warning:hover:not(:last-child):before {
        border-left: 10px solid #d58512;
    }

    /** Info button **/
    .btn-breadcrumb .btn.btn-info:not(:last-child):after {
        border-left: 10px solid #5bc0de;
    }

    .btn-breadcrumb .btn.btn-info:not(:last-child):before {
        border-left: 10px solid #46b8da;
    }

    .btn-breadcrumb .btn.btn-info:hover:not(:last-child):after {
        border-left: 10px solid #39b3d7;
    }

    .btn-breadcrumb .btn.btn-info:hover:not(:last-child):before {
        border-left: 10px solid #269abc;
    }

.md-no-float {
    color: rgba(0, 0, 0, 0.54);
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10px;
}

.header-announcements {
    font-size: 12px;
    font-weight: bold;
    padding-left: 8px;
    padding-right: 5px;
    max-width: 570px;
    overflow-x: auto;
}

.small-menu-button {
    font-size: 11px !important;
}

.remote-parameter-pendingCFG-title {
    text-align: center;
    width: 100%;
    color:orangered;
}

.icon-setApp-pendingCFG {
    color: blue;
}

.remote-parameter-cancelPending {
    margin-left: 10px;
}

.img-exif {
    image-orientation: none;
}

.search-organisation {
    width: auto;
    min-width: 400px;
    max-width: 600px;
    flex: 0 0 auto;
    font-size: 15px;
}

.search-organisation-container {
    display: block;
}

.panel-expandable-org {
    margin-bottom: 20px;
}

/* Subtle red outline badge on white for CA deprecation indicator */
.badge-danger-outline {
    background-color: #ffffff;
    color: #d9534f; /* Bootstrap danger red */
    border: 1px solid #d9534f;
}

.fs-import-item {
    margin-bottom: 0;
    padding-left: 10px;
}

.line-through  {
    text-decoration: line-through;
}

.iconFakeDevice {
    color: gray !important;
    width: 21px !important;
    height: 18px !important;
    min-width: 18px;
    min-height: 18px;
    margin-right: 0px !important;
    margin-left: -3px !important;
}

.fakeValues-nameUsed {
    color: red;
}

.fakeValues-div-nameUsed {
    margin-top: 40px;
}

.fakeValues-label-resultCreate {
    color: blue;
}

.demoApplication-label-informationGraph {
    margin-bottom: 10px;
}

.selectize-input input {
    width: 150px !important; /* Adjust the value as needed */
}

.user-div-twoFactor {
    border: 1px dotted;
    margin-bottom: 20px;
    padding-bottom: 16px;
    padding-left: 10px;
}

.user-title-twoFactor {
    position: relative;
    margin-top: -13px;
    left: 30%;
    width: 220px;
    background: white;
}

.user-div-twoFactor-config {
    padding: 0px 10px;
}

.user-radioButtonGroup-twoFactor {
    margin: 28px 0px;
}

.dropdown-content {
    width: 100%;
    outline: 4px solid black;
    display: flex;
    width: 350px;
    max-height: 400px;
}

    .dropdown-content .dropdown-placeholder {
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        white-space: nowrap;
    }

.md-widget-group .input-group .form-control .dropdown-placeholder .fa-chevron-down {
    position: absolute;
    right: 4px; 
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 10px;
    font-weight: initial;
}

    .dropdown-content .min {
        border: none;
        border-bottom: 1px solid gray;
        outline: none;
        padding: 0 5px;
        width: 100%;
        display: flex;
        gap: 5px
    }

        .dropdown-content .min:focus {
            border-bottom: 2px solid #0073C6; /* Change border color to blue when focused */
        }

    .dropdown-content .max {
        border: none;
        border-bottom: 1px solid gray;
        outline: none;
        padding: 5px 0;
        width: 100%;
        display: flex;
        gap: 5px;
        transition: border-bottom-color 0.3s;
    }

        .dropdown-content .max:focus {
            border-bottom: 2px solid #0073C6; /* Change border color to blue when focused */
        }

.label-createDemoDevice {
    margin: 30px 0px;
}

.div-demoApplication-alert {
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 5px;
}

.p-subname {
    font-size: 8px;
    margin-top: -10px;
}

.p-ccWidget-subname {
    font-size: 8px;
    margin: 0px;
}

.p-ccWidget-subtype {
    font-size: 8px;
}

.div-Billing-info-state-sim {
    margin: 5px 15px;
    min-width: 10em;
    line-height: 20px;
}

.chip-billing-organisation .md-chips {
    box-shadow: none;
    padding: 10px;
}

.div-Billing-data {
    min-width: 70%;
    width: 100%;
    margin-bottom: 0px !important;
    padding-bottom: 10px;
}

.btn-billing-searchOrg {
    height: 65px !important;
    margin-right: 0px !important;
}

.div-Billing-header-data {
    border-bottom: 1px solid rgba(0,0,0,0.12);
}

.md-input-openAccessUser {
    margin-top: 35px;
    margin-bottom: 0px;
}

.div-ApiAccess-loading {
    font-size: 20px;
    margin: 10px;
}

.span-ApiAccess-errorCreationCertificate {
    margin: 10px;
    color: red;
}

.div-ApiAccess-popUp {
    margin: 15px;
}

.label-ApiAccess-downloadCrt {
    margin-top: 15px;
}

.button-ApiAccess-delete {
    color: red !important;
}

.button-ApiAccess-delete:hover {
    background-color: rgba(253, 0, 0, 0.2) !important;
}

.button-apiAccess-caBundle {
    text-align: right;
}

.button-apiAccess-caBundleDownload {
    background-color: forestgreen !important;
}

.CheckBox-ApiAccess-HasOperator {
    margin-bottom: 20px;
    margin-left: 10px;
}

.video-apiAccess-tutorial {
    width: -moz-available;
    height: -moz-available;
}

.table-ApiAccess-apiKeys {
    width: 100%;
    border-collapse: collapse;
}

.table-ApiAccess-apiKeys th {
    text-align: left;
    padding: 8px 12px;
    border-bottom: 2px solid #e0e0e0;
    font-weight: 500;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54);
}

.table-ApiAccess-apiKeys td {
    padding: 8px 12px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 13px;
}

.table-ApiAccess-apiKeys code {
    background: #f5f5f5;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 12px;
}

.div-ApiAccess-apiKeyTableContainer {
    max-height: 350px;
    overflow-y: auto;
    margin-bottom: 10px;
}

.span-ApiAccess-apiKeyActive {
    color: green;
    font-weight: 500;
}

.span-ApiAccess-apiKeyRevoked {
    color: red;
    font-weight: 500;
}

.span-ApiAccess-apiKeyExpired {
    color: #ff9800;
    font-weight: 500;
}

.div-ApiAccess-apiKeyWarning {
    background-color: #fff3e0;
    border: 1px solid #ff9800;
    border-radius: 4px;
    padding: 12px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.input-ApiAccess-apiKeyToken {
    font-family: monospace !important;
    font-size: 13px !important;
}

.div-ApiAccess-apiKeyCopyRow {
    margin-bottom: 15px;
}

.div-ApiAccess-apiKeyHeaderHelp {
    background-color: #f5f7fa;
    border: 1px solid #d9e2ec;
    border-radius: 4px;
    padding: 12px;
    margin-top: -4px;
    margin-bottom: 10px;
}

.div-ApiAccess-apiKeyHeaderHelpTitle {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 8px;
}

.div-ApiAccess-apiKeyHeaderHelp code {
    display: block;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 6px 8px;
    margin-top: 6px;
    font-size: 12px;
    word-break: break-all;
}

.div-ApiAccess-credentials {
    display: flex;
    align-items: center;
    gap: 8px;
}

.badge-ApiAccess-apiKey,
.badge-ApiAccess-cert {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.2s;
}

.badge-ApiAccess-apiKey {
    background-color: #e3f2fd;
    color: #1565c0;
}

.badge-ApiAccess-apiKey:hover {
    background-color: #bbdefb;
    text-decoration: none;
    color: #1565c0;
}

.badge-ApiAccess-apiKeyEmpty {
    background-color: #f5f5f5;
    color: #9e9e9e;
}

.badge-ApiAccess-apiKeyEmpty:hover {
    background-color: #eeeeee;
    color: #757575;
}

.badge-ApiAccess-cert {
    background-color: #e8f5e9;
    color: #2e7d32;
}

.badge-ApiAccess-cert:hover {
    background-color: #c8e6c9;
    text-decoration: none;
    color: #2e7d32;
}

.div-ApiAccess-authMethod {
    margin-top: 10px;
    margin-bottom: 5px;
}

.label-ApiAccess-authMethodTitle {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.54);
    margin-bottom: 8px;
    display: block;
}

.span-ApiAccess-recommended {
    font-size: 11px;
    color: #4caf50;
    font-style: italic;
    margin-left: 4px;
}

.radio-ApiAccess-authMethod {
    margin-bottom: 4px;
}

.div-ApiAccess-usernamePreview {
    background-color: #f5f7fa;
    border: 1px solid #d9e2ec;
    border-radius: 4px;
    padding: 10px 12px;
    margin-top: -6px;
    margin-bottom: 10px;
}

.div-ApiAccess-usernamePreviewLabel {
    font-size: 12px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.54);
    margin-bottom: 4px;
}

.code-ApiAccess-usernamePreview {
    display: block;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 6px 8px;
    font-size: 12px;
    word-break: break-all;
    font-family: monospace;
    color: #263238;
}

.span-ApiAccess-usernameChecking {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54);
    margin-top: 6px;
}

.span-ApiAccess-usernameChecking .fa-spinner {
    color: #0073C6;
    margin-right: 4px;
}

.span-ApiAccess-usernameAvailable {
    font-size: 12px;
    color: #2e7d32;
    font-weight: 500;
    margin-top: 6px;
}

.span-ApiAccess-usernameAvailable .fa-check-circle {
    margin-right: 4px;
}

.span-ApiAccess-usernameTaken {
    font-size: 12px;
    color: #c62828;
    font-weight: 500;
    margin-top: 6px;
}

.span-ApiAccess-usernameTaken .fa-exclamation-triangle {
    margin-right: 4px;
}

.input-upload-custom-map {
    margin-top: 15px;
}

.label-customMapLayer-questionDelete {
    font-size: 20px;
    margin-top: 15px;
}

.label-customMapLayer-filename {
    font-style: italic;
    margin-left: 10px;
}

.div-customMapLayer-listLayer {
    margin: 20px 20px 0px 20px;
}

.div-customMapLayer-subjectListLayer {
    overflow: hidden;
    width: 300px;
    margin: 0px 20px;
    text-align: center;
}

.span-customMapLayer-inherited {
    margin-left: 40px;
}

.remote-device-toggle {
    margin: 0px;
}

.md-progress-circular {
    margin-left: auto;
    margin-right: auto;
}

.fit-content {
    width: 100%;
    height: 100%;
}

@media (min-width: 600px) { /* 600px est généralement la limite entre 'sm' et 'md' */
    .dashboard-gmap-md-card {
        height: 480px;
    }
}

.showSite-gmap-div {
    width: 100%;
    height: 325px;
}

@media (min-width: 600px) { /* 600px est généralement la limite entre 'sm' et 'md' */
    .showSite-gmap-div {
        width: 100%;
        height: 100%;
    }
}

.span-error-input {
    color: red;
}

.span-error-importationFile {
    color: red;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 0px;
    margin-left: 10px;
}

.importData-header-Title {
    font-size: 17px;
    background-color: rgb(0,115,198);
    color: rgba(255,255,255,0.87);
}

.importData-subTitle {
    margin: 10px;
    font-size: 15px;
    text-decoration: underline;
}

.importData-conflictHeader {
    margin-top: -30px;
}

.importData-contentBodyConfirmation {
    margin: 10px;
}

.importData-contentConfirmation {
    font-size: 15px;
    margin-bottom: 30px;
}

.importData-conflictList {
    margin-bottom: 20px;
}

.importData-contentSuccess {
    margin: 20px;
    font-size: 16px;
}

.importData-waiting-spinning {
    justify-content: center;
    display: flex;
    margin-bottom: 30px;
}

.importData-waiting-text {
    text-align: center;
}

.info-popover {
    position: absolute;
    max-width: 360px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0,0,0,.15);
    padding: 12px 14px;
    z-index: 9999;
}

.info-popover__title {
    margin: 0 0 6px 0;
    font-size: 14px;
    font-weight: 600;
}

.info-popover__body {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    white-space: normal;
}

.info-popover__close {
    position: absolute;
    top: 6px;
    right: 8px;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 16px;
}

.info-icon-btn {
    border: 0;
    background: transparent;
    padding: 0 4px;
    margin-left: 6px;
    line-height: 1;
    cursor: pointer;
    vertical-align: middle;
}

md-checkbox .info-icon-btn {
    margin-left: 6px;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}

.label_user_edit_email {
    margin: 0px;
}

.label_alert_edit_us_phone_used {
    margin-top: 30px;
    color: red;
}

.custom-chips md-chip.custom-chips-no-consent {
    background-color: #d00 !important;
    color: white !important;
}

/* A statistic belongs to the channel it describes, so the chart configurator indents it under
   its source instead of listing it as one more unrelated curve. */
.chart-configurator-statistic > td:first-child {
    padding-left: 26px;
}
