/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 6-mar-2015, 17.37.38
    Author     : Paolo
*/

.error-content {
    text-align: center;
}

.error-content h2, .error-content h3, .error-content p {
    margin-left: auto;
    margin-right: auto;
}

.edumix-signup-panel .submit {
    display: block;
    width: 100%;
    box-sizing: content-box;
    padding: 10px 0;
    border: none;
    text-align: center;
    text-transform: uppercase;
}

#paper-bg {
    min-height: 0 !important;
}

.status-metro.status-draft {
    background: #999999;
}

.status-metro {
    border-radius: 3px;
    color: #FFFFFF;
    display: inline-block;
    padding: 2px 5px;
    font-size: 11px;
}

.menu-select {
    background: rgba(0, 0, 0, 0.3);
    position: relative;
}

#spinner {
    font-size: 2em;
    display: none;
}

#alert-box-empty, #alert-box-no-results, #alert-box-error, #searchResults {
    display: none;
}

button, .button {
    margin: 0 !important;
}