﻿body {
    background-color: #F7F7F7;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #F7F7F7;
}
/*Login*/
#BodyContainer {
    background-color: White;
}

#BodyContent {
    padding-bottom: 20px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

#LoginBoxDiv {
    padding-top: 90px;
}

#logintable {
    width: 402px;
}

.validation {
    font-size: 10px;
}

.text-box {
    width: 300px;
}



p {
    margin: 0px;
}

#container {
    margin: 70px auto;
    width: 450px;
    box-shadow: 0px 3px 5px #888;
    height: 240px;
    border-radius: 5px;
}

#col {
    box-shadow: 0 0 20px #324040;
    -moz-box-shadow: 0 0 20px #324040;
    -webkit-box-shadow: 0 0 20px #324040;
    padding: 0px 0px;
    background: #324040;
    min-height: 240px;
    width: 100%;
    background-color: white;
    height: 100%;
    border-radius: 5px;
}

    #col .header {
        padding: 10px 10px 30px 10px;
        padding-bottom: 0px;
        color: #ffffff;
        -webkit-box-shadow: inset 0 0px 5px rgba(0, 0, 4, 0.1),0 0 8px rgba(82, 168, 236, 0.6);
        -moz-box-shadow: inset 0 0px 5px rgba(0, 0, 4, 0.1),0 0 8px rgba(82, 168, 236, 0.6);
        box-shadow: inset 0 0px 5px rgba(0, 0, 4, 0.1);
        background-color: #324040;
        height: 55px;
        border-radius: 5px;
        font-size: 20px;
        border-bottom-right-radius: 0px;
        -moz-border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        -moz-border-bottom-left-radius: 0px;
    }

.headerlogo h2 {
    color: White;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 0px;
    padding-top: 6px;
}

.headerlogo {
    color: white;
    text-align: right;
    height: 40px;
    width: 100%;
    background-repeat: no-repeat;
    background-image: url('../Content/images/logo.png');
    font-size: 12px;
}

.login form fieldset {
    padding: 16px 20px 18px 20px;
}

.login form fieldset {
    margin: 0px;
}

fieldset {
    border: 1px solid #DDD;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

.login form .actions {
    padding: 6px 30px 28px 30px;
    margin-top: 10px;
    height: 27px;
    width: 390px;
    line-height: 15px;
}

.actions {
    background: #F7F7F7;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 17px 20px 18px 15px;
    border-top: 0px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

form .clearfix {
    margin-bottom: 0px;
    padding-top: 7px;
    zoom: 1;
    padding-left: 13px;
    border-bottom: 1px dotted #DDD;
    padding-bottom: 6px;
}

* {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 12px;
    font-family: Sans-serif;
    color: #404040;
}

.login form p {
    position: relative;
    margin: 0px 0;
}

.login .input-login {
    width: 350px;
    font-size: 14px;
    line-height: 22px;
    height: 22px;
    background-color: #F7F7F7;
}

input, textarea {
    -webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s,box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s,box-shadow linear 0.2s;
    -o-transition: border linear 0.2s,box-shadow linear 0.2s;
    transition: border linear 0.2s,box-shadow linear 0.2s;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

input, textarea, select, .uneditable-input {
    display: inline-block;
    width: 210px;
    height: 18px;
    padding: 4px;
    font-size: 12px;
    line-height: 18px;
    color: gray;
    border: 1px solid #CCC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.login form .btn {
    font-size: 16px;
    padding: 10px 20px 10px 20px;
    margin-right: 0px;
    font-weight: normal;
}

.btn.primary, .item .btn.primary {
    color: white;
    background-color: #3081A1;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#324040), to(#6A89C4));
    background-image: -moz-linear-gradient(top, #324040, #6A89C4);
    background-image: -ms-linear-gradient(top, #324040, #6A89C4);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #324040), color-stop(100%, #3081A1));
    background-image: -webkit-linear-gradient(top, #324040, #3081A1);
    background-image: -o-linear-gradient(top, #324040, #3081A1);
    background-image: linear-gradient(top, #324040, #3081A1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#324040', endColorstr='#3081a1', GradientType=0);
    border-color: #3081A1 #3081A1 #324040;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    margin-right: 5px;
    font-weight: bold;
    background-position: 0 -15px;
}

input[type="button"], input[type="reset"], input[type="submit"] {
    width: auto;
    height: auto;
}

.btn {
}

.btn {
    cursor: pointer;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    padding: 5px 14px 6px;
    color: #333;
    font-size: 13px;
    line-height: normal;
    border: 1px solid #CCC;
    border-bottom-color: #BBB;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
}

.right {
    float: right;
}

.left {
    float: left;
}

.btn:hover {
    background-position: 0 0px;
    text-decoration: none;
}

.validation-summary-errors {
    color: red;
    width: 250px;
    background-color: #FEE;
    margin-left: 88px;
    margin-top: 15px;
    border: 1px solid #FCCCCC;
    height: auto;
    overflow: auto;
    padding: 15px 5px 15px 55px;
    background-image: url('/Content/Images/error.png');
    background-repeat: no-repeat;
    background-position: 10px center;
}

    .validation-summary-errors ul li {
        width: 100%;
        color: #D8000C;
        background-color: #FEE;
        clear: left;
    }


.bottomAdressDiv {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 10px;
    text-align: center;
    left: auto;
    right: auto;
    font-size: 10px;
    width: 100%;
}

    .bottomAdressDiv a {
        font-size: 10px;
    }

a:hover {
    text-decoration: none;
}

.redirect-message {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 8px;
    font-size:14px;
    margin-bottom:15px;
    border-radius:4px;
}
