﻿
span[role="button"]{
    cursor:pointer;
}
span {
    cursor: pointer;
}
.wndistright {
margin-right:1em;
}
.wntop {
    margin-top: 1em;
}
.wnrow {
    margin-top: 1em;
}
.wn-100 {
    width: 100%;
}

.wnspanimage {
    margin-right: 5px;
}

.wnnopad{
    padding-right:1px;
    padding-left:1px;
}
.wndistanzia {
    margin-top: 5px;
}

.wncontainer {
    padding-left: 2px;
    padding-right: 2px;
}

.wncol {
    padding-left: 2px;
    padding-right: 2px;
}

.wncontrol {
    padding-left: 2px;
    padding-right: 2px;
}

.wndivabsolute {
    position: absolute;
}

.wndivfixed {
    position: fixed;
}



button {
    cursor: pointer;
}




.bootstrap-select.show > .dropdown-menu > .dropdown-menu {
    display: block;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden {
    display: none;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li a {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}










.navbar {
    background-color: #7bdefc;
}
    .jumbotron {
    background-color: #7bdefc;
    color: #fff;
    padding: 100px 25px;
    font-family: Montserrat, sans-serif;
}

h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
}

h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
}

.WNiframe {
    width: 100%;
    height: 100%;
    border-radius: 25px;
}
.WNdivradiusshadow {
    border: groove;
    border-radius: 25px;
    box-shadow: 10px 10px 5px #888888;
}
.WNdivZ-Index{
    z-index:999;
}

/*
    WNautocompleteMail
*/
.WNautocompleteMail {
    /*the container must be positioned relative:*/
    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;
    }*/

.WNautocompleteMail-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the WNautocompleteMail items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .WNautocompleteMail-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        .WNautocompleteMail-items div:hover {
            /*when hovering an item:*/
            background-color: #e9e9e9;
        }

.WNautocompleteMail-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}
/*
    WNautocompleteMail
*/

