.loader-screen {

    text-align: center;
}


.home-page-image {
    width: 100%;
    max-width: 748px;
}

.searchCompanies {
    border: 4px solid #B31E3C;
    background-color: #f2f2f2;
    padding: 0.5em;
    position: fixed;
    top: 16px;
    right: 68px;
    border-radius: 8px;
    z-index: 10000;
}

select.searchCompanies__by {
    border: none;
    border: 1px solid #ccc;
    background-color: #f2f2f2;
    color: gray;
    margin-left: 1em;
}


.onTopSearchCompanies md-whiteframe {
    background-color: #fff;
}


.input-containers {
     padding-right: 1em;
}

md-content.company-list {
    padding-bottom: 150px;  
}

.company__description {
    font-size: 80%;
}

description {
    font-size: 80%;
    color: gray;
}

md-input-container>label {
    color: rgba(0,0,0,0.372549);
    font-size: 14px;
}

.company__description-textarea {
    font-size: 80%;
    width: 90%;
    border-style: dotted;
}

.field-padding {
    padding-right: 1em;    
}

body {
    padding-top: 150px;
    padding-bottom: 150px;
    
}

header {
    padding: 2em;
    background-color: #B31E3C;
    position: fixed;
    z-index: 1000;
    top: 0px;
    left: 0px;
    width: 100%;
}

.mainmenu {
    position: fixed;
    z-index: 1000;
    top: 100px;
    left: 0px;
    width: 100%;
}


footer {
    position: fixed;
    z-index: 9999;
    bottom: 0px;
    width: 100%;
    background-color: #eee;
    border-top: 1px solid #ccc;
    padding: 8px;
}

footer input {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px;
}

img.invite-image {
    vertical-align: middle;
}

.invite-text {
    padding: 0 2em;
    font-style: italic;
    font-weight: bold;
    font-size: 80%;
    color: #B31E3C;
}

.help-text {
    padding: 0 2em;
    font-style: italic;
    font-size: 80%;
    color: #fab143;
}


.warning {
    color: red;
    font-weight:  bold;
}

h1, h2, h3, h4 {
    color: #B31E3C;
}

hr {
   
    margin-top: 32px;
    color: #fab143;
    border-style: solid;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    color: #B31E3C;
}


md-card {

    background-color: #efefef;
    padding: 0.5em;

}





/* behind all tabs (where buttons appear if small) */
md-tabs.md-default-theme.md-accent .md-header {
    background-color: #fab143; /* orange */
}


/* not-selected tab */
md-tabs.md-default-theme.md-accent md-tab:not([disabled]) {
    color: #B31E3C;
    background-color: #fab143;
}

/* selected tab */
md-tabs.md-default-theme.md-accent md-tab:not([disabled]).active {
    color: white;
    background-color: #B31E3C; /* red */
}
/* line below selected tab */
md-tabs.md-default-theme md-tabs-ink-bar {
    background: #000; 
    height: 4px;
}




