﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 60px;
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
.dl-horizontal dt {
    white-space: normal;
}
*/

/* Set width on the form input elements since they're 100% wide by default 
input,
select,
textarea {
    max-width: 280px;
}
*/

.form-signin {
    max-width: 450px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 16px;
        margin-top: 5px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .form-signin .forgotPassword {
        margin-top: 25px;
    }

.form-reset {
    max-width: 550px;
    padding: 15px;
    margin: 0 auto;
}

.logout {
    margin-top: 8px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.cursor {
    cursor: hand;
    cursor: pointer;
}

#EditError {
    margin-top: 25px;
}

.LinkOk a:link,
.LinkOk a:visited,
.LinkOk a:active,
.LinkOk a {
    background-color:white;
    color:black;
    text-decoration:none;
}
.LinkOk a:hover
{
    color:white;
    background-color:lightsteelblue;
    text-decoration:none;
}
.LinkError a:link,
.LinkError a:visited,
.LinkError a:active,
.LinkError a
 {
    background-color:white;
    color:black;
    text-decoration:none;
   
}
.LinkError span {
    background-color:white;
    color:gray;
}
.LinkError a:hover,
.LinkError span
 {
    background-color:red;
    color:white;
    text-decoration:none;
}

.FileLink {
    font-size: 18px;
    font-family: monospace;
}

.FileLink a:hover{
     text-decoration:none;
}