 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

nav {
    font-family: 'Roboto', sans-serif;
    color: #0D0D0D;
    background: silver;
}

.mega-dropdown {
    position: static !important;
    color: #799AB5;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  background: linear-gradient(45deg, #5cd390, #fff); 
  border-radius: 7px;
  color: black;
  font-weight: bold;
}

.mega-dropdown-menu > li ul > li > a:active {
  background-color: #384C73!important;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 1.0em!important;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #6495ED !important;
    border-radius: 7px;
}

.mega-dropdown-menu .dropdown-header {
  font-size: 15px;
  color: #fff;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
  background: #384C73;
  border-radius: 7px;
}

.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;

}
.left.carousel-control {
  right: 30px;
  left: inherit;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 2px;
    border: 1px solid transparent;
}

.navbar-brand {
    float: left;
    height: 70px;
    padding: 10px 8px;
    font-size: 15px;
    line-height: 20px;
}

select.input-xs {
    padding: 0;
    height: 21px !important;
    line-height: 21px;
    font-size:12px;
}

.usuario {
    color: white !important;    
}

input, select {
    height: 26px;
    padding: 3px;
    line-height: 1;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    background: #FCFCED;
}

thead {
    background: -webkit-linear-gradient(90deg, #D3D7DB 10%, #C2C4C7 90%); /* Chrome 10+, Saf5.1+ */
    font-weight: bold;
}

td {
  vertical-align: middle;
}

caption {
    font-weight: bolder;
    padding:5px;
    color: black;
    background: #BCC6CD;
}

.dropdown-menu > li > a {
    font-size: 12px !important;
}

.dia {
    width: 50px;
}

.tdlabel {
    text-align: right;
    font-weight: 500;
    vertical-align: middle !important;
}

input.form-control,
select.form-control {
    height: 30px !important;
    padding: 3px 3px !important;
    line-height: 1.2;
    border-color: #7cbcdd !important;
}

 label {
     margin-bottom: 2px !important;
     margin-top: 15px !important;
     font-weight: bold;
     text-transform: uppercase !important;
 }

 .btn {
     border-radius: 6px !important;
 }

 .input-group-btn .btn {
     border-radius: 0px !important; /* ou o valor que você deseja dentro do grupo */
     padding: 4px !important;
     border-top-right-radius: 6px !important;
     border-bottom-right-radius: 6px !important;
 }

.panel-body {
    padding: 8px;
}

 textarea.form-control {
     height: 120px !important;
     resize: none;
 }

 .nav-sidebar .nav-link:hover {
     background-color: #6ca6c1 !important;
     color: #fff !important;
 }


 .main-sidebar::-webkit-scrollbar {
    width: 4px;
}

.main-sidebar::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
}

.money {
    text-align: right;
    font-weight: bold;
}