.grid-container {
  display: grid;
  grid-template-columns: 320px 1fr;
  grid-template-rows: 54px 1fr 45px;
  grid-template-areas: "header header" "sidenav main" "footer footer";
  height: 100vh;
}

.header {
  grid-area: header;
  background-color: #fff;
  padding: 6px 0px 6px 10px;
  display: flex;
}

.main {
  grid-area: main;
  background-color: #faf9f8;
  padding-left: 40px;
  padding-right: 32px;
  max-width: calc(100vw - 400px);
  max-height: calc(100vh - 100px);
  overflow: auto;
}

.footer {
  grid-area: footer;
  background-color: #f3f2f1;
  padding: 12px 20px;
}

.sidenav {
  grid-area: sidenav;
  background-color: #fff;
  padding: 25px;
}
body {
  background-color: rgba(225, 223, 221, 0.2);
  min-height: 611px;
  margin: 0;
}

.page-title {
  padding: 25px 0px;
}

.card {
  background: #fff;
  padding: 28px;
  margin-bottom: 28px;
  border-radius: 2px;
  background-clip: padding-box;
}
.shiny-notification {
  position:fixed;
  width: 20%;
  # opacity: 0.6;
  top: 60px;
  right: 0;
  background-color: #02EADA;
}
#download_false{
  background-color: #ccc4cc !important;
}
#shiny-notification-espere_msg {
  position:fixed;
  width: 25%;
  # opacity: 0.6;
  top: 80px;
  right: 10px;
  background-color: #0b5778;
}
#shiny-notification-balance_subido {
  position:fixed;
  width: 25%;
  # opacity: 0.6;
  top: 80px;
  right: 10px;
  background-color: #03a80c;
}
#shiny-notification-gasto_subido {
  position:fixed;
  width: 25%;
  # opacity: 0.6;
  top: 80px;
  right: 10px;
  background-color: #03a80c;
}
.shiny-notification-close {
  color: #0b5778;
  font-size: 20px;
}
.tbody tr:nth-child(even) {
  background-color: #e8f0fc !important;
}
.tbody tr:nth-child(odd) {
  background-color: #fff !important;
}
.fixed-action-btn{
  position: fixed;
  height: 10%;
  top: 60px;
}
.root-129{
  background-color: #0b5778;
}
.root-129:hover{
  background-color: #04435e;
  font-weight: bold;
}
/*.root-128{
  background-color: #0b5778;
}
.root-128:hover{
  background-color: #04435e;
  font-weight: bold;
}

.root-128:active{
  background-color: #de5952;
  font-weight: bold;
}
*/

/*Login*/
.login-title{
  color: #0b5778;
}
.form-control.shinyjs-resettable.shiny-bound-input{
  width:100%;
}

/*Icons*/
[class*="icon-"]{
  color: rgb(16, 102, 117);
}

/*Buttons*/
[class*="ms-Button--primary"]{
  background: #106675;
  border:#095461;
}
[class*="ms-Button--primary"]:hover{
  background: #095461;
  border:#095461;
}
.root-55{
  background: #106675;
  border:#095461;
}
.root-55:hover{
  background: #095461;
  border:#043b45;
}

/*Toggles*/
[class*="pill-"][aria-checked="true"] {
  background: #106675;
}
[class*="pill-"][aria-checked="true"]:hover{
  background: #095461;
}

/* Logo Q Analytics */
#logo-Q {
  position: fixed;
  right: 1%;
  bottom: 1%;
}
/* media query for mobile*/
@media (max-width: 680px) {
  #login-side-img {
    display: none;
  }
  #logo-Q {
    position: relative;
    display:flex; 
    justify-content: center; 
    bottom:1%;
    padding-top: 30%;
  }
}
/*.root-134{
  background: #106675;
  border:#961711;
}*/
/*.root-134:hover{
  background: #095461;
  border:#ba2720;
}*/

/*#fluent_downloadData_consulta_gastos:hover{
  background-color: #ab160f;
}
.label-131:hover{
  background-color: #ab160f;
}*/

/*.linkText-56:hover{
  color: #6b0a05;
}
*/
