/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
 body {
    padding-top: 50px;
}

h2 {
    font-size: 24px;
}

/*
 * Global add-ons
 */
 .sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
 .navbar-fixed-top {
    border: 0;
}
/*
 * Sidebar
 */

/* Hide for mobile, show later */
 .sidebar {
    display: none;
}
@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 96px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 0 20px;
        overflow-x: hidden;
        overflow-y: auto;
        /* Scrollable contents if viewport is shorter than content. */
        background-color: #f5f5f5;
        border-right: 1px solid #eee;
    }
}
/* Sidebar navigation */
 .nav-sidebar {
    margin-right: -21px;
    /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
}
.nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
}
.nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #428bca;
}
/*
 * Main content
 */
 .main {
    padding: 50px;
}
@media (min-width: 768px) {
    .main {
        padding-right: 5px;
        padding-left: 80px;
    }
}
.main .page-header {
    margin-top: 0;
    border: none;
}
.page-header {
    border: none;
}
/*
 * Placeholder dashboard ideas
 */
 .placeholders {
    margin-bottom: 30px;
    text-align: center;
}
.placeholders h4 {
    margin-bottom: 0;
}
.placeholder {
    margin-bottom: 20px;
}
.placeholder img {
    display: inline-block;
    border-radius: 50%;
}
/*sidebar*/
 .sidebar h3 {
    margin-top: 0;
}
.sidebar h5 {
    font-size: 12px;
}
/*Tables*/
 .table th.text-right, .table td.text-right {
    text-align: right;
}
/*Tiles*/
 .tiles {
    list-style: none;
}
.tiles li {
    float: left;
}
.tiles li a {
    width: 100px;
    height: 130px;
    background-color: #014288;
    color: #97ca49;
    text-align: center;
    border-radius: 5px;
    margin: 20px;
    padding: 15px;
    display: block;
}
.tiles li i {
            font-size: 60px;
}
/*bootstrap overrides*/
 .navbar.navbar-inverse.navbar-fixed-top {
    border-bottom: 3px solid #FFFFFF;
     background-color: #353535;
}
.nav>li>a {
    color: #014288;
}
.nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus {
    background-color: #97ca49;
}


/*Info bar*/
.info-bar {
    background-color: #333;
    height: 40px;
    color: #fff;
    padding: 4px 20px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 6px;
    font-size: 24px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1000;
}


/*Login*/
 .form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
    text-align: center;
}

.form-signin input[type="text"]{
  border-radius: 4px 4px 0 0;
}

.form-signin input[type="password"]{
  border-radius: 0 0 4px 4px;
  margin-bottom: 20px;
}


.txt-edit {
    display: none;
}

.error-message{
    display: inline-block;
    float: left;
    color: #ff0000;
}
label.error {
    color: #ff0000;
}

.room.room-name{
    width: 175px;
}




/*button and labels for the sim interaction*/
#dashContainer .nav-tabs a {
    outline: none;
}

#dashContainer .nav-tabs a:active, a:visited { 
    border: none;
    outline: none;
}
#dashContainer .nav-tabs .active a {
    font-weight: bold;
    color: #000;
}
#dashContainer .label-success {
    background-color: #000;
}
#dashContainer .label-warning {
    background-color: #F79646;
}
#dashContainer .label-danger {
    background-color: #006600;
}
#dashContainer .label-default {
    background-color: #7030A0;
}
#dashContainer .btn-success {
    background-color: #006600;
    border-color: #006600;
}
#dashContainer .btn-disabled {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
#dashContainer .btn-disabled:hover {
    color: #fff;
}
#dashContainer .btn-primary {
    background-color: #00A3E0;
    border-color: #0070C0;
}

.table-container{
    position: relative;
}
.header-container{
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff;
}
.body-container{
    padding-top: 115px;
    overflow-y: auto;
}
.nav-text {
    display:none;
    font-size: 18px;
}

#loginContainer .nav-tabs {
border-bottom: 0px;
border-top: 1px solid #ddd;
}
#loginContainer .nav-tabs > li {
margin-bottom:0;
margin-top:-2px;
}

#loginContainer .nav-tabs > li > a {
padding-top: 8px;
padding-bottom: 8px;
line-height: 20px;
border: 1px solid transparent;
-moz-border-radius:0px;
-webkit-border-radius:0px;
border-radius:0px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;
}
#loginContainer .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
color: #555555;
cursor: default;
background-color: #ffffff;
border: 1px solid #ddd;
border-top-color: transparent;
}

.dropdown-menu li a {
    cursor: pointer;
}