﻿body {
    padding-bottom: 20px;
    font-size: 1em;
    color: #666666;
    font-weight: 400;
    /*font-family:Verdana;*/
}

html {
    font-size: 1em;
}

a {
    text-decoration: none;
}

/* Saygin - for navgation*/
.mlaw-nav {
    color: white;
    margin-bottom: 0px;
    padding: 0px;
}

    .mlaw-nav a {
        color: white;
        padding-left: 15px;
        padding-right: 15px;
    }

        .mlaw-nav a:hover {
            color: white;
            text-decoration: none;
        }

nav span {
    color: white;
    font-weight: bold;
}



.login-box,
.registration-box,
.forgotpassword-box,
.resendactivation-box,
.description-box,
.generic-box,
.btn,
input,
select,
textarea {
    border-radius: .5em !important;
}

.login-box, 
.registration-box, 
.forgotpassword-box, 
.resendactivation-box, 
.generic-box {
    padding: 20px;
    box-shadow: 5px 5px #ddd;
    border: 1px solid #aaa;
    padding-left: 60px;
    padding-bottom: 60px;
    text-align: left;
}

.generic-box {
    padding: 20px;
    margin:20px;
}






/*Use in popup*/
dt {
    background-color: #EEEEEE;
    padding: 6px;
}

dd {
    padding-top:6px;
    word-break: break-word;
    vertical-align: middle;
    margin-bottom: 10px;    
}



.header-title-color {
    color: white;
}

.btn{
    width:130px;
}

h1, .h1,
h2, .h2,
h3, .h3 {
    margin-top:10px;
    margin-bottom:10px;
}

#ajax-loader {
    display: none;
    position: absolute;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    text-align: center;
    background: url(../Images/animated/ajax-loader.gif) center;
    background-color: lightblue;
}
