
#spinner {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    z-index: 9999;
    background: url(../img/icon/logospinner.png) 80% 80%  no-repeat; /* url(           ~/img/logo_Jt.png) 50% 50% no-repeat #ede9df;*/
}

/* ---------------------------------- */
/*Label intestazione dei campi*/
.myLabel {
    color: #6E6C6C; /* #0000CC;*/
    /*font-weight: 700;*/
    font-size: 14px;
}
.myDropdown-menu {
    position: relative;
    right: 100%;
    left: 20px;
    border: 1px solid black;
    padding: 0 0 0 0; /*-left:10em;*/
    z-index: 1000;
    color: navy;
}
.myDivContainer {
    border: solid 1px black;
    background-color: #F5F5F5;
    border-radius: 5px 5px;
    margin-top: 10px;
    box-shadow: 5px 5px #888888;
}
.mybackground {
    background-image: url("../images/header-top.png");
    /* background-size: cover;
     position: relative;
    border-radius: 0;
    color: #fff;*/
}
.mybuttonindex {
    width: 30px;
    height: 30px;
    margin-left: 3px;
    margin-right: 0px;
    color: #6E6C6C;
    text-align: center;
    vertical-align: central;
}
.mybackgroundmenu {
    background-image: url("../images/sidebar-img-bg.jpg");
    background-size: cover;
    position: relative;
    border-radius: 0;
    color: #fff;
}
.mycontainer {
    border: solid 1px black;
    background-color: #FFFFFF5;
    border-radius: 5px 5px;
    margin-top: 10px;
    box-shadow: 5px 5px #888888;
}

.my-page-header {
    background-image: url("../images/header-top.png");
    background-size: cover;
    position: relative;
    border-radius: 0;
    color: #fff;
}
