﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    /*padding-top: 10px;*/
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}
.iframe-w100-h100 {
    height: 100%;
    width: 100%;
}

.iframe-w100-h100 iframe {
    width: 100%;
    height: 100%;
    min-height: 842px;
}

/*    ALTRI COLORI  */
.bg-cyan {
    background-color: #36cee6 !important;
}

a.bg-cyan:hover, a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
    background-color: #0f6674 !important;
}

.gridlabelresponsive{
    display:none;
}
#divutente{
    font-size:12px;
}
.checkpsw {
    float: left;
    width: 20px;
    height: 20px;
    margin-left: 2px;
    margin-top: 5px;
    border: 1px solid;
    background-color: white;
    border-radius: 10px;
}

.autocomplete {
    position: relative;
    display: inline-block;
}

/*input {
            border: 1px solid transparent;
            background-color: #f1f1f1;
            padding: 10px;
            font-size: 16px;
        }

            input[type=text] {
                background-color: #f1f1f1;
                width: 100%;
            }

            input[type=submit] {
                background-color: DodgerBlue;
                color: #fff;
                cursor: pointer;
            }*/

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        /*when hovering an item:*/
        .autocomplete-items div:hover {
            background-color: #e9e9e9;
        }

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}


.responsiveitem {
    padding: 0.25em;
}
 
.loading {
    position: fixed;
    z-index: 99999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
        background-color: rgba(0,60,124,0.3);
    }

.loading2 {
    position: fixed;
    z-index: 99999;
    height: 5em;
    width: 5em;
    overflow: visible;
    margin: auto;
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
}

    .loading2:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
        background-color: rgba(0,60,124,0.3);
    }

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {

    .gridlabelresponsive {
        font-weight:bold;
        display: block;
    }
    .responsiveitem {
        padding-left:10px !important;
    }
    #testatagrid {
        display:none;
    }
}
