﻿body {
    
    padding-bottom: 20px;
}

#login-nav input {
    margin-bottom: 15px;
}

.navbar-btn{
    margin-top:12px !important;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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;
}

/*
    Bootstrap Overrides
*/

.navbar-inverse {
    background-color: #eeeeee;
    border-color: #b3afaf;
}

.navbar-nav > li > a {
    margin-top: 18px;
    padding: 2px 19px;
    border: 4px solid #eeeeee;
    background: #eeeeee;
    z-index: 99999;
    cursor: pointer;
    font-size: 14px;
}

.navbar-brand {
    float: left;
    padding: 0px 0px;
    cursor: pointer;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    margin-top: 18px;
    padding: 2px 19px;
    color: white;
    background: #CF112B;
    border: 4px solid #FFF;
    z-index: 99999;
    cursor: pointer;
    font-size: 14px;
}

.dropdown-menu {
    min-width: 150px;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: red;
}

.loggeduser {
    font-weight: bold !important;
    color: #428bca !important;
}

.navbar-inverse .navbar-text{
    color:darkblue;
    font-weight:bolder;
}



.date {
    background-color: red;
    color: white;
    text-align: center;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.serverName {
    border: 1px solid silver;
    font-weight: bold;
    font-size: 14px;
}

.Online {
    background-color: green;
    color: white;
    text-align: center;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
}

.Offline {
    background-color: darkred;
    color: white;
    text-align: center;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
}

.lastPing {
    padding: 2px 19px;
    border: 4px solid Gray;
    background: yellow;
    z-index: 99999;
    cursor: pointer;
    font-size: 14px;
}

body#LoginForm {
    background-image: url("https://hdwallsource.com/img/2014/9/blur-26347-27038-hd-wallpapers.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 10px;
}

.form-heading {
    color: #fff;
    font-size: 23px;
}

.panel h2 {
    color: #444444;
    font-size: 18px;
    margin: 0 0 8px 0;
}

.panel p {
    color: #777777;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 24px;
}

.login-form .form-control {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    max-width: 292.92px;
}

.main-div {
    /*background: #ffffff none repeat scroll 0 0;
    border-radius: 2px;
    margin: 10px auto 30px;
    max-width: 38%;*/
    float: none;
    margin: 0 auto;
    padding: 50px 70px 70px 71px;
}

.main-div .form-control{
    max-width:none!important;
}
.login-form .form-group {
    margin-bottom: 10px;
}

.login-form {
    text-align: center;
}

.forgot a {
    color: #777777;
    font-size: 14px;
    text-decoration: underline;
}

.login-form .btn.btn-primary {
    background: #f0ad4e none repeat scroll 0 0;
    border-color: #f0ad4e;
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
}

.forgot {
    text-align: left;
    margin-bottom: 30px;
}

.botto-text {
    color: #ffffff;
    font-size: 14px;
    margin: auto;
}

.login-form .btn.btn-primary.reset {
    background: #ff9900 none repeat scroll 0 0;
}

.back {
    text-align: left;
    margin-top: 10px;
}

    .back a {
        color: #444444;
        font-size: 13px;
        text-decoration: none;
    }

#showPhoto {
    max-height: 200px;
    max-width: 200px;
    border: 1px solid #ccc;
    min-height: 200px;
    min-width: 200px;
}

#Photo {
    margin-bottom: 5px;
}