:root {
  --main-color: #395723;
  --main-color-hover: #568237;
  --main-color-hover-rgb: rgb(18 176 102 / 25%);
  --border-color: #808080;
  --white-text: #ffffff;
}

body {
  overflow-x: hidden;
}

/* a, a:visited {
    color:var(--main-color);
    text-decoration: none;
} */

a:hover {
  color: var(--main-color-hover);
}

small {
  color: var(--border-color);
}

.col-login-border {
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .col-login-border {
    border-right: 0;
  }
}

.login_title {
  color: var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.rurap-bg-navbar {
  background-color: var(--main-color);
  color: var(--white-text);
}

.navbar-brand {
  color: var(--white-text) !important;
  font-weight: bold;
  font-size: 1.8rem;
}

.nav-link {
  color: var(--white-text) !important;
}

.nav-link-rurap {
  color: var(--main-color) !important;
}

.form-group {
  margin-top: 5px;
}

.form-control:focus {
  border-color: var(--main-color-hover);
  box-shadow: 0 0 0 0.25rem var(--main-color-hover-rgb);
}

.header_toggle {
  margin-right: 20px;
}

.sidebar_menu {
  margin: 0;
  margin-left: 10px;
  margin-top: 10px;
  padding: 0;
  list-style: none;
  width: 100%;
}

.sidebar_menu li {
  margin-top: 10px;
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  width: 95%;
  padding: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.sidebar_menu li a {
  color: #000;
}

.sidebar_menu li:hover,
li.active {
  background-color: #e2f0d9;
  border-color: #e2f0d9;
  cursor: pointer;
  -webkit-box-shadow: 5px 5px 5px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 5px -1px rgba(0, 0, 0, 0.3);
}

.breadcrumb {
  margin-top: 10px;
  background-color: #f5f5f5;
  padding: 15px;
  margin-right: 0;
  border-bottom: 1px solid var(--main-color);
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  background-color: var(--main-color);
  color: var(--white-text);
}

.line-menu {
  color: #fff !important;
}

.card-menu {
  text-align: center;
  height: 168px;
  background-color: #f2f2f2;
  padding-top: 10px;
  color: #565656;
}

.card-menu-dashboard {
  text-align: center;
  height: 116px;
  background-color: #f2f2f2;
  padding-top: 10px;
  color: #565656;
}

.card-menu-dashboard:hover {
  cursor: pointer;
  outline: 3px solid var(--main-color-hover);
  font-weight: bold;
  color: var(--main-color-hover);
}

@media screen and (max-width: 400px) {
  .card-menu {
    margin-left: 10px !important;
  }
}

.card-menu:hover {
  cursor: pointer;
  outline: 3px solid var(--main-color-hover);
  font-weight: bold;
  color: var(--main-color-hover);
}

.fade {
  backdrop-filter: blur(2px);
}

.modal-header {
  background-color: #333333;
  color: #fff;
}

.modal-body,
.modal-footer {
  background-color: #f2f2f2;
  color: #636363;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #d6e3cf;
}

table.dataTable th {
  background-color: #70ac46 !important;
  color: #fff !important;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.1rem 0.3rem;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 200px;
  background: #fff;
  border: 1px solid #18a053;

  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  max-width: 200px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #18a053;
}

.pace.pace-inactive {
  display: none;
}

.page-item.active .page-link {
  background-color: var(--main-color) !important;
  border-color: var(--main-color) !important;
}

select.form-control {
  -webkit-appearance: menulist !important;
}

.page-rurap-content {
  padding-left: 0;
}

.breadcrumb-newbutton {
  padding-left: 10px;
}

.breadcrumb-newbutton a {
  color: #fff;
}

#rowCardAtendimento > div {
  margin-top: 15px;
}

.our-form {
  width: 800px;
  margin: auto;
}

.our-form form input,
.our-form form textarea {
  margin-bottom: 20px;
  width: 500px;
  padding: 10px;
  border: 1px solid black;
}

.our-form textarea {
  height: 180px;
}

.our-form .the-message {
  display: none;
}

.our-form input[type="submit"] {
  padding: 15px;
  font-size: 16px;
  cursor: pointer;
}

textarea {
  white-space: pre-wrap !important;
}
