/*

Pallete:

https://material.io/color/#!/?view.left=1&view.right=0&primary.color=2196F3&secondary.color=E91E63

Primary #2196f3

*/

html {
    height: 100%;
}

div#not-footer {  
    min-height: calc(100% - 30px);
}

div#footer {
text-transform: uppercase;
 display: block;
 height: 20px;
 background: #2196f3; 
 justify-content: space-between;
 color: rgba(255, 255, 255, 247);
 width:100%;
}

label#footer-label {
    float: right;
}

div#upperPart {
    background: #2196f3;
    display: flex; 
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

div#MainMessageContainer {
    display: flex;
    margin: 2em;
}

div#ControlDivContainer {
    display: flex;
    margin: 5em;
}

h2#MainMessage {
    color: rgba(255, 255, 255, 247);
    font-size: 2em; 
}

h4.file-name-label {
    color: rgba(255, 255, 255, 247);    
}

input[type="file"] {
    display: none;
}

div#lowerPart {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

div#lowerCenterPart {
    width: 50%;
    min-width: 320px; /* Iphone 4,5,etc browser window width */
    background: #6ec5ff;
}

div#menu {
    display: flex;
    justify-content: space-around;
}

h3.menu-label {
    text-transform: uppercase;
    margin: 0;
    padding: 1em 1em 1em 1em;
    cursor: pointer;
    color: rgba(0, 0, 0, 117); 
}

h3.active-menu {
    border-style: solid;
    border-width:0 0 4px 0;
    border-color: #e91e63;
}

img.bird-list-entry-image {
    width: auto;
    height: 8em;
    padding-left: 2em;
}

div.bird-list-entry {
    display: flex;
    flex-direction: row;
    padding-top: 1em;
}

div.bird-list-entry-names {
    font-family: "Roboto Regular";
    width:25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 0 5em;
}

label.bird-list-entry-major-name {
    color: rgba(0, 0, 0, 117);
    font-size: 1.5em;
    padding: 0 0 3px 0;
    display: block;
}

label.bird-list-entry-minor-name {
    color: rgba(128, 128, 128, 50);
    font-size: 1.2em;
    padding: 1em;
    padding: 3px 0 0 0;
    display: block;
}

.custom-file-upload {
    border: 0px solid #ff6090;
    background: #e91e63;
    display: inline-block;
    padding: 1.5em 3em;
    cursor: pointer;
    font-weight: bold;    
    text-transform: uppercase;
    color:rgba(255, 255, 255, 196);
}

div#about-tab {
    background: #F5F5F6;
}

div#main-tab {
    background: #F5F5F6;
}

div#join-tab {
    background: #F5F5F6;
}

div#main-tab h2 {
    margin:0;
    padding-top: 0.5em;
    padding-left: 2em;
}

div#about-tab h2 {
    margin:0;
    padding-top: 0.5em;
    padding-left: 2em;
}

div#about-tab h4 {
    padding-left: 1em;
}

div#join-tab p {
    margin: 0;
    padding: 1em;
}

div#about-tab p {
    padding-left: 1em;
}

div#share-buttons {
    display: flex;
}

div.share-button {
    padding:1em;
}

div#loading {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3em;
}

div.bird-list-entry-confidence {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

div.progress-container {
    /*background-color: #FFFFFF;*/
    margin: 1em;
    border-style: solid;
    border-width: 1px;
    border-color: #0068bf;
}

div.progress-bar {
    background-color: #0068bf;
    text-shadow: 1px 1px 2px black;
    text-align: center;
    line-height: 2em;
    height: 4em;
    color: rgba(255, 255, 255, 247);
}

div#listening {
    padding-bottom:1em;
}

div#recordists {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
div#recordists p {
    display:inline-block;
    padding: 0.5em;
}

form.donation-form {
    padding:1em;
}

body {
    margin:0px;
    height: 100%;
    font-family: "Segoe UI Light", "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosRegular", "Helvetica", "Tahoma", "Geneva", "Arial", "sans-serif";
    background: #E1E2E1;
}