﻿



/*
		***********************
		* Inizio Login              *
		***********************
*/



.login-container
{
    position: relative;
    width: 300px;
    margin: 80px auto;
    padding: 20px 40px 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    margin-top: 180px;
}

#output
{
    position: absolute;
    width: 300px;
    top: -75px;
    left: 0;
    color: #fff;
}

    #output.alert-success
    {
        background: rgb(25, 204, 25);
    }

    #output.alert-danger
    {
        background: rgb(228, 105, 105);
    }


.login-container::before, .login-container::after
{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 3.5px;
    left: 0;
    background: #fff;
    z-index: -1;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    border: 1px solid #ccc;
}

.login-container::after
{
    top: 5px;
    z-index: -2;
    -webkit-transform: rotateZ(-2deg);
    -moz-transform: rotateZ(-2deg);
    -ms-transform: rotateZ(-2deg);
}

.avatar
{
    width: 100px;
    height: 100px;
    margin: 10px auto 30px;
    border-radius: 100%;
    border: 2px solid #aaa;
    background-size: cover;
}

.form-box input
{
    width: 100%;
    padding: 10px;
    text-align: left;
    border: 1px solid #ccc;
    background: #fafafa;
    transition: 0.2s ease-in-out;
    font-size: 15px;
}

    .form-box input:focus
    {
        outline: 0;
        background: #eee;
    }

    .form-box input[type="text"]
    {
        border-radius: 5px 5px 0 0;
        text-transform: lowercase;
    }

    .form-box input[type="password"]
    {
        border-radius: 0 0 5px 5px;
        border-top: 0;
    }

.form-box button.login
{
    margin-top: 15px;
    padding: 10px 20px;
}

.animated
{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp
{
    0%
    {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100%
    {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp
{
    0%
    {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100%
    {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp
{
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


#btnLogin
{
    background-color: #31b0d5;
    text-align: center;
    font-size: 20px;
    margin-top: 5px;
}







/*
		***********************
		* Fine Login              *
		***********************
*/



/*
		***********************
		* Inizio dashboard		          *
		***********************
*/


#LogoHOME 
{
    margin-left: 10px;
    padding-top: 0px;
}


.LblStd {
    margin-top: 5px;
    color: #003167;
    font-weight: bold;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    font-family: 'Lucida Sans Unicode',Helvetica;
    margin-left: 20px;
}



#div_sel_dati {
    padding-top: 10px;
    background-color: #ededed;
    overflow: hidden;
}





.DDldashboard {
    color: #f7941f;
    background-color: white;
    border-color: #DFE2E8;
    min-width: 180px;
    max-width: 800px;
    width: 500px;
    height: 34px;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    font-size: 15px;
}

.DDldashboard > option 
{
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: block;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: white;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    font-family: Lucida Sans Unicode,Helvetica;
    font-size: 15px;
    color: #003167;
}

.DDldashboard > option:default 
{
    background-color: #f7941f;
}


.sidebar-left
{
    float: left;
    width: 20%;
}


.center-nomargins
{
    width: 100%;
}

.sidebar-right
{
    float: right;
    width: 20%;
}


.info_login {

    color: white;
    display: table;
    margin-top: 0px;
    padding: 0;
    font-size: 11px;
    margin-left: 8px;
    color: #003167;
    font-weight: bold;
    font-size: 10px;
    font-family: 'Lucida Sans Unicode',Helvetica;
}



#LinkLogOut {
    margin-right: 35px;
    margin-top: 7px;
    font-size: 20px;
    color: #f7941f;
}

/*
		***********************
		* Fine dashboard		          *
		***********************
*/
/*
		***********************
		* Inizio Loading               *
		***********************
*/
.modal1 
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: white;
    filter: alpha(opacity=60);
    opacity: 0.8;
    -moz-opacity: 0.8;
}

.center1
{
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: white;
    border-radius: 10px;
    opacity: 1;
    color: black;
    text-align: center;
    font-weight: bolder;
    font-family: 'Lucida Sans Unicode',Helvetica;
}

.center1 img
    {
        height: 100px;
        width: 100px;
    }


.bodyMaster
{
    margin: 0;
    padding: 0;
}



/*
		***********************
		* Fine Loading               *
		***********************
*/

