html, body {height: 100%; background-color: #ccc;}
.page-content {min-height: calc(100vh - 64px); background-color: #fff;}
.fullH {min-height: 100%;}
.login {width: 70%; max-width: 550px; text-align: left; background-color: #fff;padding: 20px;}
.error {font-style: italic; color: #f00;}
.grad1 {
    height: auto;
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, orange , yellow, green, cyan, blue, violet); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, orange, yellow, green, cyan, blue, violet); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, orange, yellow, green, cyan, blue, violet); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, orange , yellow, green, cyan, blue, violet); /* Standard syntax (must be last) */
}
.vcenter {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.table td, .table th {font-size: .8em;}

div#hall {display: flex; flex-wrap: wrap;}
div#hall span {font-size: .8em;}

div#awards {display: flex; flex-wrap: wrap; margin-right: 30px;}
div#awards span {font-size: .8em;}
div#awards h5, div#hall h5, h6 {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
h6 {margin: 0 0 0 0;}

div.month {display: flex; margin-bottom: 30px;}
div.month > div {flex: 0 1 50px; height: 50px; padding: 5px; color: #fff; border-radius: 4px; margin-right: 10px;text-align: center;}
div.month > div > span {font-size: .8em;}
div.month .done {background-color: #067006;}
div.month .missing {background-color: #bb1f1f;}

h4 {font-weight: lighter; margin-bottom: 30px;}
.top {min-height: 150px; margin: 40px;}
.bottom {margin-top: 50px;}

.clickable {cursor: pointer;}
.clickable:hover, .disabled {background-color: rgba(0, 0, 0, .15);}
.dim {color: rgba(0, 0, 0, .5);}

.clickable .order {width: 30px;}
.searchElem {display: flex; flex-wrap: wrap;}
.searchElem > div {flex: 1 1;}
.section {margin-top: 50px;}
.album {flex: 0 0 140px!important;}
.album img {width: 128px; height: 128px;}
.album-sm {width: 64px; height: 64px; display:inline-block;}

.fld {width: 100%;display: flex; line-height: 40px;}
.fld > div:nth-child(1) {flex: 0 0 150px; font-weight: bold;}
.fld > div:nth-child(2) {flex: 1 1;}

.mdl-button--file input {
    cursor: pointer;
    height: 100%;
    right: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 300px;
    z-index: 4;
  }
  .mdl-textfield--file .mdl-textfield__input {
    box-sizing: border-box;
    width: calc(100% - 32px);
  }
  .mdl-textfield--file .mdl-button--file {
    right: 0;
  }

  .gold {background-color: #ebda42; color: #000;}
  .platinum {background-color: #aaa99c; color: #000;}
  .diamond {background-color: #90e0f8; color: #000;}
  
  .track > div {font-size: .8em;}