[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;
}

.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: 62px;
    }
}

@media (min-width: 992px) {
    .drag-drop-container .list-group.min-list {
        min-height: 226px;
    }
}

.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;
}

@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);
}

.comment {
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    margin: 5px;
    margin-bottom: 10px;
    padding: 20px;
    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%;
    min-height:32px; //needs some min-height or else clientwidth would be 0
    display: block;
}

.form-control.inline {
    display: inline;
    width: inherit;
    /*border: none;*/
    /*height: 25px;*/
    /*width: 4em;*/
    font-size: 1em;
    line-height: 1;
    padding-left: 8px;
}

.progress span {
    position: absolute;
    display: block;
    width: 100%;
}
