﻿*
{
    margin: 0 auto;
}

body
{
    margin: 0 auto;
    padding: 0 auto;
    font-family: tahoma, arial, verdana, sans-serif;
    background-color: #e0e0e0;
}

.transition-gray
{
    
}

.transition-classic
{
    background-color: #d9e7f8;
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear; 
}

#header
{
    width: 100%;
    height: 50px;
    background-color: #e0e0e0;
    border-bottom: 1px solid #d0d0d0;
}

#login
{
    width: 280px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(00, 00, 00, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(00, 00, 00, 0.5);
    margin-top: 100px;
    background-color: #ffffff;
    padding: 20px;
}

.tabLogin
{
    width: 200px;
    margin-top: 5px;
}

.intestazione
{
    font-size: 14px;
    letter-spacing: .1em;
    font-family: Tahoma;
}

.txtGradient
{
    border: solid 1px #d0d0d0;
    height: 20px;
    text-indent: 5px;
    border-radius: 5px;
    background: -moz-linear-gradient(top,  rgba(147,147,147,0.65) 0%, rgba(68,68,68,0) 54%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(147,147,147,0.65)), color-stop(54%,rgba(68,68,68,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(147,147,147,0.65) 0%,rgba(68,68,68,0) 54%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(147,147,147,0.65) 0%,rgba(68,68,68,0) 54%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(147,147,147,0.65) 0%,rgba(68,68,68,0) 54%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(147,147,147,0.65) 0%,rgba(68,68,68,0) 54%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6939393', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    transition: width, border-color 0.5s;
    -webkit-transition: width 0.5s; /* Safari */
}

.btnLogin
{
    width: 100px;
    height: 30px;
    border: solid 1px #00F;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    color: #444;
    cursor: pointer;
    background: rgb(183,222,237); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(183,222,237,1) 0%, rgba(113,206,239,1) 50%, rgba(33,180,226,1) 51%, rgba(183,222,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(183,222,237,1)), color-stop(50%,rgba(113,206,239,1)), color-stop(51%,rgba(33,180,226,1)), color-stop(100%,rgba(183,222,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(183,222,237,1) 0%,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(183,222,237,1) 0%,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(183,222,237,1) 0%,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(183,222,237,1) 0%,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed',GradientType=0 ); /* IE6-9 */
}

.btnLogin:hover
{
    width: 100px;
    height: 30px;
    border: solid 1px #00F;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    background: rgb(224,243,250); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(224,243,250,1) 0%, rgba(216,240,252,1) 50%, rgba(184,226,246,1) 51%, rgba(182,223,253,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,243,250,1)), color-stop(50%,rgba(216,240,252,1)), color-stop(51%,rgba(184,226,246,1)), color-stop(100%,rgba(182,223,253,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(224,243,250,1) 0%,rgba(216,240,252,1) 50%,rgba(184,226,246,1) 51%,rgba(182,223,253,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(224,243,250,1) 0%,rgba(216,240,252,1) 50%,rgba(184,226,246,1) 51%,rgba(182,223,253,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(224,243,250,1) 0%,rgba(216,240,252,1) 50%,rgba(184,226,246,1) 51%,rgba(182,223,253,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(224,243,250,1) 0%,rgba(216,240,252,1) 50%,rgba(184,226,246,1) 51%,rgba(182,223,253,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f3fa', endColorstr='#b6dffd',GradientType=0 ); /* IE6-9 */
}

.divLogo
{
    position: relative;
    top: 30px;
    height: 50px;
    border-top: solid 1px #CCC;
    padding-top: 10px;
    text-align: right;
}
#content
{
    height: 100%;
}

.errore
{
    border: solid 1px #F00;
}

.waitPanel
{
    width: 100%;
    height: 100%;
    background-color: #CCC;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 500;
}

.waitDiv
{
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -25px;
    background: #FFF;
    z-index: 1000;
    min-width: 200px;
    height: 50px;
    line-height: 50px;
    border: solid 1px #CCC;
    border-radius: 10px;
    padding: 0 10px 0 10px;
}

.txtNoError
{
    width: 273px;
}

.txtError
{
    width: 230px !important;
    border: solid 1px #F00;
}

.errorCircleInvisible
{
    opacity: 0;
    filter: alpha(opacity=0);
    position: relative;
    bottom: 0px;
    right: 0;
    z-index: 1;
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opactiy 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}

.errorCircleVisible
{
    opacity: 1;
    filter: alpha(opacity=100);
    position: relative;
    bottom: 0px;
    right: 0;
    z-index: 1;
    -webkit-transition: opacity 1.2s ease-in-out;
    -moz-transition: opactiy 1.2s ease-in-out;
    -ms-transition: opacity 1.2s ease-in-out;
    -o-transition: opacity 1.2s ease-in-out;
    transition: opacity 1.2s ease-in-out;
}

.errorDiv
{
    min-width: 150px;
    min-height: 20px;
    border: solid 1px #F00;
    background-color: #FFF;
    border-radius: 5px;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    z-index: 5;
}

.nonVisibile
{
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.7s ease-in-out;
    -moz-transition: opactiy 0.7s ease-in-out;
    -ms-transition: opacity 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out;
}

.visibile
{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.7s ease-in-out;
    -moz-transition: opactiy 0.7s ease-in-out;
    -ms-transition: opacity 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out;
}

.animazione
{
    animation: shake 0.5s;
    -webkit-animation: shake 0.5s; /* Safari and Chrome */
}

.login-page-error
{
      width: 302px;
  margin: 10px auto;
  border: solid 1px #C40000;
  padding: 10px;
  border-radius: 5px;
  background-color: #FFB0B0;
  font-family: tahoma;
  font-size: 14px;
  display: none;
}

/*@keyframes bounce
{
15%   {bottom: 15px;}
}

@-webkit-keyframes bounce
{
15%   {bottom: 15px;}
}

@keyframes shake
{
    5% {right: 3px;}   
    10% {right: -3px;} 
    15% {right: 3px;}   
    20% {right: -3px;} 
    25% {right: 3px;}   
    30% {right: -3px;}
    35% {right: 0;}   
}

@-webkit-keyframes shake
{
    5% {right: 3px;}   
    10% {right: -3px;} 
    15% {right: 3px;}   
    20% {right: -3px;} 
    25% {right: 3px;}   
    30% {right: -3px;}
    35% {right: 0;}   
}
*/