@import "responsive-xs.css"; /* <= 480*/

html {
    min-height: 100vh;
}

h1, h2 {
    font-family: "Lora", Arial, Verdana, sans-serif !important;
    text-transform: uppercase;
    font-weight: bold;
    color: rgb(117, 104, 86);
}

h1 {
    font-size: 150%;
}

h2 {
    font-size: 125%;
}

body {
    font-family: "Merriweather", serif !important;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

a {
    color: #00635d !important;
}

body .custom-file-label::after {
    content: "Sfoglia" !important;
}

#store_uploadedImage + .custom-file-label::after {
    content: "Carica logo" !important;
}

input:required {
    background-color: #d1ecf1;
}

.dismiss-notification {
    position: absolute;
    right: 20px;
    bottom: 40px;
}

.navbar-dark.bg-dark {
    background-color: rgb(237, 132, 52) !important;
}

.notification-box {
    display: none;
    position: absolute;
    top: 58px;
    right: 1px;
    width: 432px;
    height: 80vh;
    z-index: 999;
    overflow-y: scroll;
}

.pagination {
    flex-wrap: wrap;
}

.notification {
    position: relative;
}

.opaque {
    background-color: rgba(255,255,255,0.5)
}

.bg-nav {
    background-color: #ead0ad;
}

.bg-nav a:hover {
    color: #ead0ad !important;
    background-color: #00635d;
}



/**********/
/* Alerts */
/**********/

.alert-accepted {
    color: #ffffff;
    background-color: #28a745 ;
}

.alert-reserved, .alert-new {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-assigned, .alert-rejected {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-available, .alert-shipped {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-removed, .alert-cancelled {
    color: #383d41;
    background-color: #d1d2d4;
    border-color: #d6d8db;
}

/**********/
/* Badges */
/**********/

.badge-stats {
    font-size: 300%;
    font-weight: bold;
}

.badge-available, .badge-accepted {
    color: #ffffff;
    background-color: #28a745 ;
}

.badge-reserved, .badge-new {
    color: #212529;
    background-color: #ffc107;
}

.badge-assigned, .badge-rejected {
    color: #ffffff ;
    background-color: #dc3545;
}

.badge-shipped {
    color: #ffffff ;
    background-color: #17a2b8;;
}

.badge-removed, .badge-cancelled {
    color: #ffffff ;
    background-color: #6c757d;
}

/***********/
/* Buttons */
/***********/

.btn-primary {
    border-color: rgb(253, 148, 68) !important;
    background-color: rgb(253, 148, 68) !important;
}

.btn-secondary {
    border-color: rgb(0, 162, 19) !important;
    background-color: rgb(0, 162, 19) !important;
}

.btn-alternative {
    border-color: rgb(27, 169, 199) !important;
    background-color: rgb(27, 169, 199) !important;
}

.border-primary {
    border-color: rgb(253, 148, 68) !important;
}

.btn.btn-danger {
    border-color: rgb(102, 102, 102) !important;
    background-color: rgb(102, 102, 102) !important;
}

.button-choices input {
    display: none;
}

.button-choices .form-check {
    display: inline;
    padding: 0;
}

.button-choices label {
    color: #666;
    background-color: #eee;
    border: 1px solid #666;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: .375rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-right: .25rem
}

.button-choices input:checked + label {
    color: #fff;
    background-color: #28a745;
}

/*********/
/* Cards */
/*********/

.card-users {
    background-color: rgb(253, 148, 68) !important;
}

.card-stores {
    background-color: rgb(0, 162, 19) !important;
}

.card-books {
    background-color: rgb(27, 169, 199) !important;
}

.card-collections {
    background-color: rgb(127, 169, 199) !important;
}

/********/
/* Note */
/********/

.note-my {
    margin-left: 25%;
}

.note-my .card-body {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.note-other {
    margin-right: 25%;
}

.note-other .card-body {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

/*********/
/* Icons */
/*********/

.material-icons.md-12 {
    font-size: 12px;
}

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}
