﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

    .row.display-flex > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none
    }
}

@media (max-width: 600px) {
    .home {
        margin-top: -80px;
    }

    .logoTitle {
        font-size: 2.7rem !important;
    }

    .truncate {
        max-width: 110px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .hideMessage {
        display:none;
    }
}

@media (min-width: 600px) {
    .tabbed {
        padding: 0px 20px 15px 20px;
        border-radius: 6px 6px 6px 6px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        position: relative;
        z-index: 100;
    }

    .logoTitle {
        font-size: 4rem !important;
    }
}

.logo {
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    font-size: 1.3rem;
    font-weight: 200;
}



/*Product icon*/
.product-icon {
    display: inline-block;
    width: 150px;
    height: 150px;
    padding: 10px;
    text-align: center;
    margin: 5px;
}

.product-icon-body {
    display: flex;
    height: 100px;
    width: 100px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.product-icon .fa {
    color: white;
}

.circle {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 20px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.circle-option {
    border-radius: 50px;
    position: absolute;
    top: -12px;
    left: -15px;
    padding-top: 0px;
    width: 40px;
    height: 40px;
    z-index: 100;
}

.icona {
    color: white;
    margin-top: 25px;
    font-size: 3.0rem;
}

.nome-icona {
    margin-top: 7px;
}


.circle-option .fa {
    position: absolute;
    left: 12px;
    top: 11px;
    font-size: 1.1rem;
}

/*Evidenzio il bordo quando sono sopra a un'icona*/
.product-icon:hover {
    outline: 1px #ddd solid;
    cursor: pointer;
}

b, strong {
    color: #2196F3;
}

.icon-background {
    border: none;
    background: -webkit-linear-gradient(top, #2196F3 0%, #448AFF 100%);
    background: -moz-linear-gradient(top, #2196F3 0%, #448AFF 100%);
    background: -ms-linear-gradient(top, #2196F3 0%, #448AFF 100%);
    background: -o-linear-gradient(top, #2196F3 0%, #448AFF 100%);
    background: linear-gradient(top, #2196F3 0%, #448AFF 100%);
    border: none;
}

.icon-disable {
    border: none;
    background: -webkit-linear-gradient(top, #F44336 0%, #EF5350 100%);
    background: -moz-linear-gradient(top, #F44336 0%, #EF5350 100%);
    background: -ms-linear-gradient(top, #F44336 0%, #EF5350 100%);
    background: -o-linear-gradient(top, #F44336 0%, #EF5350 100%);
    background: linear-gradient(top, #F44336 0%, #EF5350 100%);
}


.form-control {
    min-width: 100% !important;
}



#IndirizzoCliente {
    width: 100% !important;
}

.angucomplete-dropdown {
    margin-top: 1px !important;
}

.errori-header:hover {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    cursor: pointer;
}

.attivita-selezionata {
    color: white !important;
    background-color: #E91E63 !important;
}

.courses-list {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: auto;
}


#fixed {
    height: 400px;
    overflow: auto;
}


tbody tr:hover {
    background-color: #2196Ff;
    color: white;
    cursor: pointer;
}

.text-light {
    color: RGB(182,188,198);
}



.img-circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}


.btn {
    cursor: pointer
}




/*Product icon*/
.iconNew-background {
    border: none;
    background: -webkit-linear-gradient(top, #ff6a00 0%, #ff6a00 100%);
    background: -moz-linear-gradient(top, #ff6a00 0%, #ff6a00 100%);
    background: -ms-linear-gradient(top, #ff6a00 0%, #ff6a00 100%);
    background: -o-linear-gradient(top, #ff6a00 0%, #ff6a00 100%);
    background: linear-gradient(top, #ff6a00 0%, #ff6a00 100%);
    border: none;
}

.dropdown-menu {
    right: 5%;
    left: unset;
}
@media (min-width: 600px) {
    .dropdown-menu ::after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-bottom-color: white;
        border-top: 0;
        margin-left: -10px;
        margin-top: -10px;
    }
}
@media (max-width: 600px) {
    .dropdown-menu ::after {
        content: '';
        position: absolute;
        top: 0;
        left: 90%;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-bottom-color: white;
        border-top: 0;
        margin-left: -10px;
        margin-top: -10px;
    }
}