/*
Theme Name: Inclusify Digital
Theme URI: https://www.inclusify.digital
Author: Paul Wroe
Author URI: https://www.inclusify.digital
Description: A simple WordPress theme including Bootstrap 5 via CDN.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-bootstrap-theme
Tags: bootstrap, minimal, starter
*/

 
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
h1 {
    font-size:3rem;
    font-weight:bold;
    margin-bottom:1rem;  
}
h3 {
  font-size:1.15em;
}
h4 {
  font-size:1.15em;
  font-weight:bold;
}

.text-grey {
  color:#555 !important;
}

.righteous-regular {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html {
    font-size: 16px;
}

body {
  background-color:#f1f1f1;
}





.bg-yellow { background-color:#DBFE71 !important }
.text-yelow { color:#DBFE71 !important }

.bg-dark { background-color:#555 !important; }
.text-dark { color: #555 !important; }


#main-nav ul li a.nav-link {
  padding:16px;
  font-size: 1.15em;
}

#top-nav ul li a.nav-link {
  color:white;
  background-color:black;
  padding:6px 10px;
  border-radius: 24px;
  font-size: 1.15em;
}



/*
  Incident row
*/

.incident-row.resolved {
  border-left:8px solid green;
}
.incident-row.unresolved {
  border-left:8px solid red;
}

p.resolved {
  color:green !important;
}
p.unresolved {
  color: red !important;;
}







/*
  Log In Page
*/
.tml-alerts {
  background:transparent !important;
  color:black !important;
}


.tml-message {
  width:100% !important;
  margin:auto !important;
  max-width:400px;
  box-shadow:none !important;
  border:none !important;
}
form[name="lostpassword"] .tml-message {
  border:1px solid black !important;
}

.tml-field {
  font-size:1.25em;
  border:none !important;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
  padding:0.25em;
  margin:0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.tml-field-wrap {
  margin:24px 0;
}

.tml-field:focus {
  border:1px solid black !important;
}

.tml-button {
  background-color: black;
  color: white;
  font-size:1.25em;
  border:none;
  width:100%;
  padding:0.25em 0;
}

.tml-rememberme-wrap {
  display:none;
}

.tml-log-wrap .tml-label,
.tml-pwd-wrap .tml-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

#custom-login ul {
  padding:0;
}

#custom-login ul li {
  list-style-type:none;
  margin:0;
  padding:0;
}

#custom-login ul li a {
  color:black !important;
}


.tml-alerts:has(p),
.tml-alerts:has(ul) {
  border:1px solid black;
  margin-top:24px !important;
  padding:18px;
}

.tml-alerts li.tml-error {
  padding-bottom:12px !important;
  box-shadow:none !important;
  border-left:0px !important;
}

.tml-alerts li:last-child {
  padding-bottom:0px !important;
}


button[disabled] {
  color: #ddd !important;
}


#incidents-filter-nav li a.active {
  border-bottom:4px solid black;
}

.page-nav li a.active {
  border-bottom:4px solid black;
}

.comment-replies.hide {
  display:none;
}
.comment-replies.show {
  display:block;
}


