
a.mobile-dropdown-menu {
  height: 70px;
}

.in-card li a {
  text-transform: none !important;
  font-size: inherit;
  padding: 8px;
  color: inherit !important;
}

.in-card li {
  min-height: 0;
}

.shorten-card .card-title {
  font-size: 16px;
  font-weight: bold;
}
/*.shorten-card .badge { top: 0px; }*/

.card-container { position: relative; }
.card-panel {
  border: 1px solid #e4e4e4;
  box-shadow: none;
}

.logout {
  margin: 13px !important;
  border-radius: 5px;
  font-size: 13px !important;
  padding: 8px !important;
  text-transform: none;
}

.dropdown-content li>a {
    font-size: 14px;

}
.dropdown-content li a.logout i {
  display: inline;
  font-size: 11px;
}

#notification-dropdown-menu {
  max-height: 200px !important;
}

label[for="id_estimated_completion_date"], label[for="id_actual_completion_date"] { display: inline; }



.static-link { color: #035e8a !important; }

#import-content {
  margin-top: 30px;
  overflow: hidden;
}

#import-content .icon {
  font-size: 100px;
  color: #d8e3ec;
}

.non-mobile-spacer { height: 20px; }

.menu-link {
  position: absolute;
  right: 0;
  top: 35px;
}

#standards-sort .collapsible-body p,
#standards-filters .collapsible-body p { padding: .65rem 2rem; }

.smaller { font-size: smaller; }
.larger { font-size: larger; }

.slight-shadow { box-shadow: 0 2px 2px rgba(0,0,0,.03), 0 1px 0 rgba(0,0,0,.03); }

.body-color { background: #f0f0f0; }

.flat-blue-link-btn {
  color: #039be5 !important;
  font-size: smaller;
  margin-right: 0 !important;
}

.collapsible-header.active .expand_more { display: none; }
.collapsible-header.active .expand_less { display: block; }

.collapsible-header .expand_more { display: block; }
.collapsible-header .expand_less { display: none; }

.collapsible-form p { padding: 0; }

.errorlist {
  font-style: italic;
  padding-bottom: 10px;
}


/* dashboard page styles*/
i.facility-arrow { font-size: 20px; }

.pagination { margin: 20px 0; }
.pagination li.active { background-color: #dedbdb; }
.pagination li.active a {
  color: inherit;
}

.pagination li a { font-size: 1rem; }

#overdue-list .spy-glass {
  position: absolute;
  top: 19px;
  left: 26px;
}

#user-list .spy-glass {
  position: absolute;
  top: 19px;
  left: 26px;
}

.legend-item {
  padding: 6px;
  border-radius: 2px;
  margin-right: 10px;
  color: white;
  margin-bottom: 10px;
}


tbody.org-dashboard blockquote {
  margin: 0;
  padding-left: .5rem;
  border-left: none;
  font-weight: bold;
}

tr.dashboard-black  blockquote { border-right: 5px solid grey; }
tr.dashboard-black { border-bottom: 1px solid #e4e4e4; }

tr.dashboard-other  blockquote { border-right: 5px solid grey; }

tr.dashboard-green  blockquote { border-right: 5px solid #66BB6A; }
tr.dashboard-green { border-bottom: 1px solid #e4e4e4; }

tr.dashboard-yellow blockquote { border-right: 5px solid #FDB45C; }
tr.dashboard-yellow { border-bottom: 1px solid #e4e4e4; }

.percentage-label {
  float: right;
  font-weight: bold;
}

.dashboard-progress-bar {
  display: flex;
  margin: 8px 0;
  width: 100%;
  height: 30px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px,
  rgba(6, 24, 44, 0.65) 0px 4px 6px -1px,
  rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.category-color{
  height: 100%;
}

.breadcrumb:last-child {
    color: inherit;
    font-weight: bold;
}

.dashboard-search-container { position: relative; }
.dashboard-search-container .spy-glass {
  position: absolute;
  top: 7px;
  left: 18px;
  color: lightgray;
}
#dashboard-search {
  margin-bottom: 0px;
}


/* Generic Formset View */
.region-form {
  padding: 20px;
  background-color: aliceblue;
  margin-bottom: 20px;
}

.facility-form { padding: 40px; }
.form-item { margin: 40px 0; }



/* Login Page Styles */
.login, .register {
  background-color: #F7F9FA;
  padding: 40px 0;
  min-height: 100vh;
}

.unauthed-row {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.unauthed-header {
  padding: 40px;
  background-color: #F7F9FA;
}

.login-form-header {
  margin-bottom: 60px;
}

.register-form input {
  background-color: white !important;
}

.standards-count { margin-top: 20px; }
.standards-icon { padding-top: 17px; padding-left: 20px;}



.standard-status-filter p {
  padding: 8px;
  border-radius: 16px;
  background-color: #f3f3f3;
  cursor: pointer;
}
.standard-status-filter p b {
  margin-left: 5px;
  background: white;
  border-radius: 50%;
  padding: 1px 5px;
}
.standard-status-filter p.active {
  color: white;
}
.standard-status-filter p.active b {
  color: #555;
}
.standard-status-filter:hover { opacity: .6; }
.clear-status-filter { height: 35px; }
.clear-status-filter p {
  padding: 8px;
  border-radius: 16px;
  color: #039be5 !important;
  border: 1px solid #e4e4e4;
  cursor: pointer;
}
.clear-status-filter p:hover { background-color: #f7f7f7; }


.standard-status-filter .on { display: none; }
.standard-status-filter .off { display: inline; }
.standard-status-filter.active .on { display: inline; }
.standard-status-filter.active .off { display: none; }





#login {
  width: 100%;
  margin-top: 20px;
}




/* Navbar Styles */

.navbar-fixed .nav-wrapper,
nav .button-collapse,
nav a.button-collapse {
  border-right: 1px solid rgba(255, 255, 255, 0.28);
}

nav ul a { font-size: 13px; color: #cdced0; }

.gradient-logo-background { background: rgba(255, 255, 255, 0.03); }

nav .dropdown-button { display: block; line-height: 53px; }

i.material-icons.arrow  {
  background-color: rgba(255,255,255,.1);
  line-height: 19px;
  height: 20px;
  border-radius: 4px;
  margin-top: 1em;
  font-size: 18px;
}

nav .nav-wrapper i { font-size: 1.5rem; }
.nav-wrapper .badge { position: relative; margin-left: 30px; }

.logo-icon {
  margin: 13px;
  opacity: .8;
}

.inner-logo {
  margin: 10px;
}

.full-logo {
  position: relative;
  width: 100%;
}

.menu-toggler {
  display: block;
  position: absolute;
  right: 0;
}

.account_circle_icon {
  font-size: 14px !important;
  line-height: 12px !important;
  margin-top: 1.6em !important;
  height: 20px !important;
}

#user-dropdown-menu li { min-height: 0; }
#user-dropdown-menu li a:hover { background: transparent; color: #039be5; }
#user-dropdown-menu li i { color: #039be5; }





/* Layout Styles */

.content-wrapper {
  height: 100%;
}
.small_layout_col {
}

.small_layout_col_menu {
  position: fixed;
  width: inherit;
  height: 100%;
}

.large_layout_col {
}

.small_layout_col .collapsible { border: none; }
.small_layout_col .collapsible-body { border: none; }
.small_layout_col .collapsible-header  {
  line-height: 20px;
  min-height: 0;
}

ul#sidebar-menu li {
  /*border-bottom: 1px solid #e7e7e7;*/
  position: relative;
  display: block;
}

ul#sidebar-menu li i {
  margin-top: 4px;
  font-size: 14px;
  line-height: 14px;
  width: 14px;
}

ul#sidebar-menu li.active {
  background-color: #F3F3F3;
}

ul#sidebar-menu li .left-arrow { display: block; }
ul#sidebar-menu li .down-arrow { display: none; }
ul#sidebar-menu li a.active .left-arrow { display: none; }
ul#sidebar-menu li a.active .down-arrow { display: block; }

#sidebar-menu>li>a, .inner-sidebar>li>a  {
  position: relative;
  display: block;
  padding: 10px 22px;
  font-size: 14px;
}

#sidebar-menu ul.collapsible { margin: 0; }
#sidebar-menu a.collapsible-header, .sidebar-nested-menu .collapsible-header, .sidebar-nested-link { padding: 10px 22px; }

.sidebar-nested-menu { background-color: transparent !important; padding: 0; }
.sidebar-nested-menu .collapsible-header { border-bottom: none; }
.sidebar-nested-link { padding-left: 30px; }


#sidebar-menu>li.section>a.subheader {
  font-size: 12px;
  color: #949292;
  padding: 10px 22px 0;
}


.inner-sidebar li {
  border: none !important;
  /*border-top: 1px solid #f7f7f7;*/
  line-height: 21px;
  padding-left: 40px;
  background: #fff;
}

.inner-sidebar li.active { background-color: #F3F3F3; }
.small_layout_col li:hover { background-color: #f9f9f9; }

.small_layout_col li.section:hover {
  background-color: transparent;
}



.small_layout_col .submenu .collapsible-header {
  padding: 0 ; border: none !important;
}
.small_layout_col .submenu .collapsible-header.active,  .small_layout_col .submenu .collapsible-header.activated {
  padding: 5px;
  border-radius: 3px;
}

.small_layout_col .submenu .collapsible-body { padding: 5px; }



#standards-container {
  height: 85%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

#standards-container .collapsible {
  box-shadow: none !important;
  margin-top: 0;
}


#standard-search a { margin-bottom: 5px; }

#standard-search i {
  position: absolute;
  top: 8px;
  left: 17px;
}

.priority-filter { margin-bottom: 5px; }


#standards-scrollview {
  height: 97%;
  position: relative;
  margin: 0;
  padding: 0;
}

.standards-list li:hover {
  background-color: #e9e9e9;
  cursor: pointer;
}

.standards-list {
  margin: 10px 20px !important;
}

.standards-list li {
  border: 1px solid #e0e0e0 !important;
}

.standard-line-item { margin-left: 8px; }

.standards-overview-header {
  border-top: 1px solid #e0e0e0;
  padding-bottom: 20px !important;
  margin-top: 20px;
}

.detail-overview-menu {
  background: #fbf9f9;
  border: 1px solid #e0e0e0;
  position: absolute;
  margin: 0;
  top: 0;
  bottom: 0;
}

.detail-overview-menu li { border-bottom: 1px solid #e0e0e0; }
.detail-overview-menu li.active, .detail-overview-menu li:hover { background-color: #e8e8e8; }
.detail-overview-menu li.disabled, .detail-overview-menu li.disabled:hover { background-color: transparent; }

.detail-overview-menu a {
  opacity: .4;
  display: block;
  padding: 20px;
}

.detail-overview-menu a.active, .detail-overview-menu a:hover { opacity: 100; }


#standards-detail-pane {
  height: 97%;
}

#close-standards-detail-pane {
  font-size: 20px;
  margin-top: 20px;
}

.close-detail-container {
  position: absolute;
  right: 10px;
  z-index: 2000;
}

#overview-parent { height: 75%; }
.standards-overview-info { padding-bottom: 200px; }
#standards-overview-info {
  position: relative;
  height: 90%;
}

#info {
  margin-left: 20%;
  padding-top: 20px;
  position: relative;
  height: 88%;
  width: 80%;
  padding-left: 5%;
}

#info input[type="text"] {
  height: 25px !important;
  margin-bottom: 0 !important;
}


.standards-overview-form {
  background: #e5f1f5;
  padding: 19px;
  border: 1px solid #e0e0e0;
}


.collection .collection-item.active {
  background-color: #ebf2f9;
  color: inherit;
}

li.standard-overview, li.standard-overview a { line-height: 28px; }

#standards-overview-info-modal { min-height: 450px; position: relative; }
#standards-overview-info-modal .valign-wrapper { margin-top: 30%; }

#standard-audit-status i, #compliance-audit i, #audit-compliance i {
  border-radius: 2px;
  padding: 1px;
  font-size: 18px;
}


#assignee-scope { margin: 10px 0; }
#assignee-email { line-height: normal; }
#assignee-user { line-height: 24px; }

/* Facility View */
#select-category-selectized { height: 18px; }


/*.select-facility {
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  height: 37px;
  margin-top: 0;
  border: 1px solid #d0d0d0 !important;
}*/

.custom-select {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  margin: 0;
  height: 2.5rem;
  border: 1px solid #d0d0d0 !important;
}

.collapsible { box-shadow: none; }

#slide-out-r {
  width: 70%;
  padding: 20px;
  scroll-behavior: inherit;
}

#slide-out-r a:hover { background-color: transparent; }

.detail-header {
  font-size: larger;
  margin-bottom: 0;
}

.detail-spacer { margin-left: 20px; }


.inline_edit {
  padding: inherit !important;
  display: inline !important;
  border-bottom: 1px dashed #039be5 !important;
}

td, td .inline_edit {
  height: auto;
  font-size: smaller !important;
  line-height: 20px !important;
}


td.region { border-right: 1px solid #d8d8d8; }

.editable-click { padding: 0 !important; }

.editable-buttons button:focus { background-color: buttonface; }

.editable-input input {
  height: 25px;
  margin-bottom: 0;
  padding: 0;
}

.editable-input  textarea {
  min-height: 38px !important;
  padding: 5px;
}

.editable-input  select {
  height: inherit;
  margin-top: 0;
}

#auditPartialForm { margin: 20px 0 40px; }
#auditPartialForm button, #auditFullForm button { margin-top: 15px; }
#auditFullForm { margin-top: 10px; }
.audit-report-save-btn { margin-top: 10px; }


.search-container { position: relative; }
.search-container .spy-glass {
  position: absolute;
  top: 45px;
  left: 17px;
}
.search-container .standard-search {
  background: #fff;
  border: 1px solid #d0d0d0 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 13px;
}

.search-by-field {
  position: absolute;
  top: 0px;
  margin-right: 10px;
  right: 2px !important;
}

.search-by-field select {
  height: 36px;
  margin-top: 1px;
  border-radius: 0 !important;
}

.org-search-container .spy-glass {
  position: absolute;
  top: 18px;
  left: 27px;
}

.org-standard-search { padding-left: 35px !important; }

.org-btn {
  margin-top: 7px;
  margin-right: 7px;
}

.org-btn:hover { background-color: #f7f6f6; }


#standardsList li.white { position: relative; }

/*#status-container {
  padding-right: 20px;
  padding-left: 17px;
  margin-top: 3px;
}
.category-overview { margin-top: 10px; }
.category-overview .btn-flat-small {
  line-height: 29px !important;
  box-shadow: 1px 1px 2px rgba(0,0,0,.125);
  margin-bottom: 10px
}
.category-overview span { margin-left: 10px; }
*/

.observation-button { margin: 10px 40px 0px 20px; }


.static-link.attachment {
  height: inherit;
  line-height: inherit;
  padding: inherit;
  display: inline;
}

.attachment-view { position: relative; }
.attachment-view a { word-wrap: break-word; }
.attachment-item {
  position: absolute;
  background: white;
  padding-top: 3px;
  top: 0;
  cursor: pointer;
}

/* Chart view */
.is-facility-chart { margin-bottom: 20px; }


.rollup-card {
  border: 1px solid #dfe8f1;
  border-radius: 8px;
  padding: 10px 0 20px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.rollup-card:hover { box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}

.rollup-link {
  padding: 10px;
  border: 1px solid #dfe8f1;
  margin-bottom: 15px;
}

/* Datepicker */
.datepicker-container {
  z-index: 10000 !important;
}


/* Modal Spacer */
.current-status-spacer { margin-bottom: 140px; }



/* Media Queries */

@media all and (max-width: 1080px) {
  #standardsList .collapsible-header {
    height: 80px;
  }
  #status-container { top: 30px; }
}

@media all and (max-width: 990px) {
  .full-logo { width: 15%; }
  .inner-logo { display: none; }
  .collapsible-icon { display: block !important; }
}

@media all and (max-width: 830px) {
  #status-container { top: 30px;}
  #standardsList .collapsible-header { height: 114px; }
  #status-container .btn-flat-small { margin-bottom: 10px; }
}

@media all and (max-width: 807px) {
   #standardsList .collapsible-header { height: 145px; }
}


@media all and (max-width: 680px) {
  #meets-standard-btns .audit-btn { margin-bottom: 9px !important; }
  #meets-standard-btns i { margin-bottom: 25px !important; }
  #slide-out-r { width: 90% !important; }
  .search-by-field { display: none !important; }
}

@media all and (max-height: 650px) {
  .unauthed-header { padding: 20px 10px; }
  .login { padding: 0; }
}

.standard-checkbox{
  margin-top: 6px;
  margin-right: 16px;
  transform: scale(1.5);
}