﻿#contenitoreLogin
{
    width: 100%;
    height: auto;
    min-height: 400px;
    font-family: Verdana;
    font-size: 14px;
}

body
{
    background-color: #efefef; /*#c0c0c0#E8E8E8;*/
}
input {
    margin: 1px 2px 1px 2px !important;
    border: 1px solid #e9e9e4;
    height: 22px;
    /*border: none;*/
}

.paddingtop10
{
    padding-top: 10px;
}
.paddingbottom2 {
    padding-bottom: 2px;
}
.paddingbottom10 {
    padding-bottom: 10px;
}
.paddingright15
{
    padding-right: 15px;
}
.paddingleft15
{
    padding-left: 15px;
}
.floatleft
{
    float: left;
}
.floatright
{
    float: right;
}
.clear
{
    clear: both;
}
.margintop15
{
    margin-top: 15px;
}
.marginleft15
{
    margin-left: 15px;
}
.marginright10
{
    margin-right: 10px;
}
.marginbottom5
{
    margin-bottom: 5px;
}
.marginbottom10
{
    margin-bottom: 10px;
}
.box55right
{
    width: 50%;
    float: right;
}

.boxLogin
{
    width: 40%;
    position: relative;
    top: 30px;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; /*border: thin solid #336699;     box-shadow: 0 2px 1px #336699;     background-color: #e2dfd8;*/
    border: thin solid #bbbfc3;
    /*box-shadow: 0 2px 1px #bbbfc3;*/
    background-color: #fff;
}

#btnEnter
{
    width: 90px;
    height: 30px;
    font-weight: bold;
    letter-spacing: 0.15em;
	margin-right: 10px;
}

.buttonLogin {
    background-color: #336699; /*#002699;*/
    display: inline-block;
    cursor: pointer;
    padding: 2px;
    -moz-box-shadow: 0px 2px 0px 0px #09c;
    -webkit-box-shadow: 0px 2px 0px 0px #09c;
    box-shadow: 0px 3px 0px 0px #09c;
    border: 1px solid #336699;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
}
    .buttonLogin:hover {
        /*background-color: #e9e9e4;*/
        background-color: #09c;
        border: 1px solid #09c; /*#336699;*/
        box-shadow: 0px 3px 0px 0px #336699; /*#336699;*/
    }

.barTop
{
    width: 100%;
    /*height: 70px;*/
    vertical-align: middle; /*background-color: #9E3150;*/
    background-color: #336699;  /*#336699;*/
    /*box-shadow: 0 2px 1px #BDC3B9;*/
}

.barTop_img
{
    height: 75px;
/*    float: left;
    display: table;
*/}
.barTop_img span
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.barTop_text
{
    min-width: 200px;
    /*height: 70px;
    float: left;*/
    font-size: 22px;
    font-weight: normal;
    font-style: oblique; /*color: #EAE8E3;*/
    color: #f1f1f4;
    /*text-shadow: 0 -1px 0 #000;*/
    display: table;
}
.barTop_vers {
    /*height: 80px;
    float: left; */
    color: #f1f1f4;
    display: table;
    text-align: right;
}

.barTop_text span
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-left: 15px;
}

.btopRadius10
{
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
}
.borderRightGray
{
    border-right: thin solid #949EA5;
}
.borderLeftBlack
{
    border-left: thin solid #000;
}
.versione
{
    font-size: xx-small !important;
    font-style: italic;
}
.coloretesto
{
    color: midnightblue;
}
.flex100, .flex90, .flex {
    /*----flexbox-----*/
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start; /**/
}

