@media (min-width: 1350px) {
    .container {
        width: 1320px;
    }
}

@media (min-width: 1690px) {
    .container {
        width: 1660px;
    }
}

@media (min-width: 1900px) {
    .container {
        width: 1880px;
    }
}

@media (min-width: 2560px) {
    .container {
        width: 2530px;
    }
}

body {
    background-color: #f9f9f9;
}

ul {
    list-style-type: none;
}

.col-xs-9 {
    text-align: left;
}

.grid {
    width: 100%;
    min-height: 30em;
    max-height: 40em;
}

/* grid-checklist-editor*/
.checkpoint-button-row {
    margin-top: 2px;
}

.error {
    color: indigo;
    font-weight: bold;
    padding: 2px;
}

.modal-selection {
    width: 100%;
    height: 20em;
}

.draggable-selection {
    /*overflow: auto;*/
}

.draggable-selection .modal-dialog{
    width: 500px;
    margin-top: 10px;
    margin-left: 0;
    z-index: 1099;
    overflow: visible;
}

.draggable-selection .modal-body {
    padding-top: 5px;
}

.draggable-selection .modal-body .modal-selection{
    margin: 0;
}

.draggable-selection .modal-dialog .modal-content .modal-header{
    padding: 0;
    min-height: 25px;
    margin-bottom: 5px;
    border: 0;
}

.modal-backdrop.in {
    opacity: 0.1;
}

.workarea {
    margin-top:  0;
    margin-left:  5%;
}

#workarea-new {
    margin-top:  2%;
    margin-left:  5%;
}

#workarea-new .form-group {
    margin-left:  0;
    margin-right: 0;
    margin-bottom: 0;
}

#account-place .form-group {
    margin-left:  0;
    margin-right: 0;
    margin-bottom: 0;
}

#account-place .form-inline .form-group {
    width: 50%;
}

#account-place .form-inline .form-control {
    width: 100%;
}

#account-place > div.form-group:last-of-type {
    margin-top: 5px;
    margin-bottom: 20px;
}

#account-place > div.form-group.pull-right {
    margin-top: 5px;
    margin-bottom: 20px;
}

.edit-buttons {
    margin-top: 5px;
    margin-bottom: 20px;
}

.horizontal-form-group {
    margin-top: 15px;
}

#place-new  .form-group {
    margin-bottom: 0;
}

#place-new  .form-inline .form-group {
    width: 50%;
}

#place-new  .form-inline .form-control {
    width: 100%;
}

#place-new > div.form-group:last-of-type {
    margin-top: 5px;
    margin-bottom: 20px;
}

#new-place-map {
    height:770px;
    width:570px;
}

#account-place-map {
    height:760px;
    width:570px;
}

div#crosshair {
    position: absolute;
    /*top: 192px;*/
    height: 19px;
    width: 19px;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    display: block;
    background: url(../images/crosshair.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

div#account-place-map ~ div#crosshair {
    margin-top: -9px;
    margin-left: -1px;
}

.bootstrap .ui-select-bootstrap .ui-select-match .btn-default,
.bootstrap .ui-select-bootstrap .ui-select-match .btn-default:hover {
    color: #555;
    background-color: initial;
    border-color: #ccc;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
}

.pad-right-5 {
    padding-right:5px;
}

.pad-left-5 {
    padding-left:5px;
}

/*TODO - review grid settings */
@media (max-width: 767px) {
    footer {
        padding-left: 15px;
        padding-right: 15px;
    }

    .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .grid {
        /*height: 250px;*/
        /*height: 200px;*/
        height: 50%;
        width: 100%;
    }

    .navbar-large {
        display: none;
    }
}


/* angular-ui-tree */
.angular-ui-tree-handle {
    background: #f8faff;
    border: 1px solid #dae2ea;
    color: #7c9eb2;
    padding: 10px 10px;
}

.angular-ui-tree-handle:hover {
    color: #438eb9;
    background: #f4f6f7;
    border-color: #dce2e8;
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

tr.angular-ui-tree-empty {
    height:100px
}

.group-title {
    background-color: #687074 !important;
    color: #FFF !important;
}

/* --- Tree --- */


.tree-node {
    border: 1px solid #dae2ea;
    background: #f8faff;
    color: #7c9eb2;
}

.nodrop {
    background-color: #f2dede;
}

.tree-node-content {
    margin: 0 0 10px 0;
    min-height: 2.5em;
    line-height: 2.5em;
}

.tree-handle {
    padding: 10px;
    background: #428bca;
    color: #FFF;
    margin-right: 10px;
}

.angular-ui-tree-handle:hover {
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tree-root {
    min-height: 20em;
    border: 1px solid #dae2ea;
}

.angular-ui-tree-nodes .angular-ui-tree-nodes {
    padding-left: 10px;
}

#checkpoints-tree-root {
    overflow:auto;
    width: 600px;
    height: 300px;
    border: 1px solid black;
    margin: 0px;
}

#checkpoints-tree-root ol{
    margin: 5px;
}

#reference-tree-root {
    overflow:auto;
    width: 600px;
    height: 600px;
    border: 1px solid black;
    /*margin: 5px;*/
}

#reference-tree-root ol {
    margin: 5px;
}

/* Wizard Styles */
.wizard-resource {
    width: 75em;
    max-width: 75em;
}

/* form styling */
#form-container {
    margin: 0;
}

#form-container .page-header {
    margin-top: 5px;
    border: 0;
}

/* numbered buttons */
#status-buttons {
}

#status-buttons a {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    text-align: center;
    text-transform: uppercase;
}

#status-buttons a:hover {
    text-decoration: none;
}

#status-buttons span {
    color: #FFF;
    background: #080808;
    display: block;
    margin: 0 auto 10px;
    padding-top: 5px;
    height: 30px;
    width: 30px;
    border-radius: 50%;

    /*margin-left: 3px;*/
    /*font-size: 18px;*/
    /*padding: 5px 9px;*/
    /*border-radius: 15px;*/
}

/* active buttons */
#status-buttons a.active span {
    background: #00BC8C;
}

#checklist-wizard-form {
    border-width: 1px;
    border-color: black;
    border-style: solid;
}

#next {
vertical-align: bottom;
}

#wizard-tree {
    overflow:auto;
    width: 640px;
    height: 700px;
}

#wizard-import .row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
}

#reference-heading {
    margin-top: 8px;
}

.wizard-heading {
    margin-top: 8px;
    font-weight: bold;
}

.wizard-buttons {
    padding: .5em 1.0em 1.5em;
    min-height: 4.0em;
}

.checkpoint-tree {
    overflow:auto;
    min-height: 10em;
    max-height: 35em;
    border: 1px solid #dae2ea;
    padding: 0;
}

.tree-left {
    border: none;
    border-top: 2px solid #dae2ea;
    border-right: 1px solid #dae2ea;
}

.tree-right {
    border: none;
    border-top: 2px solid #dae2ea;
    border-left: 1px solid #dae2ea;
}

.checkpoint-review {
    border: none;
}

.step-row {
    margin-bottom: 3px;
}

.margin-left10 {
    margin-left: 10px;
}

#wizard-checklist-description {
    margin-top: 30px;
}

.wizard-hint {
    border-width: 1px;
    border-color: black;
    border-style: solid;
    padding: 10px;
    margin-left: 10px;
}

/* navbar begin */

@media (min-width: 381px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

@media (min-width: 381px) {
    .navbar-header {
        float: left;
    }
}
@media (min-width: 381px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 381px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
@media (min-width: 381px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}
@media (min-width: 381px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}
@media (min-width: 381px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
@media (min-width: 381px) {
    .navbar-toggle {
        display: none;
    }
}
@media (min-width: 381px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media (min-width: 381px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
@media (min-width: 381px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media (min-width: 381px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

/* navbar end */

div.navbar-collapse.collapse {
    display: block;
    overflow: hidden;
    max-height: 0px;
    -webkit-transition: max-height .3s ease;
    -moz-transition: max-height .3s ease;
    -o-transition: max-height .3s ease;
    transition: max-height .3s ease;
}

div.navbar-collapse.collapse.in {
    max-height: 2000px;
}

.brand {
    font-size:25px;
}

.navbar-large {
    color: #fff;
    font-size:15px;
}

.navbar-medium {
    color: #fff;
    font-size:15px;
}

@media (max-width: 666px) {
    .navbar-medium {
        display: none;
    }
}

.navbar-small {
    color: #fff;
    font-size:15px;
}

@media (min-width: 992px) {
    .navbar-large {
        display: none;
    }

    .navbar-medium {
        display: none;
    }

    .navbar-small {
        display: none;
    }
}

@media (max-width: 400px) {
    .navbar-very-small {
        display: none;
    }
}

.checkpoint {
    /*background: #f8faff;*/
    height: auto;
    overflow: auto;
}

.criteria {
    color: black;
    font-weight: normal;
    background: #ffffff;
    height: auto;
    overflow: auto;
}

.processStep {
    /*background: #f8faef;*/
    height: auto;
    overflow: auto;
}

.filter-row {
    padding: 0;
}

.editor-buttons {
    padding: .5em 0 1.5em;
    min-height: 4.0em;
    margin: 0 0 0 0;
}

.editor-tree {
    padding: 0 0 1.5em;
    margin: 0 0 0 0;
}

.checklist-editor-tree {
    padding-top: 1.0em;
}

.block {
    display: inline-block;
}

.nomargin {
    margin: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
}

.pad0 {
    padding: 0;
}

.well {
    padding: 1em 1em;
}

.resource {
    padding: 1em 0.5em;
    margin: auto;
}

/* .resource-item - A common style for an item in a collection */
.resource-item {
    margin-top:  0;
    margin-left:  5%;
    margin-right:  5%;
}

.checker-project-heading {
    font-weight: bold;
}

.user {
    max-width: 70em;
}

.user-settings {
    max-width: 70em;
    margin: auto;
}

.user-settings-btn {
    width: 80%;
    margin-right: 0;
    padding-right: 0;
}

.server-success {
    border: 1px solid black;
    background: #f8faff;
    color: #7c9eb2;
    font-weight: bold;
}

.server-error {
    border: 1px solid red;
    background: red;
    color: #f8faff;
    font-weight: bold;
}

.show-hide {
    transition: all linear 0.5s;
}
.show-hide.ng-hide {
    opacity: 0;
}

.checklist-name {
    /* background: #f8faff;  */   /* rgb(248, 250, 255);*/
    color: #7c9eb2;
    font-weight: bold;
}

.project-name {
    color: black;
    font-weight: 500;
    margin-bottom: 1em;
}

.project-workarea-fa-icon {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
    margin-left: 0.5em;
}

.project-checklist-fa-icon {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
    margin-left: 0.5em;
}

.project-verificationpoint-icon {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
    margin-left: 0.5em;
}

.project-checklist-checkpoints {
    background-color: transparent;
    color: inherit;
    font-weight: bold;
    transition: all .5s;
    margin-left: 0.5em;
}

.main-container {
    /*padding: 1em 0.5em;*/
    padding: 0 ;
    margin: 0;
    width: 100%;
}

.features {
    padding-top: 2em;
    font-family: "Helvetica Neue";
}

.features::after {
    content: "";
    display: block;
    clear: both;
}

.features__item {
    text-align: center;
    padding: 0.5em;
    min-height: 17em;
}

.features__item > h1, h2 {
    font-weight: 500;
    font-family: "Helvetica Neue";
}

.features__item > .icon {
    font-size: 6em;
}

.features__jumbotron {
    min-height: 12em;
}

#signup > a:link {
    color: LightSeaGreen;
}
#signup > a:visited {
    color: LightSeaGreen;
}
#signup > a:hover {
    color: crimson;
}
#signup > a:active {
    color: gray;
}

.signup__icon {
    font-size: 6em;
}

.user__item {
    /*color: red;*/
}

.user__item .icon {
    font-size: 6em;
}

.user__item a .icon {
    font-size: 6em;
}

.user__item  a:link  {
    color: black;
    text-decoration: none;
}

.user__item  a:visited  {
    color: black;
    text-decoration: none;
}

.user__item  a:hover {
    color: LightSeaGreen;
    text-decoration: none;
}

.user__item  a:active {
    color: gray;
    text-decoration: none;
}

.btn-grid2,
.btn-grid2:hover {
    display: block;
    text-decoration: none;
}

.btn-grid {
    color: #333;
}

.ui-grid-id {
    font-weight: bold;
    text-align: right;
}

.ui-grid-row:nth-child(odd) .ui-grid-cell .btn-grid {
    background-color: #fdfdfd;
    border-color: #fdfdfd;
}
.ui-grid-row:nth-child(even) .ui-grid-cell .btn-grid {
    background-color: #f3f3f3;
    border-color: #f3f3f3;
}

.ui-grid-row:nth-child(odd) .ui-grid-cell .btn-grid:hover,
.ui-grid-row:nth-child(odd) .ui-grid-cell .btn-grid:focus,
.ui-grid-row:nth-child(odd) .ui-grid-cell .btn-grid:focus {
    background-color: #fdfdfd;
    border-color: #fdfdfd;
    font-weight: bold;
}

.ui-grid-row:nth-child(even) .ui-grid-cell .btn-grid:hover,
.ui-grid-row:nth-child(even) .ui-grid-cell .btn-grid:focus,
.ui-grid-row:nth-child(even) .ui-grid-cell .btn-grid:focus {
    background-color: #f3f3f3;
    border-color: #f3f3f3;
    font-weight: bold;
}

.ui-grid-row:nth-child(odd) .ui-grid-cell .btn-grid:active {
    background-color: #fdfdfd;
    border-color: #fdfdfd;
}

.ui-grid-row:nth-child(even) .ui-grid-cell .btn-grid:active {
    background-color: #f3f3f3;
    border-color: #f3f3f3;
}

.highlight {
    color: #333;
}


/* Pricing */

.highlight-animation.mute-add,
.highlight-animation.mute-remove {
    transition: 0.4s linear all;
}

.highlight-animation.mute-add,
.highlight-animation.mute-remove.mute-remove-active {
    opacity: 1;
}

.highlight-animation.mute,
.highlight-animation.mute-remove,
.highlight-animation.mute-add.mute-add-active {
    opacity: 0.2;
}

.header {
    padding: 10px;
    line-height: 24px;
    background: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.column h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: none;
    font-size: 15px;
    color: black;
    margin: 0px;
}

.column ul li {
    color: #333;
    list-style-type: none;
    font-size: 13px;
    text-align: right;
    cursor: pointer;
    margin: 0px;
}

.instance {
    background-color: #eef0f2;
    border: 1px solid #eef0f2;
    padding: 10px;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
}

.column ul li span {
    color: #949ca1;
    font-size: 11px;
    text-align: left;
    display: inline-block;
    width: 35px;
    margin-left: 3px;
}

.column .left span {
    color: #949ca1;
    font-size: 11px;
    text-align: left;
    display: inline-block;
    width: 45px;
    margin-left: 5px;
    font-weight: normal;
}

.header.free {
    background-color: #457b97;
}

.header.trial {
    background-color: LightSteelBlue;
}

.header.unlimited {
    background-color: lightgrey;
}

.current-free {
    border: 1px solid #457b97;
}

.current-trial {
    border: 1px solid LightSteelBlue;
}

.current-unlimited {
    border: 1px solid lightgrey;
}


.left {
    float: left;
}

.pricing-right {
    float: right;
    /*width: 10em;*/
    padding-right: 1em;
}

.pricing-notes {
    padding-top: 1em;
    /*float: left;*/
    text-align: left !important;
    width: 15em;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.pph {
    font-weight: bold;
    font-size: 18px;
}

.checkpoint-modal-title {
    font-weight: 400;
}

.created {
    color: slategrey;
    font-weight: bold;
    margin-left: 0.5em;
}

.updated {
    color: slategrey;
    font-weight: bold;
    margin-left: 0.5em;
}

.my-messages {
    position: relative;
}

.message-animation {
    transition: 0.3s ease-in-out all;
}

.message-animation.ng-enter.ng-enter-active {
    opacity: 1;
    margin-top: 0;
}

.message-animation.ng-enter {
    opacity: 0;
    margin-top: -20px;
}

.message-animation.ng-leave {
    opacity: 1;
    margin-top: 0;
}

.message-animation.ng-leave-active {
    opacity: 0;
    margin-top: -20px;
}

.signup-wrapper {
    top: 36px;
    max-width: 430px;
    min-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.signup-wrapper .alert {
    margin-top: 10px;
}

.signup-wrapper input[text] {
    padding: 0 .4em 0 .4em;
    margin-bottom: 2em;
    vertical-align: middle;
    border-radius: 3px;
    min-width: 50px;
    max-width: 550px;
    width: 100%;
    min-height: 36px;
    background-color: #fff;
    border: 3px solid #c9c9c9 !important;
}

.signup-wrapper label {
    color: #595959;
    font-weight: 500;
    display: block;
    max-width: 550px;
    padding-bottom: .4em;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 15px;
    line-height: 18px;
}

.prompt {
    margin-top: 10px;
    white-space: normal;
    word-wrap: break-word;
    width: 100%;
    max-width: 550px;
    position: relative;
    color: #959595;
}

.float-left {
    float: left;
}

.password-requirements {
    margin-top: 10px;
}

.password-requirements .selfclear {
    margin-left: 20px;
}

.password-requirements ul {
    list-style: none;
    padding-left: 0px;
}

.password-requirements ul:first-child {
    margin-right: 15px;
}

.password-requirements ul li:before {
    position: relative;
    top: -1px;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 6px;
    margin-right: 10px;
    border-radius: 8px;
    background: #52bad5;
}

.password-requirements ul li.completed {
    opacity: .5;
}

.change-password {
    display: inline-block;
    margin-top: 0;
}

.server-error {
    color: darkred;
    font-weight: bold;
}


.server ul li:before {
    background: darkred;
}

.signup-wrapper .btn-primary:hover {
    background-color: #4F94D3 !important;
}

div[ng-messages] {
    margin-top: 10px;
    white-space: normal;
    word-wrap: break-word;
    width: 100%;
    max-width: 550px;
    position: relative;
    color: #FF0000;
}

.image-upload > input
{
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    background:LightGrey;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.checkbox-label {
    padding-left: .5em;
}

.readonly-row-label {
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.checklist-btn-link {
    padding: 0;
    display: block;
    text-decoration: none;
    color: #333;
}

.checklist-btn-link:hover {
    display: block;
    text-decoration: none;
    color: #165ba8;
    font-weight: bold;
}

.readonly-group {
    margin-top: 1em;
}

#checklistGroup {
    width: 100%;
}

#checklistType {
    width: 100%;
}

.pad-left0 {
    padding-left: 0;
}

.pad-right0 {
    padding-right: 0;
}

.margin-top2 {
    margin-top: 2.5em;
}

.message__fade {
    transition: 1s linear all;
    -webkit-transition: 1s linear all;
}

.message__fade.ng-enter {
    opacity: 0;
}

.message__fade.ng-enter.ng-enter-active {
    opacity: 1;
}

.message__fade.ng-leave {
    opacity: 1;
}

.message__fade.ng-leave.ng-leave-active {
    opacity: 0;
}

.save-modal-footer {
    padding: 0;
    text-align: right;
    border-top: none;
}

.margin-bottom {
    margin-bottom: 1em;
}


.margin-top {
    margin-top: 1em;
}

.margin-right {
    margin-right: 0.25em;
}

.place {
    color: darkseagreen;
}

/*
.place a:link {
    background-color: yellow;
}

.place a:visited {
    background-color: cyan;
}

.place a:hover {
    background-color: lightgreen;
}

.place a:active {
    background-color: hotpink;
}
  background-color: #2780e3;
  border-color: #1967be;
*/

.place-header {
    background-color: darkseagreen;
}

.current-account {
    /* color: #2780e3; */
    color: #1967be;
    font-weight: bolder;
    font-size: large;
    /*padding-left: 0.5em;*/
}

.home-account {
    /* color: #2780e3; */
    color: #1967be;
    font-weight: bolder;
    font-size: large;
    /*padding-left: 0.5em;*/
}

.home-account-not-current {
    color: #b30000;
    /*font-weight: bolder;*/
    font-size: large;
    /*padding-left: 0.5em;*/
}

.center-text {
    text-align: center;
}

.transparent {
    background-color: transparent;
    color: black;
    border: 0;
    margin: 0;
    padding: 0;
}

.transparent:focus,
.transparent.focus {
    /*color: #ffffff;*/
    background-color: transparent;
    color: black;
    /*border-color: #80001c;*/
}
.transparent:hover {
    /*color: #ffffff;*/
    background-color: transparent;
    color: black;
    /*border-color: #c2002b;*/
}

.status-button:hover {
    background-color: #00BC8C;
}

.importedAs {
     color: slategrey;
     font-weight: bold;
}

.error-heading {
    color: darkred;
    font-weight: bold;
}

.error-text {
    color: red;
}

.no-margins {
    margin: 0;
}

.pdf-report {
    color: red;
    margin-left: 0.5em;
}

.status-open {
     color: #ff0039;
 }

.status-closed {
    color: #3fb618;
}

.checkpoint-tree-btns {
    display: inline-block;
    margin-left: 0.5em;
}

.checkpoint-tree-btn {
    margin-right: 0.5em;
}

.btn {
    margin-bottom: 0.25em;
}

@media (min-width: 768px) {
    /* account-project.html - checkpoint tree node */
    .angular-ui-tree-nodes .angular-ui-tree-nodes {
        padding-left: 20px;
    }

    .tree-node-content {
        margin: 10px;
        min-height: 2.5em;
        line-height: 2.5em;
    }

    .checkpoint-tree-node {
        padding: 10px;
        margin: 10px;
    }

    .filter-row {
        padding: 0 15px 0 0;
    }

    .btn {
        margin-bottom: 0;
    }
}
