﻿.modal-header {
    border-bottom: none;
    padding-left: 1.5rem;
}


h5.modal-title {
    font-size: 1.5rem;
}

.modal-footer {
    background: #fbfbfb;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0.8rem;
}



.hover-shadow:hover {
    background-color: #f1f7fc !important; 
}

.cursor-pointer {
    cursor: pointer;
}

table .dropdown a[data-bs-toggle="dropdown"] {
    font-size: 1.2em;
    color: #151515;
    padding: 0.3em 0.4em;
    border-radius: 0.25em;
}

table .dropdown a[data-bs-toggle="dropdown"]:hover {
  
  background-color: rgb(207, 207, 207);
}


table .dropdown-menu {
    min-width: auto !important;
    width: auto !important;
 
  }

  table .dropdown-menu a[data-bs-toggle="dropdown"] {
    color: red;
 
  }

  table thead th
  {
    font-weight: 500 !important;
    font-size: 0.85em;
    color: #3e3c3c !important;
    padding-bottom: 0.5em !important;
    padding-left: 0.5em !important;

  }

  table thead th a.ordenacao-link
  {
    font-size: 0.9em;
    color: #000000 !important;
  }

  

  table tbody .fw-bold
  {
    color: var(--bs-gray-800);
    font-weight: 500 !important;
  }

  table tbody td
  {
    font-size: 0.9em;
    padding-bottom: 0.5em !important;
    padding-left: 0.5em !important;
  }
 
footer {
    position: relative;
    z-index: 1;
}

.image-text-shadow {
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
  }

  .image-box-shadow {
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
  }


  pre.json-container {
    font-size: 0.7rem;
    line-height: 0.9rem;
  }





  /*
.navbar-top .nav-link {
  color: rgb(255, 255, 255)
}*/

.page-wrapper {
   margin-top: 62px; /*igual ao top*/
}

.navbar-top input[type="search"] {
  background: #f7f3f3 !important;
  border: 1px solid #fff;
  color: #ffffff;
}

.navbar-top input[type="search"]:focus {
  background: #fff !important;
  border: 1px solid #add4ee;
  color: #000;
}

/*
.navbar-top #profileDropdown
{
  background: #06314e;

}*/




 

.main-content {
  margin-left: 300px;
  padding: 0px 50px 50px;
}


/*body{
  font-size: 1rem;
}*/

h6{
  font-size: 1rem;
}


.navbar-top {
  position: fixed;
  top: 0;
  width: 100%;
  height: 62px;
  z-index: 1;
  /*background: #1b75b3;*/
  
}


.page-wrapper {
  margin-top: 62px;
  margin-left: 0;
}


/* Left side bar*/
.left-sidebar{
  position: fixed;
  top: 62px;
  left: 0;
  bottom: 0;
  width: 260px;
  border-right: 1px solid #e0e4ef;
  z-index: 1;
}
.left-sidebar ul{
  overflow: hidden;
}
.left-sidebar .list-group-borderless .list-group-item {
  padding: 5px 12px;
  font-size: 0.975rem;
  color: #242525;
}
.left-sidebar .list-group-borderless .active:hover{
  background:#19191c;
  color: #fff;
}

/* Main content */
.main-content{
  margin-left: 260px;
  padding: 0;
}



@media (max-width: 992px) {
  .main-content{
    margin-left: 260px;

  }
}

@media (max-width: 768px) {
  .left-sidebar{
    width: 200px;
  }
  .main-content{
    margin-left: 200px;
     
  }
}

@media (max-width: 575px) {
  .navbar-top{
    position: relative;
  }
  .page-wrapper {
    margin-top: 0;
  }
  .left-sidebar{
    width: 260px;
  }
  .main-content{
    margin-left: 0px;
     
  }
}




.bg-blue-soft {
  background-color: #f6f9fa;
}