﻿body {
    padding-top: 110px;
    padding-bottom: 20px;
    font-size:small;
}

/* 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 {
    max-width: 300px;
}

.hr-m { 
   border: 4px solid #808080; 
   border-radius: 0px; 
   text-align: center;
    height: 0px;
    margin: 0em;
 }

.navbar-default {
    background-color:#6f6c6c;  
    font-weight:bold; 
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
    color:#202122;
    background-color:#309d78;
    opacity:0.6;
}

.navbar-default .navbar-nav > li > a{
    color:white;
}

.nav-logo {
    background-color:white;
}

.navbar-default .navbar-brand {
    color: white;
}


.grid-title {
    background-color:#309d78;
    color:white;
    font-weight:bolder;
    font-size:medium;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;    
}

.cell-title {
    background-color:#e9e8e8;
    font-weight:bold;
}

.panel-default > .panel-heading {
    color:#ffffff;
    background-color: #129065;
    border-color: #dddddd;
    font-weight:bolder;
    font-size:medium; 
}


.panel-heading {
    padding: 1px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    text-align:center
}

.panel-footer {
    padding: 10px 15px;
    background-color: #129065;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.m-table {
    font-size:12px;
}

.logout {
    background-color:#f37f10;
    color:black;
    opacity:0.7;
    border-radius:5px;
}

.Account-success{
    color:white;
    background-color:#309d78;
    opacity:0.5;
}

.Account-fail{
    color:white;
    background-color:#ea0b0b;
    opacity:0.5;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 65%;
  }
}

