body {
  font-family: Calibri, Helvetica, Arial, sans-serif;
  color: #7e756f;
}

body > header, content {
  display: block;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

body > header {
  padding: 3em 0;
  text-align: center;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  bottom: 0;
}

.small, #toolbar a {
  font-size: 0.85em;
}

thead {
  color: #aaa39f;
  text-align: left;
  text-transform: uppercase;
}

tr#new-folder {
  display: none;
}

tr#new-folder i {
  padding-top: 10px;
}

tr#new-folder.open {
  display: table-row;
}

tr#choose {
  display: none;
}

tr#choose.open {
  display: table-row;
}

tr#new-folder em {
  color: #898989;
  margin-left: 1em;
}

tr > td:last-child {
  width: 1px;
}

th { font-weight: normal; }

td {
  padding: 10px;
}

th {
  padding: 15px 10px;
}

tr.uploading td {
  position: relative;
}

tr.uploading td:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  width: 28%;
  height: 100%;
  min-height: 30px;
  background-color: rgba(0,0,0,0.2);
  display: block;
}

tr.uploading em {
  color: #898989;
  margin-left: 1em;
}

.accessible {
  display: none;
  speak: speak;
}

tbody tr.even {
  background-color: rgba(0,0,0,0.03);
}

tbody tr.odd {
  background-color: rgba(0,0,0,0.01);
}

.clickable:hover {
  cursor: pointer;
  background-color: #E1F6FF;
}

tbody tr.selected {
  background-color: #D2F2FF;
}

i.fa-caret-right.rotated {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

tbody a {
  color: #24A8FB;
  text-decoration: none;
}

tbody a:hover {
  text-decoration: underline;
}

content header {
  line-height: normal;
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #979797;
}

h1 {
  display: block;
  color: #7AC143;
  font-weight: normal;
  margin: 0 !important;
  -webkit-margin-before: 0;
  -webkit-margin-start: 0;
  -webkit-margin-after: 0;
  -webkit-margin-end: 0;
}

#toolbar {
  text-align: right;
  float: right;
  /*padding: 10px 0 10px 10px;*/
}

button {
  display: inline-block;
  margin-left: 10px;
  padding: 7px 10px 5px 10px;
  background-color: #7AC143;
  border-radius: 2px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}

button:hover {
  background-color: #6BAE36;
}

.fa-folder {
  color: #6CCEFA;
  float: left;
}

.fa-caret-right,
.fa-caret-down {
  cursor: pointer;
}

.file-icon {
  float: left;
}

.menu {
  position: relative;
}

.menu > span {
  display: block;
  border-radius: 2px;
  color: #194784;
  padding: 3px 10px 7px 10px;
  font-size: 1.15em;
  line-height: normal;
}

tr:hover .menu > span {
  text-decoration: none;
  background-color: rgba(0,0,0,0.05);
}

tr.folder span.hide {
  display: none;
}

tr.folder span.show {
  display: block;
}

#choose {
  display: none;
}

.menu.open > span,
tr:hover .menu > span:hover,
tr:hover .menu.open > span {
  box-shadow: inset 0 0 2px 1px #194784;
  background-color: white;
  color: #194784;
}

.menu ul {
  padding: 0;
  visibility: hidden;
  position: absolute;
  top: 20px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  list-style: none;
  right: 0;
  z-index: 3;
}

.menu.open ul {
  display: block;
  visibility: visible;
}

.menu ul li {
  padding: 10px 20px 8px 20px;
  display: block;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.menu ul li:hover {
  background-color: #DDF5FF;
  color: #194784;
  text-decoration: none;
}

.menu ul li:last-of-type {
  border-bottom: 0 none;
}

.menu > :hover + ul {
  display: block;
}

tr.file td:first-child {
  padding-left: 3.8em;
}

table.franchisee tr.file td:first-child {
  padding-left: 10px;
}

.breadcrumb span {
  cursor: pointer;

}

div.loading-container {
  height: 10em;
  position: relative
}

div.loading-container i {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}

tr.infoSeries.show{
  background-color: #D2F2FF;
}

tr.infoSeries.hide{
  display: none;
}

.infoSeries .scrollable{
  height : 150px;
  overflow-x : hidden;
  overflow-y : auto;
  width: 100%;
}

#search-info-series-button-group{
  float: right;
} 