/* Main styles
-------------------------------------------------- */
body app{
	padding: 0; margin: 0;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
	flex: 1;
	padding: 68px 7% 0;
}

footer {
  background-color: #f5f5f5;
  padding-top: 15px;
}

footer .text-muted {
    color: #868e96!important;
    font-size: 0.8em;
}

/*--------------------------------------*/

.login-logo {
    margin-bottom: 30px;
    text-align: center;
}

.login-logo img{
    width: 100%;
}

.login-buttons-layout {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.input-error,
input.ng-invalid.ng-touched,
textarea.ng-invalid.ng-touched,
select.ng-invalid.ng-touched {
    border-color: #a94442;
    color: #a94442;
}

nav {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

textarea {
    height: 120px;
    resize: none;
}

option[value="null"], option[value=""] {
    color: #aaa;
}


.navbar-brand {
    width: 140px;
}


.navbar-brand img {
    padding: 0 !important;
    width:inherit;
}

.navbar-light .navbar-toggler {
  border: 0;
  padding: 16px;
  margin: 0;
}

.navbar-button {
    margin-right: 3em;
}

.nav-link, .btn, button{
    cursor: pointer;
}

.list-group-item .fa{
    padding-right: 10px;
}

.loader {
    text-align: center;
    padding: 20px;
}

.page-title {
    padding: 22px 0 10px;
    float: left;
}

.page-button-container {
    padding: 22px 0 10px;
}

.page-button-container button {
    float: right;
    margin-left: 15px;
}

.margin-top {
    margin-top: 15px;
}

.modal-body {
    word-wrap: break-word;
}


/* Custom page CSS
-------------------------------------------------- */
code {
  font-size: 80%;
}

/* ratio per le immagini */
.ratio{
    position:relative;
    width: 100%;
    height: 0;
    padding-bottom: 50% ; /* % of width, defines aspect ratio*/

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* Service style */
.card-service .card-header {
    padding: 12px 10px;
}

.card-service .area-icon{
    height: 50px;
    margin-right: 10px;
}


/* Appointment style */
.appointment-container {
    margin-bottom: 20px;
}

.appointment-container .card-header {
    font-size: 20px;
    font-weight: bold;
}

.appointment-container .info {
    color: #0F3057;
}

.appointment-container .col-md {
    padding-bottom: 10px;
}

.appointment-container .info.highlight {
    font-size: 20px;
    font-weight: bold;
    font-variant: small-caps;
}

.appointment-summary {
    margin-bottom: 10px;
}

.appointment-summary select{
    display: inline-block;
    width: 150px;
}

/*Vacation style*/
.vacation-opening {
    overflow-y: auto;
}

.vacation-opening table{
    width: 100%;
}

.vacation-opening table td {
    width: 13.25%;
    padding-right: 1%;
}

.vacation-opening .info {
    color: #0F3057;
    font-weight: bold;
}

.form-group.required label {
    color: #2980B9;
}

.form-group.required label:before {
    content: '* ';
}



/*Star rating */
.rating-img {
    display: inline-block;
    width: 35px;
    margin-right: 3px;
}

.rating-img img {
    width:100%;
}

.elephant {
    background-image: url('/assets/img/rating/e-full.png');
    width: 75px;
    height: 75px;
    background-repeat: no-repeat;
    background-size: contain;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding-right: 25px;
    padding-bottom: 20px;
}

.elephant:hover {
    cursor: pointer;
}

.trecuoriRadioContainer {
    margin-top:1em;
}

.tercuoriSaveButton {
    margin-top: 1em;
}

.valoriamoPlaceholder {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6rem;
}
