﻿/*#region general*/
body,html {
    margin:0;
    padding:0;
}

footer {
    text-align:center;
}

/*#endregion*/

/*#region Signin */

.cssLogin {    
    width:400px;
    margin-left:auto;
    margin-right:auto;    
    background-color:#e9e4e4;
    margin-top:-40px; 
    overflow:visible !important ;
}

    .cssLoginPerson {
        width:400px;
        margin-left:auto;
        margin-right:auto;  
        text-align:center;                  
    }

        .cssLoginPerson img {
            width: 100px !important;
        }

.cssLogin h1 {
    font-size:16pt;
    margin:15px;
    padding:15px;
    margin-top:0;
    padding-top:0;
    text-align:center;
    color:#759ca1;
}
        
.css_loginformwrapper {    
    border-radius:0 8px 8px 8px;    

    margin:0 0 0 0;
    padding:20px 20px 30px 20px;
}



.loginLink {
}

.loginLink:hover {
    text-decoration:underline;
    cursor:pointer;
}

.css_loginformwrapperForgot {
    background-color:transparent;
    border-radius:0 8px 8px 8px;
    margin:0 0 0 0;
    padding:20px 20px 15px 20px;
    position:relative;    
}

.css_loginformwrapperForgot form {
    margin-bottom:20px;
}

.css_loginformWrapperSend {
    background-color:transparent;
    border-radius:0 8px 8px 8px;

    margin:0 0 0 0;
    padding:20px 20px 15px 20px;

    position:relative;
    z-index:3;
}

/*#endregion */

/*#region Allert Message*/
.css_AlertMessage {
    background-color: #a4c639;
    height:0;
    width: 100%;
    position:fixed;
    bottom: 0;
    z-index:10000000;
    color:white;
    text-align:center;           
    color:black;
    overflow:hidden;
    cursor:pointer;
}

    .css_AlertMessage span {
        margin-top:10px;
        display:block;
        font-size:20pt;
        text-shadow:none;
    }

    .css_AlertMessage img {
        height:40px;
        position: relative;
        float:right;     
        margin-top:-30px;
        margin-right:20px;
    }

/*#endregion*/

/*#region listView*/

.list-liststyle {
    list-style-type:disc;
}

/*#endregion*/

