html {
  position: relative;
  min-height: 100%;
}

body {
 padding-top:50px;
 margin-bottom: 40px;
 font-family: "Open Sans",Helvetica,Arial,sans-serif;
}

a {
  color: #59748C;
  text-decoration: none;
}

a:visited, a:focus {
  text-decoration: none;
}

a:hover {
  color: #C9182B; 
  text-decoration: none;
} 

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
}

.btn-primary, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #718CA1;
    border-color: #59748C;
    margin-bottom: 3px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #59748C;
    border-color: #59748C;   
}

.navbar-default {
    background-color: #354D62;
    border-color: #59748C;
    /* font-family: "Roboto Condensed", arial, sans-serif;  */
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-weight: bold;
}

.navbar-default .navbar-nav>li>a:visited {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #59748C;
}

.navbar-default .navbar-brand {
    color: #fff;
    font-weight: bold;
}

.navbar-default .navbar-brand:hover {
    color: #fff;
    background-color: #354D62;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #59748C;
}

.audioplayer {
  background: -webkit-linear-gradient( top, #59748C, #59748C );
  border: 1px solid #354D62;
  border-radius: 4px;
}

.audioplayer-bar {
  right: 3.9em;
  background-color: #354D62;
}

.audioplayer-bar-played {
    background: #718CA1;
}

.audioplayer-playpause:hover, .audioplayer-playpause:focus {
    background-color: #354D62;
}

.audioplayer-time-duration {
  right: 0;
}


h1 {
  margin-top: 30px; 
  margin-bottom: 30px;
  font-size: 36px;
}

h1.longtitle {
  font-size: 30px;           
}

h2, .h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 1.5;
}

h3, .h3 {
  font-size: 20px;
  margin-top: 14px;
}

#record {
 margin-top: 30px;
 max-width: 900px;
 margin-bottom: 30px;
}

#record h3 {
 font-family: "Open Sans",Helvetica,Arial,sans-serif;
 font-size: 15px;
 font-weight: bold;
}

#record p {
 line-height: 1.5em;
 margin-top: 0em;
 margin-bottom: 0em;
}

#record .well {
 margin: 4px 0;
 padding: 3px;
}


.affix-top,.affix{
 position: static;
 top: 20px;
}

#sidebar {
  margin-top: 30px;         
}

#sidebar li.active {
  border:0 #eee solid;
  /*border-right-width:5px; */
}

#sidebar .form-group {
  margin-bottom: 5px;
}

#sidebar label {
  font-size: 12px;   
  padding-right: 0;
  padding-left: 10px;   
}

#sidebar label a {
  color: #333;   
}

@media screen and (min-width: 768px) {
  .smaller-left-padding {
    padding-left: 2px;                
  }
  
  .smaller-right-padding {
    padding-right: 2px;                 
  }
}

.proton {
    max-width: 100%;
    padding: 10px;
}

table {
      border-collapse: collapse;
      margin: 30px 0 30px 0;
      font-size: 1em;
      line-height: 1.6;
      clear: both;
      width: 100%;
    }
    th, td {
      padding: 5px;
      border: 1px solid #e3e3e3;
      vertical-align:top; 
    }
    th {
      background-color: #f5f5f5;;
      text-align: center;
    }
    th[data-sort]{
      cursor:pointer;
    }
    tr.awesome{
      color: red;
    }
    
    .arrow {
      color:  #BA1621;
      font-size: 1.2em;
    }
    
select { 
  height: 26px; 
  max-width: 100%;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  border: 1px solid #cccccc;
  padding: 2px 5px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.selectize-control.single .selectize-input:after {
  right: 5px;
  border-width: 5px 3px 0 3px;
}

.input-sm {
  padding: 2px 5px;
  height: 26px;
}

.selectize-input {
  padding: 2px 5px;
  min-height: 26px;
}

option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}

.collapsing {
	display:none;
}

.selectize-control {
  font-size: 12px;
}

@media (min-width: 1200px) {
  .form-horizontal .form-group {
      margin-left: -10px;
  }
}
#content {
  margin-top: 20px;         
}

@media (min-width: 768px) {
  #content {
      margin-top: 100px;            
  }
  
  .short {
  width: 85%;
  float: right;
  margin-bottom: 14px;
  }
  
  #yearfrom {
  padding-left: 0;
  padding-right: 5px;
  }

  #yearto {
    padding-left: 0;
    padding-right: 15px;
  }
}

.glyphicon {
  font-size: 17px;
}

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }
 
 #social-fb:hover {
     color: #3B5998;
 }
 #social-tw:hover {
     color: #4099FF;
 }
 #social-gp:hover {
     color: #d34836;
 }
 #social-em:hover {
     color: #f39c12;
 }
 
.decoration {
  margin-top: 30px;            
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  padding-top: 10px;        
}

@media (max-width: 320px) {
  #footer {
    height: 80px;
  }
  body {
   margin-bottom: 80px;
  }
}

.tooltip-inner {
	min-width: 100px;
	max-width: 400px;
}

@media (max-width: 320px) {
	.tooltip-inner {
		min-width: initial;
		max-width: 320px;
	}
}

@media (min-width: 994px) {
  .record-datas-align {
    text-align: right;
  }
}

.well {
  padding: 6px;        
}

#dash {
  padding: 5px;     
}

#rhythm_tables {
  max-width: 940px; 
  margin-top: 20px; 
  margin-left: 20px;            
} 

.footer-icon {
  display: inline-block;
  position: relative;
  padding: 0 10px 0 10px;
}

#footer .glyphicon {
  font-size: 22px;
  top: 2px;
}

@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}














