html {
    height:100%;
    min-height:100%;
}

body {
    min-height:100%;
}

a { 
    cursor: pointer; 
}

.navbar-header {
  padding: 10px;
  margin-left: 20px;
}

.navbar-nav {
  padding: 15px;
}

.navbar-nav a {
  color: blueviolet;
}

.navbar-right {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 50px;
}

.bottom-rows {
    margin: 80px;
}

.form-signin {
    max-width: 330px;
    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;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.account-wall {
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.login-title {
    margin-top: 60px;
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

footer {
    text-align: center
}

.navbar-inverse .navbar-nav > li > a {
  font-size: 15px;
  font-weight: 600;
}

.page-header {
  margin: 20px 0 20px;
}

.container-fluid {
  padding-right: 50px;
  padding-left: 50px;
}

.btn-grid-action {
    width: 90px;
}

.pre-no-borders {
    border: none; 
    background-color: transparent; 
    padding-top: 0px; 
    padding-bottom: 0px; 
    padding-left: 0px; 
    padding-right: 0px;
}

.md-bottom.md-center {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
}

.tablerow:hover {
    background-color:#f5f5f5;
}

.tableheader {
    background: #f5f5f5;
}

.tableheader:hover {
    background: #e8e8e8;
}

input[type="checkbox"] {
    border: none;
    zoom: 2;
    margin: 3px 0 0;
}

@media(min-width: 1300px){
    .details-modal > .modal-lg {
        width: 95%;
    }
}

@media(min-width: 1300px){
    .details-modal > .modal-md {
        width: 50%;
    }
}

.details-modal-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}

.details-modal-footer {
    padding-top: 15px;
    text-align: right;
}

.btn-space {
    margin-right: 5px;
}

.carousel-control.left, .carousel-control.right {
    background-image: none
}

.resize-container {
    height:300px;
}

.nav-cust-active {
    border-bottom: 4px solid #017fb9;
    background-image: linear-gradient(to bottom,#f8f8f8 0,#ffffff 100%);
}

.rag_green {
    font-weight: bold;
    color: green;
}

.rag_ambar {
    font-weight: bold;
    color: orange;
}

.rag_red {
    font-weight: bold;
    color: red;
}

.double-size {
    font-size: 200%;
}

th.rotate {
  height: 250px;
  width: 50px;  
  white-space: nowrap;
  border: none !important;
}

th.rotate > div {
  transform: 
    translate(0px, 0px)
    rotate(325deg);
  width: 70px;
}

th.rotate > div > span {
  padding: 20px 20px;
}

.centered-pills {
  margin: 20px;
}

md-toast {
    position: fixed !important;
}

.nofocus {
    border: none; 
    background-color: lightgoldenrodyellow !important; 
    outline: none;
}
.nofocus:focus {
    outline:none !important;
}