/**
 * Custom Theme for Biosecurity Portal
 */

body {
    color: #000000;
    background-color: #ffffff;
    font-family: Open Sans, Calibri, arial, sans-serif;
}

legend {
    color: #000000;
}

.page-header {
    border-bottom: none;
}

.row {
    margin-bottom: 2em;
}

footer {
    color: #ffffff;
    background-color: #343434;
}

footer .footer-bottom {
    color: #000000;
    background-color: #f4f4f4;
}

@media only screen and (min-width: 768px) {
    footer .footer-top {
        min-height: 200px;
        /* background: url(/biosphere-gray.png) no-repeat;
        background-position: 600px -278px;
        background-size: 50%; */
    }

}

footer p.acknowledgement {
    font-style: italic;
    margin-top: 35px;
}

footer a {
    color: #ffffff;
}

footer a:hover {
    color: #ffffff;
}

footer a:focus {
    border: 1px solid #76cc95 !important;
    outline: 1px solid #76cc95;
    color: #ffffff;
}

footer ul {
    padding: 0;
    list-style: none outside;
    text-align: left;
    margin-left: -1px;
}

.footer-list {
    margin: 0.5em 0;
    border-right: 1px #ffffff solid;
    float: left;
    padding: 0 0.5em;
}

.footer-list:first-child {
    padding: 0 0.5em 0 0
}

.footer-list:last-child {
    border-right: none;
}

.breadcrumb {
    background-color: transparent;
}

.breadcrumb>li a {
    color: #1276CE;
}

.breadcrumb>li a:hover {
    color: #1276CE;
}

.breadcrumb>.active {
    color: #000000;
}

.navbar-brand {
    font-family: "Calibri", "Segoe UI Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.navbar-header {
    float: none;
    padding-left: 15px;
    padding-right: 15px;
    height: 110px;
}

@media only screen and (min-width: 768px) {
    .navbar-header {
        /* background: url(/biosphere.png) no-repeat;
        background-position: 600px -100px;
        background-size: 50% */
    }
}

.navbar-right {
    float: right !important;
    margin-right: 0em;
    padding-top: 0em;
}

.navbar.navbar-inverse.navbar-static-top>div {
    margin-right: auto;
    margin-left: auto;
}

.navbar.navbar-inverse.navbar-static-top>div.container {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-header img {
    padding: 18px 10px 28px 10px;
    min-width: 220px;
    width: 220px;
    height: 100%;
}

.nav-tabs>li {
    width: 100%;
    min-width: 100%;
    display: inline-block;
    margin-bottom: 0;
}

.nav-tabs>li>a {
    position: relative;
    display: block;
    height: auto;
    padding: 8px 45px 8px 15px;
    ;
    color: #343434;
    /*background-color: #c5d8e3;*/
    background-color: #bbbbbb;
    margin-right: 1px;
    margin-left: 0px;
    text-align: center;
    border: 1px solid #fff;
}

.validator.glyphicon.glyphicon-ok-circle {
    position: absolute;
    top: 12px;
    right: 8px;
    color: #07779a;
}

@media only screen and (min-width: 768px) {
    .nav-tabs>li {
        width: 12.5%;
        min-width: 190px;
    }

    .nav-tabs>li>a {
        height: 68px;
        padding: 8px 12px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

    .validator.glyphicon.glyphicon-ok-circle {
        top: 42px;
        font-size: larger;
    }
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    /*background-color: #c0dce6;*/
    background-color: #ededed;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #fff;
    /*background-color: #07779a;*/
    background-color: #343434;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #343434;
    cursor: default;
}

.nav-tabs>li.disabled>a,
.nav-tabs>li.disabled>a:hover,
.nav-tabs>li.disabled>a:focus {
    color: #666;
    background-color: #fdfdfd;
    cursor: not-allowed;
    border-color: #ededed
}

.btn-default {
    color: #07779a;
    background-color: #ffffff;
    border-color: #07779a;
}

.btn-default:hover {
    color: #07779a;
    background-color: #cdd8e2;
    border-color: #07779a;
}

.btn-default:active,
.btn-default.active {
    color: #07779a;
    background-color: #cdd8e2;
    border-color: #07779a;
    box-shadow: none;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus {
    color: #07779a;
    background-color: #cdd8e2;
    border-color: #76cc95;
    box-shadow: none;
}

.btn-default:focus,
.btn-default.focus {
    color: #07779a;
    background-color: #cdd8e2;
    border-color: #76cc95;
    box-shadow: none;
}

.btn {
    border-radius: 5px !important;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: .33 !important;
}

button.workflow-link.btn-default.btn {
    display: inline;
    text-align: center;
    font-weight: normal;
    font-size: 15px;
    color: #ffffff;
    border: 1px solid transparent;
    background-color: #07779a !important;
    border-color: #07779a;
    background: none;
    box-shadow: none;
    margin-top: 5px;
    padding: 6px 6px;
    border-radius: 5px;
}

div.form-action-container-left>a.btn {
    padding-top: 8px;
    margin-right: 8px;
}

div.form-action-container-left .btn {
    min-width: 140px;
    min-height: 40px;
}

.form-group.cell div.info.required :after {
    content: "*";
    color: red;
}

#EntityFormPanel>div.actions>a {
    padding-top: 8px;
    margin-right: 8px;
}

#EntityFormPanel>div.actions .btn {
    min-width: 140px;
    min-height: 40px;
    float: left;
}

.panel-warning {
    border-color: #ededed;
}

.panel-warning>.panel-heading {
    color: #000;
    background-color: #ededed;
    border-color: #ededed;
}

.btn-primary {
    color: #ffffff;
    background-color: #07779a;
    border-color: #07779a;
    margin: 0px 8px 0px 0px;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #065266;
    border-color: #065266;
}

.btn-primary:active,
.btn-primary.active {
    color: #ffffff;
    background-color: #065266;
    border-color: #065266;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus {
    color: #ffffff;
    background-color: #065266;
    border-color: #76cc95;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #ffffff;
    background-color: #065266;
    border-color: #76cc95;
}

.navbar-static-top.navbar-inverse {
    background-color: #07779a;
}

.navbar-static-top.navbar .navbar-collapse {
    max-height: 510px;
    background-color: #343434;
    box-shadow: none;
    border-top: none;
}

.navbar-static-top.navbar .menu-bar>.navbar-nav>li>a {
    font-family: Open Sans, Calibri, arial, sans-serif;
}

.navbar-toggle {
    background-color: darkgray;
}

.navbar-inverse .navbar-toggle {
    border: 1px solid darkgray;
}

.navbar-inverse .navbar-toggle:hover {
    background-color: lightgray;
}

.navbar-inverse .navbar-toggle:focus {
    border: 1px solid #000000;
    background-color: lightgray;
}

.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
}

.navbar-inverse .navbar-nav>li>a:hover {
    background-color: #165788;
    color: #ffffff;
    padding-bottom: 14.5px;
    border-bottom: none;
}

.navbar-inverse .navbar-nav>li>a:focus {
    background-color: #165788;
    border: 1px solid #76cc95 !important;
    outline: 1px solid #76cc95;
    color: #ffffff;
}

.navbar-inverse .navbar-nav>.open>a {
    color: #ffffff;
    background-color: #165788;
}

.navbar-inverse .navbar-nav>.open>a:hover {
    color: #ffffff;
    background-color: #165788;
    padding-bottom: 14.5px;
    border-bottom: none;
}

.navbar-inverse .navbar-nav>.open>a:focus {
    color: #ffffff;
    background-color: #165788;
}

#navbar .dropdown-menu {
    margin-top: 0px;
}

.navbar-inverse .navbar-nav .open .dropdown-menu {
    background-color: #c5d8e3;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #343434;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    background-color: #c0dce6;
    color: #343434;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    background-color: #c0dce6;
    color: #343434;
    border: 1px solid #76cc95 !important;
    outline: 1px solid #76cc95;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a {
    background-color: #c0dce6;
    color: #343434;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
    background-color: #c0dce6;
    color: #343434;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    background-color: #c0dce6;
    color: #343434;
    border: 1px solid #76cc95 !important;
    outline: 1px solid #76cc95;
}

/*.nav > li > a:hover {
    background-color: #f2f2f2; }
  
  .nav > li > a:focus {
    background-color: #f2f2f2; }
  */

.nav .open .dropdown-menu {
    background-color: #ffffff;
}

.nav .open .dropdown-menu>li>a {
    color: #000000;
}

.nav .open .dropdown-menu>li>a:hover {
    background-color: #f2f2f2;
    color: #000000;
}

.nav .open .dropdown-menu>li>a:focus {
    background-color: #f2f2f2;
    color: #000000;
}

.nav .open .dropdown-menu>.active>a {
    background-color: #f2f2f2;
    color: #000000;
}

.nav .open .dropdown-menu>.active>a:hover {
    background-color: #f2f2f2;
    color: #000000;
}

.nav .open .dropdown-menu>.active>a:focus {
    background-color: #f2f2f2;
    color: #000000;
}

.nav>.open>a {
    background-color: #f2f2f2;
}

.nav>.open>a:hover {
    background-color: #f2f2f2;
}

.nav>.open>a:focus {
    background-color: #f2f2f2;
}

.sectionPrimaryColor {
    background-color: #1276CE;
    color: #ffffff;
}

.sectionPrimaryColor h1,
.sectionPrimaryColor h2,
.sectionPrimaryColor h3,
.sectionPrimaryColor h4,
.sectionPrimaryColor h5,
.sectionPrimaryColor h6 {
    color: #ffffff;
}

.sectionPrimaryColor .crmEntityFormView h1,
.sectionPrimaryColor .crmEntityFormView h2,
.sectionPrimaryColor .crmEntityFormView h3,
.sectionPrimaryColor .crmEntityFormView h4,
.sectionPrimaryColor .crmEntityFormView h5,
.sectionPrimaryColor .crmEntityFormView h6 {
    color: #000000;
}

.sectionPrimaryColor .entitylist h1,
.sectionPrimaryColor .entitylist h2,
.sectionPrimaryColor .entitylist h3,
.sectionPrimaryColor .entitylist h4,
.sectionPrimaryColor .entitylist h5,
.sectionPrimaryColor .entitylist h6 {
    color: #000000;
}

a {
    color: #1276CE;
}

a:hover {
    color: #1276CE;
    text-decoration: underline;
}

a:focus {
    color: #1276CE;
    text-decoration: underline;
}

.open>.btn-default.dropdown-toggle {
    color: #1276CE;
    background-color: #e6e6e6;
    border-color: #1276CE;
}

.open>.btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #1276CE;
    border-color: #1276CE;
}

.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
    color: #ffffff;
    background-color: #1276CE;
    border-color: #1276CE;
}

.crmEntityFormView,
.entitylist,
.modal-content,
.popover-content {
    background-color: #ffffff;
    color: #000000;
    border: none;
}

.crmEntityFormView .cell {
    padding: 0 0 20px;
}

.crmEntityFormView td.inline-right.cell div.info {
    float: left;
    padding-right: 16px;
}

.crmEntityFormView td.inline-right.cell div.control {
    float: left;
    clear: right;
}

.crmEntityFormView td.inline-right.cell div.control .form-control {
    height: revert;
    padding: 0;
}


.crmEntityFormView .tab-title {
    border-bottom: none;
}

.panel-default>.panel-body,
.list-group-item {
    background-color: #ffffff;
    color: #000000;
}

.panel-default>.panel-heading {
    background-color: #f2f2f2;
    color: #000000;
}

.facet-list-group-item-title {
    color: #000000;
}

.form-control {
    background-color: #ffffff;
    color: #000000;
}

div.control>input.form-control-appendable {
    width: 90% !important;
}

.form-control-append {
    background-color: #ededed;
    height: 35px;
    padding: 6px 12px;
    float: right;
    font-size: 15px;
    text-align: center;
    width: 10%;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    border: 1px solid #ccc;
    border-left: 0px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: unset;
}

.login-heading-section {
    color: unset;
}

.navbar-static-top.navbar-inverse .navbar-brand a {
    color: #ffffff;
}

.search-results .highlight {
    color: #000000;
}

.table>thead>tr.info>td {
    background-color: #f2f2f2;
}

.table>thead>tr.info>th {
    background-color: #f2f2f2;
}

.table>thead>tr>td.info {
    background-color: #f2f2f2;
}

.table>thead>tr>th.info {
    background-color: #f2f2f2;
}

.table>tbody>tr.info>td {
    background-color: #f2f2f2;
}

.table>tbody>tr.info>th {
    background-color: #f2f2f2;
}

.table>tbody>tr>td.info {
    background-color: #f2f2f2;
}

.table>tbody>tr>th.info {
    background-color: #f2f2f2;
}

.table>tfoot>tr.info>td {
    background-color: #f2f2f2;
}

.table>tfoot>tr.info>th {
    background-color: #f2f2f2;
}

.table>tfoot>tr>td.info {
    background-color: #f2f2f2;
}

.table>tfoot>tr>th.info {
    background-color: #f2f2f2;
}

.table-hover>tbody>tr:hover {
    background-color: #f2f2f2;
}

.table-hover>tbody>tr>td.info:hover {
    background-color: #f2f2f2;
}

.table-hover>tbody>tr>th.info:hover {
    background-color: #f2f2f2;
}

.table-hover>tbody>tr.info:hover>td {
    background-color: #f2f2f2;
}

.table-hover>tbody>tr.info:hover>th {
    background-color: #f2f2f2;
}

.table-hover>tbody>tr:hover>.info {
    background-color: #f2f2f2;
}

.form-close {
    color: #000000;
}

.form-close:hover {
    color: #000000 !important;
}

.form-close:focus {
    color: #000000 !important;
}

::placeholder {
    color: #000000 !important;
}

.help-block {
    color: #000000;
}

h1,
.h1 {
    font-size: 2em;
    color: #00759a;
    border-bottom: 1px #bbbbbb solid;
    padding-bottom: 0.4em;
    font-family: Open Sans, Calibri, arial, sans-serif;
}

h2,
.h2,
h3,
.h3,
h4,
.h4 {
    color: #343434;
    font-family: Open Sans, Calibri, arial, sans-serif;
}

h2,
.h2 {
    font-size: 1.75em;
}

h3,
.h3 {
    font-size: 1.55em;
}

h4,
.h4 {
    font-size: 1.0em;
    font-weight: bold;
}

.action-tile .panel {
    box-shadow: 2px 2px 2px grey;
    border-bottom-color: #009aa6;
    border-bottom-width: thick;
    min-height: 180px;
    width: 340px;
    color: #000000;
    margin-right: 16px;
    float: left;
}

.action-tile .panel.panel-signin {
    width: 410px;
}

.action-tile:first-of-type .panel-signin {
    margin-right: 100px;
}

.panel-signin .panel-heading {
    float: right;
}

.panel-signin h3.panel-title {
    min-height: 85px;
}

.action-tile.small .panel {
    min-height: 90px;
    font-size: small;
}

.action-tile h3.panel-title {
    font-size: 1.55em;
    padding: 15px 0;
    height: 3.5em;
}

h3.panel-title::before {
    background: url(/tile-chevron.svg) no-repeat 0px 0;
    height: 26px;
    width: 26px;
    content: "";
    margin-left: 8px;
    display: inline-block;
    float: right;
}

.action-tile .panel-default>.panel-body {
    color: #000000;
    background-color: transparent;
}

.action-tile div.panel-heading {
    background-color: transparent;
    border-bottom: none;
    padding: 10px 5px 10px 15px;
}

a.action-tile div.panel:hover {
    background-color: #ededed;
}

.action-tile.tiles-4col div.panel {
    min-height: 120px;
    width: 260px;
    margin-right: 15px;
}

a.action-tile:hover {
    background-color: lightgrey;
}

.action-tile.disabled .panel {
    box-shadow: none;
}

.action-tile.disabled .panel-default>.panel-body {
    background-color: #e1e1e1;
    color: #777;
}

.action-tile.disabled div.panel-heading {
    background-color: #e1e1e1;
}

.action-tile.disabled h3.panel-title {
    color: #777;
}

/*hard coded column width fix 
  
  #QuickviewControlApplicant > div.tab.clearfix > div:nth-child(1) {
    width: 0 !important
  }
  */

.crmEntityFormView .tab .tab-column {
    padding-left: 0;
}

.crmEntityFormView .cell .picklist input[type=radio] {
    margin: 2px 8px 15px 0px;
    vertical-align: text-top;
}

.nopaddingbottom div.control {
    margin-bottom: -12px;
}

.clearfix.cell.picklist-cell.nopaddingbottom {
    padding-bottom: 0px;
}

a.logo {
    background: url(/logo.svg) no-repeat 0px;
    background-size: 310px;
    min-height: 80px;
    width: 280px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    margin-left: 0.5em;
    float: left;
}

.logo-heading {
    display: none;
}

@media only screen and (min-width: 1200px) {
    .logo-heading {
        float: left;
        min-height: 80px;
        padding-top: 28px;
        padding-left: 12px;
        margin-left: 12px;
        border-left: #83bbcc solid 0.05em;
        display: inherit;
    }
}

/**
   * SharePoint document list
   */

.sp-item .toolbar>a {
    display: none;
}

.sp-item .toolbar .dropdown-menu {
    display: block;
    position: relative;
    border: none;
    background: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.sp-item .toolbar .delete-link {
    display: block;
    position: relative !important;
    text-align: center;
    font-weight: normal;
    font-size: 15px;
    color: #000000;
    border: 1px solid transparent;
    background-color: #ffffff !important;
    border-color: #07779a;
    background: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 80px;
}

.sharepoint-data tr th:nth-child(2),
.sharepoint-data tr td:nth-child(2) {
    display: none;
}

.add-folder {
    display: none;
}

/**
   * View grid
*/

.entity-grid.subgrid.action-buttons .view-grid .dropdown>button {
    display: none;
}

.entity-grid.subgrid.action-buttons .view-grid .dropdown .dropdown-menu {
    display: block;
    position: relative !important;
    border: none;
    background: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.entity-grid.subgrid.action-buttons .view-grid .dropdown .dropdown-menu li {
    display: inline-block;
    vertical-align: top;
    min-width: 70px;
    margin-right: 8px;
    padding: 0px;
}

.entity-grid.subgrid.action-buttons .view-grid .dropdown .edit-link,
.entity-grid.subgrid.action-buttons .view-grid .dropdown .details-link,
.entity-grid.subgrid.action-buttons .view-grid .dropup .delete-link,
.entity-grid.subgrid.action-buttons .view-grid .dropdown .delete-link,
.entity-grid.subgrid.action-buttons .view-grid .dropdown .workflow-link {
    display: block;
    position: relative !important;
    text-align: center;
    font-weight: normal;
    font-size: 15px;
    color: #000000;
    border: 1px solid transparent;
    background-color: #ffffff !important;
    border-color: #07779a;
    background: none;
    box-shadow: none;
    margin: 0;
    padding: 6px 6px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.form-action-container-instructions {
    float: left;
    display: inline-block;
    margin-left: 16px;
    margin-top: 16px;
}

.form-action-container-instructions>span.glyphicon {
    font-size: large;
    color: #07779a;
    float: left;
    padding: 0 4px;
}

.form-action-container-instructions>div.form-action-container-instructions-body {
    float: left;
}

.fa-ul.info {
    font-size: 0.9375em;
    /*15px*/
    font-weight: normal
}

.info li {
    padding-bottom: 8px
}

.info span.fa-info {
    color: #07779a;
}

.modal-header {
    border-bottom-style: none;
}

.double-line {
    padding-bottom: 24px;
}

a.sp-download-link {
    margin-right: 1.75em;
    margin-top: 8px;
}

.input-group-addon {
    padding: 6px 48px;
    background-color: #ededed;
    border: 1px solid #ccc;
}

.input-group-addon:first-child {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    border-right: 0px;
}

.input-group-addon:last-child {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    border-left: 0px;
}

.modal-body tr.hover-tr:hover {
    background-color: #c0dce6;
}

.modal-body h2 {
    margin-top: 0px;
}

.modal-footer button {
    min-width: 140px;
}

span.glyphicon {
    color: #07779a;
    font-size: medium;
}

span.glyphicon.small {
    font-size: small;
}

span.glyphicon.large {
    font-size: x-large;
}

span.badge.badge-light {
    background-color: #F2F2F2;
    padding: 6px 12px;
    color: #666;
    font-weight: normal;
}

.tooltip-inner {
    text-align: left !important;
}

.tooltip.fade.top.in {
    transition-delay: 0.66s;
}


#instructions span.glyphicon {
    padding: 4px;
}

#instructions p {
    display: contents;
    float: left;
}

div.selected-item.dir-not-relevant {
    background-color: #ebccd1 !important;
}

#instructions span.glyphicon.glyphicon-info-sign {
    float: left;
    min-height: 50px;
    padding-right: 6px;
}

#instructions span.glyphicon.glyphicon-question-sign {
    float: left;
    min-height: 50px;
    margin-top: -5px;
    margin-right: 4px;
}

#instructions>ul>li {
    line-height: 25px;
    margin-left: 30px;
}

#instructions span.glypo {
    min-height: 20px !important;
}

#loader.loadingx {
    background: white;
    position: absolute;
    height: 85%;
    width: 100%;
    z-index: 5;
}

.accordion li {
    list-style: none;
    margin-bottom: 5px;
}

.accordion ul {
    padding: 0;
    list-style-type: none;
}

/*.accordion li>a*/
.accordion>ul>li>a {
    display: block;
    margin-left: 0px;
    border-bottom: 2px solid #bbb;
    font-size: 22.5px;
    text-decoration: none;
    color: #000;
}

.accordion li>a:hover {
    background-color: #ededed;
    margin-left: 0px;
}

.accordion span.validator.glyphicon.glyphicon-menu-down {
    float: right;
    color: #333;
    top: 8px;
}

.accordion span.validator.glyphicon.glyphicon-menu-up {
    float: right;
    color: #333;
    top: 8px;
}

.accordionBody {
    background: white;
}

span.accordionGroup.glyphicon.glyphicon-ok-circle {
    padding-right: 5px;
}

span.accordionEmpty {
    padding-right: 0px;
}

span.field-label-small {
    font-weight: normal;
}

span.accordionGroup {
    font-size: x-large;
    top: 5px;
}

.tab-column>fieldset {
    margin-right: 30px;
}

.crmEntityFormView div.summary {
    padding-bottom: 28px;
}

.crmEntityFormView div.summary h3 {
    display: block;
    padding: 10px;
    margin-left: 0px;
    border-bottom: 2px solid #bbb;
    font-size: 22.5px;
    text-decoration: none;
    color: #000;
}

.crmEntityFormView div.accordionBody h4,
.crmEntityFormView div.summary h4 {
    color: #000000;
    padding: 8px;
    margin-bottom: 4px;
    border-bottom: 2px solid #ddd;
    border-top: 0;
    width: 100%;
}

.crmEntityFormView div.summary fieldset {
    margin-bottom: 0px;
}

.crmEntityFormView div.summary .cell {
    border-bottom-width: 1px;
    border-bottom-color: #f5f5f5;
    border-bottom-style: solid;
    padding: 6px 0 0 0px;
}

.crmEntityFormView div.summary .cell div.info {
    width: 30%;
    float: left;

}

.crmEntityFormView div.summary .cell div.info label {
    font-weight: normal;
    height: 35px;
    padding: 6px 12px;
}


.crmEntityFormView div.summary .cell div.control {
    width: 70%;
    float: left;
    clear: right;
}

.crmEntityFormView div.summary td.inline-right.cell div.control .form-control {
    padding: 6px 12px 6px 0px;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #00759A;
    border-color: #00759A;
}

.modal-footer {
    padding: 15px;
    text-align: left;
    border-top: 1px solid #e5e5e5;
}

tr.disablethisrow {
    color: #666;
}

.pull-right.toolbar-actions {
    float: left !important;
}

.pull-right-search {
    float: right !important;
}

.primarybtnassecondary a.btn.btn-primary {
    background-color: #fff;
    border-color: #07779a;
    color: #07779a;
}

a.btn.btn-primary.pull-right.action.create-action.disabled {
    pointer-events: none;
    cursor: default;
}

/* Page Notification Alerts */
.alert {
    position: relative;
}

.alert .fa-check {
    font-size: 1.5em;
    color: green;
}

.alert .fa-info-circle {
    font-size: 1.5em;
    color: #07779a;
}

.alert .fa-warning {
    font-size: 1.5em;
    color: #ffbc00;
}

.alert.alert-danger .fa-warning {
    font-size: 1.5em;
    color: red;
}

.alert .fa-question {
    font-size: 1.5em;
    color: #07779a;
}

.alert .alert-icon {
    position: absolute;
    left: -.1em;
    width: 2.14285714em;
    top: 0.46285714em;
    text-align: center;

}

.alert .close {
    position: absolute;
    right: 0.72em;
    top: 0.24em;
}

.alert .alert-column-content {
    margin-left: 2em;
    margin-right: 1em;
}

.alert-light {
    background-color: #f2f2f2;
    border-color: #ccc;
}

[role="disable-grid-header-link"] {
    color: #000000;
    text-decoration: none;
    pointer-events: none;
    curson: default;
}

.readonlyrow .crmEntityFormView .cell .field-label {
    float: left;
    display: inline;
    color: #000000;
    padding: 8px;
    margin-left: -8px;
    margin-bottom: 4px;
    border-bottom: 2px solid #ddd;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: rgb(221, 221, 221);
    border-top: 0;
    width: 100%;
}

.readonlyrow .entity-grid .view-grid {
    margin-left: -8px;
}

@media print {

    a[href]:after {
        content: ""
    }

    @page {
        size: 330mm 427mm;
        margin: 14mm;
    }

    .container {
        width: 1170px;
    }

    html,
    body {
        height: auto;
        font-size: 20pt;
        /* changing to 10pt has no impact */
    }
}

/* START REPEATER */

fieldset:has(fieldset[data-repeatable=true]) {
    padding: 10px;
    border: 1px solid #07779a;
}

fieldset:has(fieldset[data-repeatable=true]) legend {
    width: auto;
    padding: 0 10px 0 10px;
}

fieldset[data-repeatable=true] {
    padding: 5px;
    border: 1px solid silver;
}

fieldset[data-repeatable=true] legend {
    width: auto;
    padding: 0 10px 0 10px;
}

fieldset[data-repeatable=true] table.section:not(:first-child) {
    margin-top: 10px;
}

/*
//TODO repeater - change this to flex divs stack to make responsive for different screen sizes
fieldset[data-repeatable=true] table.section tbody{
    padding: 15px !important;
    padding: 10px;
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
}

fieldset[data-repeatable=true] table.section tbody tr{
    width: 50%;
}

fieldset[data-repeatable=true] table.section tbody tr td {
    
}
*/

fieldset[data-repeatable=true] table.section tbody tr td.labeltype {
    display: none;
}

fieldset:has(fieldset[data-repeatable=true]) legend span.repeater-actions {
    position: absolute;
    right: 100px;
    margin: auto;
}

/*RTG form special case labels*/
fieldset>div>.info:not(:first-child):before {
    content: "|";
    padding-right: 5px;
}

fieldset>div>.info {
    display: inline-flex;
    margin-bottom: 10px;
}

fieldset>div>.info:not(:first-child) {
    padding: 5px;
}


/*
fieldset[data-repeater-master=true] legend:before {
    content: "🟢"
}
*/

/* FINISH REPEATER */

.alert h2.validation-header>span {
    vertical-align: middle;
    padding: 10px;
}

/*Start Inspection Location Help Text*/
.popover {
    min-width: 400px;
    overflow: visible;
    font-size: 12px;
}
/*End Inspection Location Help Text*/