@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@import url('OpenSans.ttf');

.logo img{
  height: 48px;
  vertical-align: top;
}
.logo{
    background-color: #343a40 !important;
}

.main-sidebar {
    padding-top: 70px !important;
}

#downloadET0 {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 110px;
}

#settings{
  background-color: #333;
  padding-bottom: 30px;
}

.skin-green .sidebar-menu > li.active > a, .skin-green .sidebar-menu > li:hover > a {
    color: #fff;
    background: #00a65a;
    border-left-color: #00a65a;
}

.main-sidebar hr {
    border: 0;
    border-top: 5px solid #636363;
}

.main-sidebar label {
    margin-bottom: 0px;
}
.main-sidebar label p {
    margin: 0 0 5px;
}

.main-sidebar .form-group {
    margin-bottom: 0px;
}
section.sidebar .shiny-input-container {
    padding: 2px 15px 0px 15px;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}


.box-title {
    text-align: center;
    width: 100%;
}
.box-body {
    padding: 4px;
}
.box-header {
    padding: 6px;
}
.box-header > .box-tools {
    position: absolute;
    right: 10px;
    top: 0px;
}
.box{
  margin-bottom: 12px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 12px;
    padding-left: 12px;
}

#shiny-tab-Download .box-body{
  padding: 15px;
}


#download.disabled{
  animation-name: color;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes color {
  0% {
    background-color: #E7E7E7;
  }
  100% {
    background-color: #00A65A;
  }
}

.sidebar .input-group {
    margin-bottom: 15px;
}

#newFilter {
	border-left: 4px solid #00a65a;
}

.sidebar-sortable .rank-list {
	background-color: transparent !important;
	margin: 0;
}

.sidebar-sortable .rank-list-item {
	background-color: #343a40;
	border: none;
	padding: 0;
	padding-top: 5px;
  padding-bottom: 1px;
  margin-bottom: 5px;
  overflow: visible;
}
.sidebar-sortable .rank-list-item.sortable-chosen{
  border: none;
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 1px;
}
.sidebar-sortable .rank-list-item:hover:not(.disabled) {
	background-color: #777;
}
.sidebar-sortable.rank-list-container {
	background-color: transparent;
	border: none;
	padding: 15px;
	margin: 0px;
}

#girafe_plot{
  
}
/*
#girafe_plot > div > svg > g > rect:nth-child(2) {
    fill-opacity: 0;
    stroke-opacity: 0;
}
*/

#girafe_plot circle {
	opacity: 0.0;
}

.dataTables_wrapper {
	/* background-color: white; */
	padding: 10px;
	margin: 20px;
}

#shiny-notification-panel{
  position:fixed;
  top: 140px;
  right: 10px;
  max-width: 400px;
  width: auto;
  margin: 5px;
  font-size: 13pt;
  background-color: rgb(185, 185, 185);
  border: 1px solid #666;
  border-radius: 10px;
  bottom: inherit;
  box-shadow: 5px 5px 10px #666;
  z-index: 99990;
}
@media (max-width: 768px){
  #shiny-notification-panel{
    font-size: 11pt;
    position: absolute;
    top: 300px;
  }
}

#username-display{
  margin-bottom: 20px;
}

#user-settings{
  float: right;
}
#user-settings a{
  margin: 0;
  font-size: 14pt;
  line-height: 14pt;
}