* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  font-family: "Segoe UI", Helvetica, Verdana, Arial;
}

/*Cabeçalho */
.wrapper {
  width: 100%;
  position: fixed;
      z-index: 99;
}

.navbar {
  background: #2e2e2e;
  width: 100%;
  height: 120px;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar_left .logo {
  width: 65px;
  height: 65px;
  margin-top: -4px;
  background-color: hsl(0, 0%, 100%);
  border-radius: 50%;
  text-align: center;
}

.navbar_left .logo img {
  width: 50px;
  height: 50px;
  margin: 5px auto;
}
.navbar_left {
    display: flex;
    gap: 15px;
}
/*.texto   {
  margin-left: -460px;
}
*/
.texto h2  {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0px;
  font-size: 26px;
}

.texto p {
  color: #fff;
  font-weight: 500;
  font-size: 1em;
      margin: 0px;
}
.navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar .navbar_right {
  display: flex;
}

.navbar .navbar_right img {
  width: 40px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.navbar .navbar_right .icon_wrap {
  cursor: pointer;
  color: #fff;
}

.navbar .navbar_right .notifications {
  margin-right: 50px;
}

.navbar .navbar_right .notifications .icon_wrap {
  font-size: 30px;
  color: #fff;
}

.navbar .navbar_right .profile,
.navbar .navbar_right .notifications {
  position: relative;
}

.navbar .profile .profile_dd,
.notification_dd {
  position: absolute;
  top: 48px;
  right: -15px;
  user-select: none;
  background: #fff;
  border: 1px solid #c7d8e2;
  width: 360px;
  height: auto;
  display: none;
  border-radius: 3px;
  box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.125),
    -10px -10px 35px rgba(0, 0, 0, 0.125);
}

.navbar .profile .profile_dd:before,
.notification_dd:before {
  content: "";
  position: absolute;
  top: -20px;
  right: 15px;
  border: 10px solid;
  border-color: transparent transparent #fff transparent;
}

.navbar .navbar_right .profile .icon_wrap {
  display: flex;
  align-items: center;
}

.navbar .navbar_right .profile .name {
  display: inline-block;
  margin: 0 10px;
}

.navbar .navbar_right .icon_wrap:hover,
.navbar .navbar_right .profile.active .icon_wrap,
.navbar .navbar_right .notifications.active .icon_wrap {
  color: #d5d5d5;
}

.navbar .profile .profile_dd {
  width: auto;
}
.navbar .profile .profile_dd:before {
  rigth: 10px;
}

.navbar .profile .profile_dd ul li {
  border-bottom: 1px solid #f1f2f4;
}

.navbar .profile .profile_dd ul li a {
  display: block;
  padding: 15px 25px;
  list-style: none;
  text-decoration: none;
  color: #000000;
}

.navbar .profile .profile_dd ul li a .picon {
  display: inline-block;
  width: 30px;
}

.navbar .profile .profile_dd ul li a:hover {
  color: #5b5b5b;
  background: #fafafa;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.navbar .profile .profile_dd ul li.profile_li a:hover {
  background: transparent;
  cursor: default;
  color: #616161;
}

.navbar .profile.active .profile_dd,
.navbar .notifications.active .notification_dd {
  display: block;
}


/* Menu */
.menu {
  position: fixed;
  margin-top: 121px;
  background-color: #4B4B4B;
  width: 230px;
  height: auto;
}

.option ul li  {
 border-bottom: 1px solid #ccc;
 padding: 15px 15px 15px 35px;
}

.option ul li {
  color: #fff;
 }

 .option ul li:hover {
  color: #363636;
  background-color: #dbdbdb;
  font-weight: 600;
 }

 .option ul img {
  width: 18px;
  height: 18px;
 }

  /* Título */
  .titulo  {  
   height: 50px;
   background-color: #28d86b;
  }

 /* Border - Footer (Rodapé) */
.border {  
  position: relative;
  width: 100%;
  height: 5px;
  margin-bottom: -1px;
  background-image: linear-gradient(to right, #ff000a, #c6db27, #1aad53);
}

/* Footer (Rodapé) */
.rodape {
  position: relative;
  background: #000000;
  text-align: center;
  padding-bottom: 30px;
}

.rodape img {
  width: 20px;
  height: 15px;
  margin-top: 30px;
  margin-left: 40px;
}

.rodape p {
  display: inline;
  color: #e1e1e1;
}

.right_section {
    transition: margin-left .3s ease-in-out;
    float: right;
    background: #fff;
    width: calc(100% - 230px);
    margin-top: 120px;
}
.menu{
  float: left;
}
.top_secretaria {
    padding: 15px;
    border-left: 8px solid #0079b6;
    border-bottom: 2px solid #ddd;
    background-color: #fff;
    font-size: 20px;
}
.small-box {
    padding: 20px 15px;
    color: #fff;
    border-radius: 20px;
}
.small-box .inner h3 {
    font-size: 45px;
    font-weight: 500;
    margin: 0px;
}
.option a {
  text-decoration: none;
}
.small-box .inner p {
    font-size: 25px;
    margin: 0px;
}
.card-header {
    background-color: #4b4b4b !important;
    color: #fbfbfb !important;
    font-size: 23px;
}
.chart_bottom h6 {
    font-size: 20px;
    margin: 0px;
    color: #000;
}
.chart_bottom p {
    font-size: 18px;
    margin: 0px;
    color: #707070;
}

/*new page*/
a.btn.btn-new {
    background: #657c69;
    color: #fff;
    padding: 7px 30px;
    border-radius: 0px;
}

.label_style{
    font-size: 23px;
    color: #7a7a7a;
    font-weight: 600;
}
.top_secretaria.left_insti {
    border-left-color: #657c69;
}
.patrimony_bg {
    background: #657c69;
    font-family: "Segoe UI";
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
    padding: 8px 20px;
    max-width: 250px;
}
.border-bottom-1 {
    border-bottom: 3px solid #657c69;
}
.border-top-1 {
    border-top: 3px solid #657c69;
}
.label_style-2{
  font-family: "Segoe UI";
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #707070;
}
.form-control {
    height: 35px;
    border-color: #707070;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
}