/* selected row of DT bg-color */
table.dataTable tr.selected td,
                table.dataTable td.selected {
                background-color: #2c3e5047 !important;
}

/*
table.dataTable.stripe>tbody>tr.odd.selected>*, table.dataTable.display>tbody>tr.odd.selected>* {
                background-color: #2c3e5047 !important;
}*/

/*
.well {
    background-color: #f7f4f8;
    padding: 15px 50px 25px 50px;
    border: 0px;
    
}
body {
  background-color:  #C9D6D9;
}
*/

/* tabset colors*/
.tabbable > .nav > li > a                  {font-weight: bold;  color:#2C3E50; border:1px ; border-bottom: 0px solid #e3e3e3;}

.tabbable > .nav > li[class=active]    > a { color:#18bc9c; border: 0px;}

a {
    color: #18bc9c;
    text-decoration: none;
}

.shiny-notification{
    position: fixed;
    top: 75%;
    left: 33%;
    right: 33%;
    font-size:1.5rem;
    }
    
.shiny-notification-warning{
    color:#2C3E50 !important;
    background-color:#b1e0d7 !important;
}
    
    

/*.shiny-notification-error{
    color:#a73b6b;
    background-color:#ece0e9;
}*/
