/* open-sans-300 - latin */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"),
        url("../fonts/open-sans-v15-latin-300.60c866748ff1.woff2") format("woff2"),
        /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/open-sans-v15-latin-300.521d17bc9f35.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-regular - latin */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans Regular"), local("OpenSans-Regular"),
        url("../fonts/open-sans-v15-latin-regular.cffb686d7d2f.woff2") format("woff2"),
        /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/open-sans-v15-latin-regular.bf2d0783515b.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-600 - latin */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
        url("../fonts/open-sans-v15-latin-600.223a277bd88d.woff2") format("woff2"),
        /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/open-sans-v15-latin-600.1cd5320f8937.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700 - latin */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/open-sans-v15-latin-700.d08c09f2f169.woff2") format("woff2"),
        /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/open-sans-v15-latin-700.623e32055700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* inconsolata-regular - latin */
@font-face {
    font-family: "Inconsolata";
    font-style: normal;
    font-weight: 400;
    src: local("Inconsolata Regular"), local("Inconsolata-Regular"),
        url("../fonts/inconsolata-v16-latin-regular.e41ccb14c58f.woff2") format("woff2"),
        /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/inconsolata-v16-latin-regular.626c21a55285.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* inconsolata-700 - latin */
@font-face {
    font-family: "Inconsolata";
    font-style: normal;
    font-weight: 700;
    src: local("Inconsolata Bold"), local("Inconsolata-Bold"),
        url("../fonts/inconsolata-v16-latin-700.927962c39f8f.woff2") format("woff2"),
        /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/inconsolata-v16-latin-700.299a2b67687e.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Custom col-xl classes for Bootstrap 3.4.1 */
@media (min-width: 1600px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6,
  .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-12 {width: 100%;}
  .col-xl-11 {width: 91.66666667%;}
  .col-xl-10 {width: 83.33333333%;}
  .col-xl-9 {width: 75%;}
  .col-xl-8 {width: 66.66666667%;}
  .col-xl-7 {width: 58.33333333%;}
  .col-xl-6 {width: 50%;}
  .col-xl-5 {width: 41.66666667%;}
  .col-xl-4 {width: 33.33333333%;}
  .col-xl-3 {width: 25%;}
  .col-xl-2 {width: 16.66666667%;}
  .col-xl-1 {width: 8.33333333%;}

  .col-xl-pull-12 {right: 100%;}
  .col-xl-pull-11 {right: 91.66666667%;}
  .col-xl-pull-10 {right: 83.33333333%;}
  .col-xl-pull-9 {right: 75%;}
  .col-xl-pull-8 {right: 66.66666667%;}
  .col-xl-pull-7 {right: 58.33333333%;}
  .col-xl-pull-6 {right: 50%;}
  .col-xl-pull-5 {right: 41.66666667%;}
  .col-xl-pull-4 {right: 33.33333333%;}
  .col-xl-pull-3 {right: 25%;}
  .col-xl-pull-2 {right: 16.66666667%;}
  .col-xl-pull-1 {right: 8.33333333%;}
  .col-xl-pull-0 {right: auto;}

  .col-xl-push-12 {left: 100%;}
  .col-xl-push-11 {left: 91.66666667%;}
  .col-xl-push-10 {left: 83.33333333%;}
  .col-xl-push-9 {left: 75%;}
  .col-xl-push-8 {left: 66.66666667%;}
  .col-xl-push-7 {left: 58.33333333%;}
  .col-xl-push-6 {left: 50%;}
  .col-xl-push-5 {left: 41.66666667%;}
  .col-xl-push-4 {left: 33.33333333%;}
  .col-xl-push-3 {left: 25%;}
  .col-xl-push-2 {left: 16.66666667%;}
  .col-xl-push-1 {left: 8.33333333%;}
  .col-xl-push-0 {left: auto;}

  .col-xl-offset-12 {margin-left: 100%;}
  .col-xl-offset-11 {margin-left: 91.66666667%;}
  .col-xl-offset-10 {margin-left: 83.33333333%;}
  .col-xl-offset-9 {margin-left: 75%;}
  .col-xl-offset-8 {margin-left: 66.66666667%;}
  .col-xl-offset-7 {margin-left: 58.33333333%;}
  .col-xl-offset-6 {margin-left: 50%;}
  .col-xl-offset-5 {margin-left: 41.66666667%;}
  .col-xl-offset-4 {margin-left: 33.33333333%;}
  .col-xl-offset-3 {margin-left: 25%;}
  .col-xl-offset-2 {margin-left: 16.66666667%;}
  .col-xl-offset-1 {margin-left: 8.33333333%;}
  .col-xl-offset-0 {margin-left: 0;}
}

/* Also add visible and hidden classes for consistency */
.visible-xl {
  display: none !important;
}

@media (min-width: 1600px) {
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table !important;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
}

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

a {
    color: #3a87ad;
}

.break_all {
    word-break: break-all;
}


/* Our styles */
body {
    font-family: "Open Sans", sans-serif;
    background-color: #5d5d5d;
    padding-top: 70px;
}

/* mouse over link (pointer = hand) */
a#latest_release_link {
    cursor: pointer;
}



/* Fix adjustments in original template we no longer need */
.navbar-top-links .dropdown-tasks {
    margin-left: 0px;
}

.dropdown-tasks {
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.navbar-top-links .dropdown-alerts {
    margin-left: 0px;
}

.navbar-top-links #dropdown-pinned {
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding:20px;
}

#current_object_pin {
    padding:16px;
}
#current_object_pin i {
    padding-top:16px;
}

@media (min-width: 768px) {
    .sidebar {
        margin-top: 50px; /* Original 51 px */
    }
}

.lb-md {
    font-size: 14px;
}

.lb-lg {
    font-size: 20px;
}

h1.ticket_title {
    font-size: 150%;
    font-weight: 600;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    word-break: break-all;
}

.task-alert-link {
    word-break: break-all;
}

/* Allow buttons to wrap text if they don't have enough space */
.btn {
    white-space: normal;
}

.white-space-normal {
    white-space: normal !important;
}

/* Prevent button group from breaking */
.btn-group-no-break {
    display: flex;
}

/* Buttons which we want to keep together but aren't a button group */
.btns-no-break {
    display: flex;
}

.btns-no-break > .btn {
    margin-left: 4px;
}

.btns-no-break > .tooltip-wrapper {
    margin-left: 4px;
}

.btns-no-break > .tool-tip {
    margin-left: 4px;
}

/* Objects in the crumb list get a slightly darker look */
.object-crumb > a {
    color: black !important;
}

/* TG Colors : http://www.colourlovers.com/palette/4285136/TrialGrid */
.sludgelime {
    color: #bcc174;
}

.bg-sludgelime {
    background-color: #bcc174;
}

.trialgridroyale {
    color: #5b69b0;
}

.bg-trialgridroyale {
    background-color: #5b69b0;
}

.beachresort {
    color: #5e89b4;
}

.bg-beachresort {
    background-color: #5e89b4;
}

.bluenation {
    color: #4d6b8b;
}

.bg-bluenation {
    background-color: #4d6b8b;
}

.fived {
    color: #5d5d5d;
}

.bg-fived {
    background-color: #5d5d5d;
}

.rm8 {
    margin-right: 8px;
}

.rm20 {
    margin-right: 20px;
}

.lm2 {
    margin-left: 2px;
}

.lm4 {
    margin-left: 4px;
}

.lm8 {
    margin-left: 8px;
}

.lm20 {
    margin-left: 20px;
}

.rm2 {
    margin-right: 2px;
}

.rm4 {
    margin-right: 4px;
}

.pt8 {
    padding-top: 8px;
}

.pb8 {
    padding-bottom: 8px;
}

.pd8 {
    padding: 8px;
}

.bm4 {
    margin-bottom: 4px;
}

.bm0 {
    margin-bottom: 0px !important;
}

.bm8 {
    margin-bottom: 8px;
}

.tm8 {
    margin-top: 8px;
}

.tm20 {
    margin-top: 20px;
}

.tm4 {
    margin-top: 4px;
}

.tm2 {
    margin-top: 4px;
}

pre.noformat {
    border: none;
    background-color: transparent;
    font-family: monospace;
    font-size: inherit;
    margin: 0px;
    padding: 0px;
    color: inherit;
    word-wrap: normal;
    /* word-break: normal;  Setting this will make right != left for display*/
    white-space: pre-wrap;
    border-radius: 0px;
    overflow-x: hidden;
}

pre.noformatwrap {
    border: none;
    background-color: transparent;
    font-family: monospace;
    font-size: inherit;
    margin: 0px;
    padding: 0px;
    color: inherit;
    word-wrap: normal;
    word-break: break-all;
    white-space: pre-wrap;
    border-radius: 0px;
    overflow-x: hidden;
}

div#wrapper {
    top: 106px;
    padding-top: 7px;
}

div#page-wrapper {
    padding: 0px 0px 0px 0px;
    border-left: none;
}

#content-block {
    padding-top: 8px;
}

.vcenter {
    display: flex;
    align-items: center;
    min-height: 50px;
}

ol.breadcrumb {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 8px 15px;
    border-radius: 0px;
    background-image: linear-gradient(#ededed, #f5f5f5);
}

/* container for breadcrumbs has same background */
.breadcrumb-container {
    background-image: linear-gradient(#ededed, #f5f5f5);
    background-color: #f5f5f5;
    position: fixed;
    top: 50px;
    min-height: 52px;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 0px;
}

.explain-dropdown-menu, .list-button-dropdown {
    z-index:9999;
}

body {
    padding-top: 95px;
}

/* Action button in breadcrumbs row */
.header-action-button {
    margin-top: 5px;
    margin-bottom: 5px;
}

ol.breadcrumb a {
    color: #5d5d5d;
}

.active_breadcrumb {
    font-weight: bolder;
}
/* Symbols between breadcrumbs */
.breadcrumb > li + li:before {
    color: rgba(204, 204, 204, 1);
    content: "\276D\00a0";
}

/* Overrides */
.navbar-fixed-top {
    margin-bottom: 0;
    height: 44px;
    border: none;
    background-image: linear-gradient(#373737, #5d5d5d);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #5d5d5d;
}

.panel-primary {
    border-color: #558bb6;
}

.sidebar {
    background-color: #5d5d5d;
    background-image: none;
}

.sidebar ul li {
    border-top: 1px solid #a4a4a4;
    border-bottom: none;
}

.sidebar ul li:first-child {
    border-top: none;
}

.sidebar ul li a {
    color: #f5f5f5;
    background-color: #959595;
    padding: 8px 8px 6px 12px;
}

.sidebar ul li a.active {
    background-color: #959595;
    padding: 8px 8px 6px 12px;
}

.sidebar ul li a:hover {
    background-color: #959595;
}

.sidebar ul li a:focus {
    background-color: #959595;
}

.sidebar-title {
    margin-bottom: 8px;
}

.navbar li {
    color: #f5f5f5;
    text-shadow: none;
}

.system_nav > li > a {
    color: #f5f5f5;
}

.system_nav > li > a:hover {
    background-color: #959595;
}

.system_nav .open > a,
.system_nav .open > a:hover,
.system_nav .open > a:focus {
    background-color: #959595;
    border-color: #3399f3;
}

label {
    font-weight: normal;
}

.label-warning-clear {
    color: #d47500;
    opacity: 1;
}

.label-default-clear {
    color: #818181;
    opacity: 1;
    border: 0.25px solid #818181;
}


.label-danger-clear {
    opacity: 1;
    color: #cd0200;
}

.label-success-clear {
    color: #3cb521;
    opacity: 1;
}

.label-grey-clear {
    color: #c3c6c6;
    opacity: 1;
}

.label-info-clear {
    color: #3399f3;
    opacity: 1;
}

.label-info-bordered-clear {
    color: #8dc1ea;
    opacity: 1;
    border: 1px solid #8dc1ea;
}

.label-warning-bordered-clear {
    color: #d47500;
    opacity: 1;
    border: 1px solid #d47500;
}

.label-grey {
    background-color: #c3c6c6;
    color: #5d5d5d;
}

.label-grey-muted {
    background-color: #c3c6c6;
    font-weight: lighter;
}

.label-green {
    background-color: #c5e1a5;
    color: #5d5d5d;
}

.label-item {
    color: white;
    padding: 4px;
    text-align: center;
    display: inline-block;
    overflow-wrap: anywhere;
    width: 200px;
    font-weight: 600;
    border-radius: 4px;
    border: 1px solid lightgrey;
}

.label_display,
.display-label {
    color: white;
    padding: 8px 8px 8px 8px;
    text-align: center;
    display: inline-block;
    overflow-wrap: anywhere;
    margin-top: 4px;
    font-weight: 600;
    border-radius: 4px;
}

span.inline_label {
    padding: 4px 6px 4px 6px;
    margin-right: 2px;
    color: white;
    display: inline-block;
    overflow-wrap: anywhere;
    text-align: center;
    font-weight: 600;
    border-radius: 3px;
}

span.inline_label_small {
    padding: 1px 3px 1px 3px;
    margin-right: 2px;
    color: white;
    font-size: 90%;
    display: inline-block;
    overflow-wrap: anywhere;
    text-align: center;
    font-weight: 600;
    border-radius: 3px;
}

div.user_list_holder,
div.related_objects_holder,
div.label_list_holder {
    padding: 6px;
    margin-top: 4px;
    border-radius: 2px;
    border: 1px solid lightgrey;
}

ul#user_list,
ul#label_list {
    overflow-y: scroll;
    height: 200px;
    margin-bottom: 0px;
    margin-top: 4px;
}

ul#user_list li,
ul#label_list li {
    border: none;
}

.badge-muted {
    background-color: #c3c6c6;
    color: #5d5d5d;
}

.badge-clear {
    background-color: white;
    border-color: #5e89b4;
    color: #5d5d5d;
}

.badge-danger-clear {
    background-color: white;
    border-color: #5e89b4;
    color: #cd0200;
}

.badge-warning-clear {
    background-color: white;
    border-color: #5e89b4;
    color: #d47500;
}


.badge-danger {
    background-color: #c3c6c6;
    color: #cd0200;
}

.badge-warning {
    background-color: #c3c6c6;
    color: #d47500;
}

.badge-small {
	font-size: 90%;
}

.bold {
    font-weight: bold;
}

.capitalize {
    text-transform: capitalize;
}

.nopadding {
    padding: 0px;
}

.nomargin {
    margin: 0px !important;
}

.logo {
    margin-left: 15px;
    margin-top: 8px;
}

a.user_cartouche {
    font-size: 90% !important;
    display: inline !important;
    padding: 6px 6px 6px 6px !important;
    margin: 0px !important;
    border-radius: 2px !important;
}

.whitebackground {
    background-color: white;
}

.greybackground {
    background-color: #f5f5f5;
}

.panel.panel-body {
    margin-bottom: 0px;
}

.panel-heading .primary {
    background-color: #5e89b4;
    color: whitesmoke;
}

.panel-primary > .panel-heading {
    background-color: #5e89b4;
    background-image: linear-gradient(#4d6b8b, #5e89b4 50%, #5e89b4);
    background-repeat: no-repeat;
    color: whitesmoke;
}

.btn-primary {
    background-color: #5e89b4;
    background-image: linear-gradient(#5e89b4, #5e89b4 50%, #4d6b8b);
    background-repeat: no-repeat;
}

.btn-secondary {
    background-color: #e0e0e0;
    background-image: linear-gradient(#e0e0e0, #d5d5d5 50%, #a6a6a6);
    background-repeat: no-repeat;
    color: #545454;
    text-shadow: none;
    border: 1px solid #b5b5b5;
}

.btn-secondary span.badge {
    background-color: white;
    color: #636363;
}

.btn-primary-clear {
    background-color: white;
    border-color: #5e89b4;
    color: #5e89b4;
    text-shadow: none;
}
.btn-primary-clear.active {
    border-color: #5e89b4;
    background-color: #5e89b4;
    color: white;
    text-shadow: none;
}
.btn-primary-checkbox {
    background-color: white;
    border-color: #5e89b4;
    color: #5e89b4;
    text-shadow: none;
}
.btn-primary-checkbox.active {
    background-color: #5e89b4;
    border-color: #5e89b4;
    color: white;
    text-shadow: none;
}
.btn-primary-checkbox:hover {
    background-color: #e4f0fb;
    border-color: #5e89b4;
    color: #5e89b4;
    text-shadow: none;
}
.btn-primary-checkbox.active:hover {
    background-image: linear-gradient(#5e89b4, #5e89b4 50%, #4d6b8b);
    background-repeat: no-repeat;
    background-color: #5e89b4;
    border-color: #5e89b4;
    color: white;
    text-shadow: none;
}
.btn-primary-clear:hover,
.btn-primary-clear:focus,
.dropdown.open > .btn-secondary-clear {
    background-color: #5e89b4;
    border-color: #5e89b4;
    color: white;
    text-shadow: none;
}
.btn-success-clear {
    background-color: white;
    border-color: #3cb521;
    color: #3cb521;
    text-shadow: none;
}
.btn-success-clear:hover,
.btn-success-clear:focus,
.dropdown.open > .btn-success-clear {
    background-color: #3cb521;
    border-color: #3cb521;
    color: white;
    text-shadow: none;
}
.btn-success-clear span.badge {
    background-color: #3cb521;
    color: white;
    text-shadow: none;
}
.btn-secondary-clear {
    background-color: white;
    border-color: #e0e0e0;
    color: #545454;
    text-shadow: none;
}
.btn-secondary-clear:hover,
.btn-secondary-clear:focus,
.dropdown.open > .btn-secondary-clear {
    background-color: #e0e0e0;
    border-color: #e0e0e0;
    color: #545454;
    text-shadow: none;
}

.btn-info-clear {
    background-color: white;
    border-color: #3399f3;
    color: #3399f3;
    text-shadow: none;
}
.btn-info-clear:hover,
.btn-info-clear:focus,
.dropdown.open > .btn-info-clear {
    background-color: #3399f3;
    border-color: #3399f3;
    color: white;
    text-shadow: none;
}
.btn-danger-clear {
    background-color: white;
    border-color: #cd0200;
    color: #cd0200;
    text-shadow: none;
}
.btn-danger-clear:hover,
.btn-danger-clear:focus,
.dropdown.open > .btn-danger-clear {
    background-color: #cd0200;
    border-color: #cd0200;
    color: white;
    text-shadow: none;
}
.btn-warning-clear {
    background-color: white;
    border-color: #d47500;
    color: #d47500;
    text-shadow: none;
}
.btn-warning-clear:hover,
.btn-warning-clear:focus,
.dropdown.open > .btn-warning-clear {
    background-color: #d47500;
    border-color: #d47500;
    color: white;
    text-shadow: none;
}
.btn-warning-clear span.badge {
    background-color: #d47500;
    color: white;
    text-shadow: none;
}
.btn-warning-clear span.badge:hover {
    background-color: white;
    color: #d47500;
    text-shadow: none;
}

ins {
    padding-left: 2px;
    padding-right: 2px;
    background-color: rgba(154, 215, 143, 0.4);
    text-decoration: none;
}

del {
    text-decoration: line-through;
    background-color: rgba(234, 165, 165, 0.4);
    padding-left: 2px;
    padding-right: 2px;
}

#global_error {
    margin-top: 20px;
}

/* Titles of panels in datatables */
.grid-title {
    display: inline;
    font-size: 150%;
}

/* Make table columns auto-size to content */
.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

.noanimation {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

/* Tasks Progress Notifications */

.task-progress-description {
    margin-top: -8px;
}

.panel-body div.progress {
    margin-top: 10px;
}

.page-header {
    margin-top: 8px;
    margin-bottom: 4px;
}

.textarea-fullwidth {
    width: 100%;
}

/* Alert notification styles */
.navbar-top-links .dropdown-menu li .no_entries {
    margin-top: 10px;
    min-height: 0;
    color: #5d5d5d;
}

/* Page title blocks */
div.page-title {
    background-color: white;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 8px;
}

div.page-title h1 {
    margin-top: 15px;
    font-size: 180%;
    font-weight: 500;
}

/* Datatables related */
.dt_stripe1 {
    background-color: #fefefe;
}

.green {
    color: #2b8118;
}

.red {
    color: indianred;
}

.blue {
    color: blue;
}

.orange {
    color: #d47500;
}

.bs_warn,
.bs_warning {
    color: #d47500;
}

.bs_success {
    color: #3cb521;
}

.bs_danger {
    color: #cd0200;
}

.bs_info {
    color: #3399f3;
}

.dull {
    color: #a1a1a1;
}

/* Add to .row class to remove gutter from children using col- classes */
.no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

/* Add to .row class to remove gutter from children using col- classes */
.no-gutter-left > [class*="col-"] {
    padding-left: 0;
}

.clear-right {
    clear: right;
}

/* Dashboard panels */
.panel-grey {
    border-color: #7f7f7f;
}

.panel-grey .panel-heading {
    border-color: #7f7f7f;
    color: #fff;
    background-color: #7f7f7f;
}

/* Bordered tab contents */

.bordered-tab-contents > .tab_content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
}

.bordered-tab-contents > .nav-tabs {
    margin-bottom: 0;
}

/* just plain bordered for divs */
.bordered {
    border: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
}

/* Messages from django */
div.alert {
    margin-top: 4px;
    margin-bottom: 4px;
}

/* Adding Linters to projects */
.detail_panel {
    margin-top: 5px;
}

/* Helpers */
.margin-bottom-8 {
    margin-bottom: 8px;
}

.margin-top-8 {
    margin-top: 8px;
}

.margin-top-20 {
    margin-top: 20px;
}

.exclusion_area {
    padding: 2px;
}

.btn-collapse-danger {
    background-color: #cab8b8;
    border-color: #eed3d7;
}

.btn-collapse-success {
    background-color: #bacbb3;
    border-color: #d6e9c6;
}

/* Delete button in draft list */
button.delete-btn {
    margin-left: 4px;
}

div.grid-button-wrapper {
    display: inline-block;
    float: right;
}

.well-success {
    background-color: #dff0d8;
}

.well-tiny {
    padding: 4px 4px 4px 8px;
}

.whiteback {
    background-color: white;
}

hr.thin-hr {
    padding: 0px;
    margin-top: 6px;
    margin-bottom: 6px;
}

label.nobold {
    font-weight: normal !important;
}

li.subitem {
    border: none;
    padding-bottom: 4px;
}

a.draft_progress_link {
    text-decoration: none;
    color: inherit;
}

a.no_link {
    text-decoration: none;
    color: inherit;
}

.clickable-rows > tbody > tr > td:not(:last-child) {
    cursor: pointer;
}

.input-xs {
    height: 22px;
    padding: 5px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}


/* Number beside reviewgroup input box */
div.reviewgroup_number {
    margin-top: 4px;
}

.tab-content-wrapper {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

/* Activation slider switch columns in configuration grids */
.activation_switch_col {
    width: 100px;
}

.editor-panel div.panel-body {
    padding: 0px;
    margin: 0px;
    border-bottom: none;
}

textarea#edit_content {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    border: 1px solid #ddd;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

div.wiki-page-header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 8px;
    padding-bottom: 4px;
}

div.wiki-page-header h1 {
    font-size: 200%;
    padding: 0px;
    margin: 0px;
}

span#new_badge {
    vertical-align: super;
    font-size: 30%;
} /* Unexplained lint results */
.unexplained {
    border-left: 3px solid red;
}

.graph-label {
    font-weight: bold;
    font-size: 110% !important;
}

.cal-heatmap-container {
    display: block;
    text-align: center;
    margin: auto;
}

.subdomain-text {
    font-size: 90% !important;
}

rect.highlight.now {
    stroke: #999999;
    stroke-width: 1;
}

text.highlight.now {
    stroke: #999;
    stroke-width: 1;
    fill: #999;
}

.droptarget {
    background-color: #b0c8ff;
}

.file_tree i.fa {
    min-width: 24px;
}

.file_tree th.created_by {
    width: 150px;
}

.file_tree th.created {
    width: 250px;
}

.file_tree th.size {
    width: 100px;
}

.file_tree th.action {
    width: 200px;
}

.file_tree th.view {
    width: 180px;
}

span.space-9px {
    display: inline-block;
    margin-left: 4px;
    margin-right: 5px;
}

.file_drop_area {
    border: 3px dashed #5e89b4;
    min-height: 100px;
    height: 100px;
    color: #6d7070;
    font-size: 150%;
    text-align: center;
    padding-top: 25px;
    margin-bottom: 5px;
}

.drag_source {
    background-color: rgba(189, 212, 238, 0.11) !important;
    border: 1px solid #5e89b4 !important;
}

.nodeline {
}

.topline {
    border-top: 1px solid lightgrey;
    padding-top: 4px;
    margin-top: 4px;
}

i.fa-16x {
    font-size: 3200%;
    color: #e4e7e7;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
}

/* Fills in for a fa class */
i.fa-spacer {
    display: inline-block;
    width: 16px;
}

.fa-rotate-45 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

div.panel-muted {
    border-color: #d8d8d8;
}

.modal-ex-lg {
    width: 90%;
}

textarea.explanation_text, textarea.bulk_explanation_text  {
    height:60px;
    resize: vertical;
}

.scroll-explanations {
    max-height: 200px;
    overflow-y: auto;
}

.bulk-label-list {
    max-height: 400px;
    overflow-y: auto;
}

.nav-underline {
    display: block;
    margin-bottom: 4px;
    text-align: center;
}

.nav-underline > li {
    display: inline-block;
    float: none;
    margin-left: 0px !important;
    margin-right: 0px !important;
    color: #dddddd;
    margin-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

.nav-underline > li > a > span {
    background-color: lightgrey;
    font-weight: normal;
}

.nav-underline > li > a:hover {
    text-decoration: none;
    padding-bottom: 6px;
    border-radius: 0px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: darkgray;
    color: #6d6d6d !important;
    background-color: transparent !important;
}

.nav-underline > .active > a,
.nav-underline > .active > a:hover {
    text-decoration: none;
    padding-bottom: 6px;
    border-radius: 0px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: black;
    color: black !important;
    background-color: transparent !important;
}
.nav-underline > li > a {
    border-radius: 0px;
    padding-bottom: 6px;
    color: #000;
}

.nav-underline > li > a > .badge {
    background-color: lightgrey !important;
    color: black !important;
}

.nav-underline > li > a > .badge-warning {
    color: #d47500 !important;
}

.nav-underline > li > a > .badge-danger {
    color: #cd0200 !important;
}
.nav-underline > li > a.active > .badge {
}

div.form-group.formtaginputgroup > div.bootstrap-tagsinput {
    height: 80px;
    min-width: 100%;
}

div.form-group.proptaginputgroup > div.bootstrap-tagsinput {
    min-height: 120px !important;
    min-width: 100%;
}

.in_list {
    background-color: green;
}

.not_in_list {
    background-color: #d47500;
}

span.large {
    font-size: 200%;
}

div.large {
    font-size: 200%;
}

.card_title {
}

div.card_count {
    text-align: right;
}

div.card_count > span.badge {
    background-color: #b6b6b6;
}

div.tg_card_row {
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 990px) {
    div.tg_card {
        padding: 10px;
        border: 1px solid gainsboro;
        margin-bottom: 4px !important;
    }
}

@media (max-width: 990px) {
    div.side_nav {
        margin-bottom: 8px;
    }
}

div.tg_card_col {
    padding-left: 0;
    padding-right: 0;
}

div.tg_card_col > i.fa {
    text-align: left;
}

div.tg_card {
    padding: 8px;
    margin-top: 0px;
    margin-bottom: 0px;
}

div.tg_card:hover {
    background: gainsboro;
    cursor: pointer;
}

div.tg_card a {
    color: #3a87ad;
}

div.tg_card:hover a {
}

div.tg_card:hover i.fa {
    color: black;
}

/* Remove boostrap margin from bottom of property card because it pushes down other tg_card nav objects */
div.property_card {
    margin-bottom: 4px;
}

.avatar_thumbnail {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: 40px;
    margin: 0 auto;
    padding-left: 10px;
    padding-top: 0px;
    height: auto;
}

textarea.nofocusglow {
    outline: none;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    resize: vertical;
}

span.user_highlight {
    background-color: rgba(170, 206, 252, 0.27);
}

.avatar {
    margin-bottom: 3px;
}

.avatar_background {
    background: #808080;
    border: 3px solid #808080;
    border-radius: 2px;
}

.avatar_select {
    width: 20px;
    height: 20px;
}

span.user_ref {
    display: inline-block;
    font-weight: 600;
}

img.existing_profile_pic_preview {
    margin-left: 36px;
    width: 80px;
    height: 80px;
}

/* Override the cal-heatmap identification for "now", red is too bright */
.cal-heatmap-container rect.highlight-now {
    stroke: blue !important;
}

.cal-heatmap-container text.highlight-now {
    fill: blue !important;
}

.break-wrap {
    word-wrap: break-word;

}

.force-break-200 {
    word-wrap: break-word;
    max-width:200px;
    width:200px;
    min-width:80px;
}

pre.text_block {
    font-family: Inconsolata;
    background-color: white !important;
    border-color: white !important;
    padding: 0px !important;
}

a.wiki_page:after {
    font-family: FontAwesome;
    content: "\f0c1"; /* link */
    font-size: 80%;
    display: inline-block;
    padding-left: 2px;
    vertical-align: top;
}

/* A wiki page that has not been created yet */
a.no_wiki_page {
    color: orange;
}

a.no_wiki_page:after {
    font-family: FontAwesome;
    font-size: 80%;
    content: "\f127;"; /* unlink */
    display: inline-block;
    padding-left: 2px;
    vertical-align: top;
}

div#ticket_render table {
    border: 1px solid darkgrey;
    width: auto;
    border-collapse: collapse;
}

div#ticket_render table th {
    padding: 8px;
    font-weight: 700;
    border: 1px solid #ddd;
}

div#ticket_render table td {
    padding: 8px;
    border: 1px solid #ddd;
}

/* When disabling buttons and links for permissions */
.tooltip-wrapper {
    display: inline;
}

.tooltip-wrapper-inlineblock {
    display: inline-block;
    width: 100%;
}

.tooltip-wrapper .btn[disabled],
.tooltip-wrapper-inlineblock .btn[disabled] {
    /* don't let button block mouse events from reaching wrapper */
    pointer-events: none;
}

.tooltip-wrapper.disabled,
.tooltip-wrapper-inlineblock.disabled {
    /* OPTIONAL pointer-events setting above blocks cursor setting, so set it here */
    cursor: not-allowed;
}

div.comment_wrapper {
    display: block;
    margin-top: 4px;
    margin-left: 20px;
    padding: 8px;
    color: #676767;
    border-left: 4px solid #d1d1d1;
    margin-bottom: 2px;
}

#mount-activities div.comment_edit_panel {
    margin-bottom: 0px !important;
}

ol.breadcrumb a.dropdown-toggle:hover {
    color: #4f8dff !important;
}

.crumb-icon {
    width: 16px;
    text-align: center;
}

/* Used in select2 tags */
span.tag_known {
    font-weight: 500;
    color: #558bb6;
}

span.tag_unknown {
    font-weight: 500;
    color: #d47500;
}

#global_success {
    width: 600px;
    position: fixed;
    top: 40px;
    left: 50%;
    margin-left: -300px;
    z-index: 1000;
}

#global-messages-area {
    position: fixed;
    width: 600px;
    top: 32px;
    left: 50%;
    margin-left: -300px;
    z-index: 999999;
}

.message-alert.alert-success {
    border-color:darkgreen
}
.message-alert.alert-danger {
    border-color:darkred
}

/* Override scroll body from bootstrap scroller-min */
div.dts div.dataTables_scrollBody {
    background: none !important;
}

a.disabled {
    color: lightgrey !important;
}

li a.disabled {
    color: lightgrey !important;
}

table.sidebar_compliance_table {
    font-size: 95%;
}

table.sidebar_compliance_table th {
    color: #4c4c4c;
    font-weight: normal;
}

table.sidebar_compliance_table tbody th {
    border-bottom: none;
    border-top: none;
}

table.sidebar_compliance_table tbody tr td {
    border-bottom: none;
    border-top: none;
}

.compliance_label_in_sidebar {
    display: block;
    font-size: 12px;
    padding-bottom: 4px;
    padding-top: 5px;
    width: 140px;
    margin-bottom: 1px;
    border: 1px solid;
    background-color: white;
}

.small_compliance_label {
    font-size:70%;
    display: inline-block;
    padding-bottom: 4px;
    min-width: 100px;
    padding-top: 5px;
    margin-bottom: 1px;
    border: 1px solid;
    background-color: white;
}

table.sidebar_compliance_table a {
    word-break: break-all;
}

#search_bar.search_active {
    background-color: #f3f4fe !important;
}

#search_bar.search_inactive {
    background-color: whitesmoke !important;
}

/* recording modal styles */
#recording_modal .modal-dialog {
    width: 98%;
    height: 90%;
}
iframe.recording {
    width: 98vw;
    height: 76vh;
}

/* compare modal styles */
#compare_modal .modal-dialog {
    width: 98%;
    height: 90%;
}

#compare_modal .modal-content {
    height: 100%;
}

#compare_modal div#prop_area {
}

#compare_modal div#svg_area {
}

div.explanation_hints_master {
}

div.explanation_hints {
    max-height: 200px;
    overflow:auto;
}
div.explanation_hint, div.bulk_explanation_hint {
    margin-bottom:2px;
    padding:10px;
    background-color:white;
    border-radius: 4px;
    font-style:italic;
}

div.explanation_hint:hover, div.bulk_explanation_hint:hover {
    cursor: copy;
    font-weight:600;
}

button.btn-toggle-explain {

}

#success_alert {
    word-break: break-all;
}

textarea.wikisource {
    font-family: monospace;
}

table {
    font-size: 14px;
}

/* property references in rule descriptions */
span.prop_ref {
    border: 1px solid lightsteelblue;
    background: lightsteelblue;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 4px;
}

div#active_rules_container {
    border: 1px solid lightgrey;
    padding: 10px;
    border-radius: 3px;
}

/* Rule display for Fields and elsewhere */
div.rule-item div.rule_text {
    margin-left: 8px;
}

div.rule-item div.rule_description {
    margin-left: 14px;
    margin-top: 4px;
    margin-bottom: 6px;
    font-style: italic;
}

/* ensure slide out side bar is above any content it overlaps with */
/* except for the breadcrumbs contents, which have z-index of 999 */
div.fixed-object-summary {
    z-index: 998;
}

.d-none {
	display: none
}

/* Property sheet option links */
a.prop_sheet_option {
    cursor: pointer;
}

#object-modal-iframe-wrapper {
    width: 100%;
    height: 82vh;
    overflow: hidden;
    position: relative;
}

#object-iframe {
    width: 100%;
    height: 100%;
    top: -50px;
    position: absolute;
    border: 0;
}

/* testcases and workflow labels */
.badge-grey {
    background-color:lightgrey;
}


a.workflow_action {
    cursor: pointer;
}

.invisible {
    visibility: hidden; /* not shown but takes up space */
}

.rounded3 {
    border-radius: 3px !important;
}

a.modal-link {
    text-decoration: none;
}

a.modal-link:hover {
    cursor: pointer;
}

/* --- Found on the actions dialog page -- */
.cell_align-left {
    text-align:left;
     white-space: normal;
     word-wrap:break-word
}

span.precondition_description {
    margin-top:4px;
    margin-bottom:8px;
    display:inline-block;
    border: 0.25px solid #818181;
    border-radius: .25em;
    padding: .2em .6em .3em;
}
/* end Found on the actions dialog page */

/* Ensure activity comments count doesn't get grey background of spans under nav elements */
#activity_comments {
  background-color:white;
}

.activity-desc {
    word-break: break-all;
}

#mount-activities {
    margin-bottom:8px;
}

.input_warning {
    color: #3399f3 !important;
    border-color: #3399f3 !important;
}

/* used in object listings and object editors */
table.object_state_list_summary_table {
    border-collapse: separate;
    width: 100%;
}

table.object_state_list_summary_table td {
    font-size:90%;
    width: 20%;
}

.object_state_list_summary{
    font-size:90%;
}

.object_state_list_summary #count_row{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

.status_btn_group {
    /*border:1px solid grey;*/
    /*border-radius:6px;*/
    /*padding:2px;*/
    display:inline-block;
    width:100%;
}

.status_btn_group button.no-button {
  /*background-color: white;*/
  /*border: 1px solid lightgrey;*/
  padding:4px;
  cursor: default;
  pointer-events: none;
  border:1px solid white;
  display:inline-block;
  width:15%;
}

.status_btn_group button.dropdown-toggle {
  padding:4px;
  border:1px solid white;
  display:inline-block;
}

/* colors related to object states */

.html_color_matched {
    color: #28a00f;
}

.html_color_different {
    color: #d46a00;
}

.html_color_not_found {
    color: #d44000;
}

.html_color_missing {
    color: #d4b100;
}



/* colors related to explanation states */
.html_color_grey {
    color: #e0e0e0;
}

.html_color_unexplained {
    color: #d47500;
}

.html_color_approval_requested {
    color: #6d9bf6;
}

.html_color_approved {
    color: #3cb521;
}

.html_color_conditionally_approved {
    color: #1d8d9b;
}

.html_color_calculating {
    color: #b7b7b7;
}


.html_color_denied {
    color: #cd0200;
}

.html_color_grey {
    color: #e0e0e0;
}

/* labels related to explanation states */

.label_unexplained {
    background-color: #d47500;
}

.label_approval_requested {
    background-color: #6d9bf6;
}

.label_approved {
    background-color: #3cb521;
}

.label_conditionally_approved {
    background-color: #1d8d9b;
}

.label_calculating {
    background-color: #b7b7b7;
}

.label_denied {
    background-color: #cd0200;
}


.label_unexplained_clear {
    border-radius:3px;
    background-color:white;
    color: #d47500;
}

.label_approval_requested_clear {
    border-radius:3px;
    border:1px solid #6d9bf6;
    background-color:white;
    color: #6d9bf6;
}

.label_approved_clear {
    border-radius:3px;
    background-color:white;
    border:1px solid #3cb521;
    color: #3cb521;
}

.label_conditionally_approved_clear {
    border-radius:3px;
    background-color:white;
    border:1px solid #1d8d9b;
    color: #1d8d9b;
}

.label_calculating_clear {
    border-radius:3px;
    background-color:white;
    border:1px solid #b7b7b7;
    color: #b7b7b7;

}

.label_denied_clear {
    border-radius:3px;
    background-color:white;
    border:1px solid #cd0200;
    color: #cd0200;
}

.label_grey_clear {
    border-radius:3px;
    background-color:lightgrey;
    border:1px solid grey;
    color: grey;
}


/* div backgrounds */
.swatch_unexplained {
    background-color: white;
    text-align: center;
    color:#d47500;
    width:100%;
}

.swatch_approval_requested {
    color: #6d9bf6;
    text-align: center;
    background-color:white;
    width:100%;
}

.swatch_approved {
    color: #3cb521;
    text-align: center;
    background-color:white;
    width:100%;
}

.swatch_conditionally_approved {
    color: #1d8d9b;
    text-align: center;
    background-color:white;
    width:100%;
}

.swatch_calculating {
    color: #b7b7b7;
    text-align: center;
    background-color:white;
    width:100%;

}

.swatch_denied {
    color: #cd0200;
    text-align: center;
    background-:white;
    width:100%;
}

.swatch_grey_clear {
    background-color: white;
    text-align: center;
    color:grey;
    width:100%;
}

/* explain state related borders */
.border_grey {
    border:1px solid #e0e0e0;
}

.border_unexplained {
    border:1px solid #d47500;
}

.border_approval_requested {
    border:1px solid #6d9bf6;
}

.border_approved {
    border:1px solid #3cb521;
}

.border_conditionally_approved {
    border:1px solid #1d8d9b;
}

.border_calculating {
  border:1px solid #b7b7b7;
}

.border_denied {
    border:1px solid #cd0200;
}



/* state buttons */
.btn-unexplained-clear {
    background-color: white;
    border-color: #d47500;
    color: #d47500;
    text-shadow: none;
}

.btn-unexplained-clear:hover,  .btn-unexplained-clear:focus {
    background-color: #d47500;
    border-color: #d47500;
    color: white;
    text-shadow: none;
}

.btn-approval-requested-clear {
    background-color: white;
    border-color: #6d9bf6;
    color: #6d9bf6;
    text-shadow: none;
}

.btn-approval-requested-clear:hover,  .btn-approval-requested-clear:focus{
    background-color: #6d9bf6;
    border-color: #6d9bf6;
    color: white;
    text-shadow: none;
}


.btn-conditionally-approved-clear {
    background-color: white;
    border-color: #1d8d9b;
    color: #1d8d9b;
    text-shadow: none;
}

.btn-conditionally-approved-clear:hover,  .btn-conditionally-approved-clear:focus{
    background-color: #1d8d9b;
    border-color: #1d8d9b;
    color: white;
    text-shadow: none;
}


.btn-approved-clear {
    background-color: white;
    border-color: #3cb521;
    color: #3cb521;
    text-shadow: none;
}

.btn-approved-clear:hover,  .btn-approved-clear:focus{
    background-color: #3cb521;
    border-color: #3cb521;
    color: white;
    text-shadow: none;
}


.btn-denied-clear {
    background-color: white;
    border-color: #cd0200;
    color: #cd0200;
    text-shadow: none;
}

.btn-denied-clear:hover,  .btn-denied-clear:focus{
    background-color: #cd0200;
    border-color: #cd0200;
    color: white;
    text-shadow: none;
}

.btn-grey-clear {
    background-color: white;
    border-color: grey;
    color: grey;
    text-shadow: none;
}

.btn-grey-clear:hover,  .btn-grey-clear:focus{
    background-color: grey;
    border-color: grey;
    color: white;
    text-shadow: none;
}

.btn-explain-list {
    border-radius:0px;
    border:0px;
}

#topnav.tooltip-inner {
    max-width: 100% !important;
}
 
/* Don't allow to overflow the selection container */
.bootstrap-select-no-overflow .dropdown-menu{
   max-width: 100% !important;
}

/* in check description */
.check-logic dl.dl-horizontal dt {
    width: 400px;
}

.check-logic dl.dl-horizontal dd {
        margin-left: 410px;
}


div.dts div.dt-scroll-body, div.dts div.dataTables_scrollBody {
    background: none !important
}

span.overdue {
    color:red;
}

