#gigli-app .text-center {
    text-align: center !important; 
}

#gigli-app .mtb-70 {
  margin: 70px auto !important;
}

#gigli-app .list-group .list-group-item .list-img img {
	width: 40px;
	margin: 0 10px 0 0;
}

#gigli-app .list-group .list-group-item {
	display: flex;  
    align-items: center;
}

#gigli-app .content-right {
    width: 70%;
}

#gigli-app .content-title {
	margin-top: 15px;
	margin-bottom: 5px;
}
#gigli-app .content-title.giocate {
	background-image: url("/themes/responsive/images/app_award_icon.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 35px auto;
    height: 45px;
    padding-right: 20px;
}
#gigli-app .content-title.coupons {
	background-image: url("/themes/responsive/images/app_coupons_icon.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 35px auto;
    height: 45px;
    padding-right: 20px;
}
#gigli-app .content-title.negozi {
	background-image: url("/themes/responsive/images/app_shops_icon.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 35px auto;
    height: 45px;
    padding-right: 20px;
}

#gigli-app .table > tbody > tr > td, .table > tfoot > tr > td {
	border-bottom: 1px solid #ddd;
	border-top: 0 solid transparent;
	padding-top: 15px; 
	padding-bottom: 25px; 
} 

#gigli-app .table > tbody > tr > td > a > img {
	max-width: 120px;
	max-height: 120px;
} 

#gigli-app .user-icon {
    border-right: 0 solid transparent;
}

#gigli-app .mh-logo {
    padding-left: 17px;
    margin-left: 17px;
}

#gigli-app .main-bar {
    background-color: #9b476f;
}

#gigli-app section.content h1 {
    margin-left: -15px;
    margin-right: -15px;
}

#gigli-app .card {
    height: 190px;
    margin: 25px auto;
    background-color: #f3f3f3;
    padding: 16px;
    border-radius: 10px;
}

#gigli-app .card .ico-wrapper {
    width: 100%;
    text-align: center;
}

#gigli-app .card .ico-wrapper img.ico {
    width: 100%;
    max-width: 50px;
    margin: 20px auto;
}

#gigli-app .card h4.title {
    font-family: 'Raleway';
    font-size: 18px;
    color: #9b406c;
    font-weight: 500;
}

#gigli-app .card .card-text {
    height: 80px;
}

#gigli-app .card a.link {
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 14px;
    color: #187f9d;
    text-decoration: none;
}

#gigli-app .input-password-group {
    display: table;
    width: 100%;
}

#gigli-app .input-password-group .form-password {
    display: table-cell;
}

#gigli-app .input-password-group .form-registration-verify {
    display: table-cell;
    width: 60px;
    vertical-align: bottom;
}

#gigli-app .input-password-group .form-registration-verify .input-group-addon {
    padding: 3px 10px;
    border-right: 1px solid #aaa;
    border-radius: 0 3px 3px 0;
}

#gigli-app .form-check-label {
    display: inline;
    line-height: 1 !important;
}
#gigli-app .form-check-label small {
    line-height: 1 !important;
}

.mygiglipass .logged-app button.btn {
    padding: 5px 0 5px 10px;
}

.mygiglipass .ng-loading {
    display: none;
}

.mygiglipass .ng-scope {
    display: block !important;
}

.mygiglipass {
    background-image: url(../newimages/ico_giglipass.png);
}


.toast {
    visibility: hidden;
    width: 50px;
    height: 50px;
    margin: auto;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    position: fixed;
    bottom: 10px; 
    right: 10px;
    z-index: 1;
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
}
.toast .img {
    width: 50px;
    height: 50px;
    float: left;
    box-sizing: border-box;
    background-color: #111;
    color: #fff;
}
.toast .desc {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    overflow: hidden;
    white-space: nowrap;   
}
.toast .desc p {
    color: #fff;
    font-size: 14px;
    white-space: nowrap; 
}
.toast .desc p small {
    display: block;
    font-size: 11px;
    color: #ddd;
}
.toast.show {
    visibility: visible;
    animation: fadein 0.5s, expand 0.5s 0.5s,stay 8s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s forwards;
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 10px; opacity: 1;}
}

@keyframes expand {
    from {width: 50px}
    to {width: 350px}
}

@keyframes stay {
    from {width: 350px}
    to {width: 350px}
}

@keyframes shrink {
    from {width: 350px;} 
    to {width: 50px;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1; width: 50px;}
    to {bottom: 60px; opacity: 0; width: 50px;}
}
