[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.angular-google-map-container {
    height: 450px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', sans-serif;
}

p, div {
    font-family: 'Ubuntu', sans-serif;
}

.cropArea {
    background: #E4E4E4;
    overflow: hidden;
    /*width:1138px;*/
    height: 350px;
}

.cropArea canvas {
    height: auto;
    width: auto;
}

.img-centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.preview {
    width: 350px;
}

.patchnotes {
}

.serverTime {
    display: inline-block;
    padding-top: 14.5px;
    padding-bottom: 14.5px;
    position: relative;
    color: #777777;
}

.time-warning {
    color: #f0ad4e;
}

.healthStatus {
    padding-top: 14.5px;
    padding-bottom: 14.5px;
    margin-right: 14.5px;
    position: relative;
}

.healthCircle {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
}

.patchnotes ul.patchnoteslist {
    margin-bottom: 12px;
}

.flexBox {
    display: flex;
    flex-wrap: wrap;
}

.flexBox .ppcs-xs-order-1 {
    order: 1;
}

.flexBox .ppcs-xs-order-2 {
    order: 2;
}

.flexBox .ppcs-xs-order-3 {
    order: 3;
}

.flexBox .ppcs-xs-order-4 {
    order: 4;
}

@media ( min-width: 768px ) {
    .flexBox .ppcs-sm-order-1 {
        order: 1;
    }

    .flexBox .ppcs-sm-order-2 {
        order: 2;
    }

    .flexBox .ppcs-sm-order-3 {
        order: 3;
    }

    .flexBox .ppcs-sm-order-4 {
        order: 4;
    }
}

.top-margin {
    margin-top: 1em;
}

.alert {
    margin-top: 20px;
}

.ppcs-backdrop {
    background: url('../img/callout.png') center center #efefef no-repeat !important;
    background-size: cover !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

@media (min-width: 992px) {
    .modal-dialog {
        width: 666px;
        margin: 30px auto;
    }

    .top-marged {
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .modal-lg {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .modal-lg {
        width: 1170px;
    }
}

@media (min-width: 15px) {
    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 137, 172, 0.5);
    }
}

.text-sm {
    font-size: 0.6em;
}

.text-xxl {
    font-size: 5em;
}

.no-padding {
    padding: 0px;
}

.input-group-addon2 {
    font-size: 14px !important;
    font-weight: 100 !important;
}

.timepicker-label {
    margin-top: 40px;
}

label.blocklabel {
    display: block;
}

label.checkbox-inline.midline {
    margin-top: 5px;
    margin-right: 10px;
}

@media (max-width: 768px) {
    label.blocklabel {
        display: block;
        margin-top: 20px;
    }
}

.drag-drop-container .list-group.well {
    margin: 0px;
}

@media (max-width: 991px) {
    .drag-drop-container .list-group.min-list {
        min-height: 150px;
        max-height: 350px;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media (min-width: 992px) {
    .drag-drop-container .list-group.min-list {
        min-height: 350px;
        max-height: 350px;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

.drag-drop-container .list-group .list-group-item {
    cursor: pointer;
}

.drag-drop-container .list-group .list-group-item.sortable-ghost {
    background-color: #0089AC;
    color: #fff;
}

.drag-drop-container .list-group .list-group-item [draggable=true] {
    cursor: move;
}

.drag-drop-container .text-pad-top {
    padding-top: 25px;
}

.has-feedback.number-seconds .form-control {
    padding-right: 75px;
}

.has-feedback.number-seconds .form-control-feedback {
    width: auto;
    padding-right: 5px;
    padding-left: 5px;
    background-color: #ddd;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.form-control.rssi {
    padding-left: 30px;
    width: 125px;
}

.has-feedback.rssi .form-control-feedback.fcf-left {
    left: 0;
    right: auto;
    width: auto;
    padding-right: 5px;
    padding-left: 5px;
    background-color: #ddd;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.has-feedback.rssi .form-control-feedback.fcf-right {
    left: 75px;
    right: auto;
    width: auto;
    padding-right: 5px;
    padding-left: 5px;
    background-color: #ddd;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

@media (min-width: 768px) {
    .divider-vertical {
        height: 20px;
        margin-top: 15px;
        border-left: 1px solid #0089AC;
        border-right: 1px solid #FFF;
    }
}

.dropdown-menu.notifications li {
    min-width: 400px;
    border-bottom: 1px solid #f1f1f1;
    border-radius: 4px;
}

.dropdown-menu.notifications li:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-menu.notifications li:last-child {
    border-bottom: 0px;
}

.fa {
    min-width: 15px;
}

.fa.unread {
    color: #0089AC;
}

.badge.notification {
    position: absolute;
    top: 5px;
    left: 18px;
    border-radius: 4px;
    width: auto;
    padding-left: 3px;
    padding-right: 3px;
    background-color: #ED2731;
    border: 1px solid #fff;
    box-shadow: 1px 1px #D8D8D8;
    font-size: 10px;
    color: white;
    font-family: Verdana;
    font-weight: 900;
}

.dropdown-menu.notifications {
    padding-top: 0px;
    padding-bottom: 0px;
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
}

.dropdown-menu.notifications li {
    margin: 5px;
    margin-right: 10px;
}

.dropdown-menu.notifications li.unread {
    background-color: rgba(0, 137, 172, 0.15);
    border-radius: 4px;
    box-shadow: 1px 1px #aaa;
}

.dropdown-menu.notifications li span.subline.date {
    font-size: 0.6em;
    font-weight: 100;
    display: block;
}

.dropdown-menu.notifications li span.subline.icon {
    font-size: 1.2em;
}

.dropdown-menu.notifications li span.subline.message.unread {
    font-weight: 900;
}

label {
    white-space: nowrap;
}

.scrollable-panel {
    max-height: 200px;
    overflow-y: auto;
}

.scrollable-panel.double {
    max-height: 400px;
}

.scrollable-panel.maximized {
    max-height: calc(100vh - 212px);
}

.panel-container {
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #dddddd;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 50%);
    box-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
    margin-bottom: 30px;
    background-color: #fff;
}

.panel-container.filtered {
    background-color: rgba(0, 137, 172, 0.35);
}

.panel-heading.filtered {
    background-color: rgba(0, 137, 172, 0.35);
    border-radius: 4px;
    box-shadow: 1px 1px #aaa;
}

.comment {
    background-color: #ffffff;
    margin: 5px;
    margin-bottom: 10px;
    padding: 10px !important;
    border: 1px solid #dadada !important;
    border-radius: 3px !important;
}

.comment.own {
    background-color: rgba(0, 137, 172, 0.15);
}

.comment div.line-wrapped {
    white-space: pre-wrap;
}

.comment p.timestamp {
    line-height: 1.2em;
    margin-bottom: 0px;
    margin-top: 0px;
    border-bottom: 1px solid #aaaaaa;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background-color: #d2e2e6;
    border-left: 1px solid #ccc;
}

::-webkit-scrollbar-thumb {
    background-color: #0089AC;
    border-left: 1px solid #fff;
    box-shadow: 1px 2px #aaa;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #006079;
}

a {
    cursor: pointer;
}

.unsaved-changes {
    border-width: 2px;
    border-color: #0089AC;
}

.profile-picture {
    display: block !important;
}

canvas {
    width: 100%;
    height: 100%;
    /*needs some min-height or else clientwidth would be 0*/
    min-height: 32px;
    display: block;
}

.calibrationStatus {
    width: 30px;
    /* padding-right: 20px; */
}

.noCalibration {
    color: #d9534f;
}

.runningCalibration {
    color: #0089ac;
}

.oldCalibration {
    color: #f0ad4e;
}

.goodCalibration {
    color: #5cb85c;
}

.ui-notification {
    padding-bottom: 1em;
    padding-top: 1em;
    padding-left: 2em;
    padding-right: 2em;
}

.subline.message {
    word-wrap: break-word;
    white-space: pre;
    font-size: 0.8em;
    display: block;
}

.subline.subject {
    word-wrap: break-word;
    white-space: normal;
}

pre.inlinecode {
    display: inline;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 0 10.5px;
    font-size: 14px;
    line-height: 2;
    border: none;
}

.form-control.inline {
    display: inline;
    width: inherit;
    border: none;
    height: 18px;
    width: 4em;
    font-size: 0.75em;
    line-height: 1;
    padding-left: 8px;
}

.warning-tooltip + .tooltip.top .tooltip-inner {
    background-color: #f0ad4e;
}

.warning-tooltip + .tooltip.top .tooltip-arrow {
    border-top-color: #f0ad4e;
}

.warning-tooltip + .tooltip.bottom .tooltip-inner {
    background-color: #f0ad4e;
}

.warning-tooltip + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #f0ad4e;
}

.warning-tooltip + .tooltip.in {
    opacity: 1;
}

.success-tooltip + .tooltip.in {
    opacity: 1;
}

.success-tooltip + .tooltip.top .tooltip-inner {
    background-color: #5cb85c;
}

.success-tooltip + .tooltip.top .tooltip-arrow {
    border-top-color: #5cb85c;
}

.success-tooltip + .tooltip.in {
    opacity: 1;
}

.success-tooltip + .tooltip.bottom .tooltip-inner {
    background-color: #5cb85c;
}

.success-tooltip + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #5cb85c;
}

.animation_slow_blink {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-name: anim-blink;
    animation-timing-function: step-end;
}

.animation_fast_blink {
    animation-duration: 250ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-name: anim-blink;
    animation-timing-function: step-end;
}

.animation_red {
    background: #ff0000;
    min-width: 40px;
    border: #000 1px solid;
}

.animation_green {
    background: #00ff00;
    min-width: 40px;
    border: #000 1px solid;
}

.animation_white {
    background: #ffffff;
    min-width: 40px;
    border: #000 1px solid;
}

.animation_none {
    background: #ccc;
    min-width: 40px;
    border: #000 1px solid;
}

@keyframes anim-blink {
    50% {
        background-color: #ccc;
    }
}

.input-with-fixed-text {
    position: relative;
}

.input-part {
    display: block;
    background: #fff;
    padding-left: 68px;
}

.fixed-part {
    position: absolute;
    display: block;
    top: 0;
    z-index: 9;
    font-size: 15px;
    line-height: 1.42857143;
    height: 35px;
    width: 65px;
    padding-left: 12px;
    padding-top: 7px;
    padding-right: 4px;
    background: #cccccc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}