﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* 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
 {
    max-width: 400px;
}

textarea {
     width: 100%;
     resize: none;
     -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
     -moz-box-sizing: border-box;    /* Firefox, other Gecko */
     box-sizing: border-box;         /* Opera/IE 8+ */
}

textarea.form-control
{
    background-color: #f3e5cc;
}

.panel-default > .panel-heading-custom {
    background: #d8d8d8; color: #000000;
}

/*body
{
    background: #FC7222;
}*/

/*.jumbotron { max-height: 80px; }*/

.body-content
{
    background-color: #FFFFFF;

}
.navbar
{
    background: #d8d8d8;
}

div.ui-jqgrid-view table.ui-jqgrid-btable
{
    border-style:none;
    border-top-style:none;
    border-collapse:separate;
}
div.ui-jqgrid-view table.ui-jqgrid-btable td
{
    border-left-style:none
}
div.ui-jqgrid-view table.ui-jqgrid-htable
{
    border-style:none;
    border-top-style:none;
    border-collapse:separate;
}
div.ui-jqgrid-view table.ui-jqgrid-btable th
{
    border-left-style:none
}

.descriptionWell{
    margin-left: 15px;
    margin-right: 15px;
}


/* link */
.navbar-inverse .navbar-nav > li > a {
    color: #333;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #ffffff;
}

.btn{
margin-top:15px;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.glyphicon-center {
    top: 2px;
}

td{
    font-size: 14px;
}
  
th {
    font-weight: bold;
    background-color: #f3e5cc;
}

.odd{
    background-color: white;
}
.even
{
    background-color: #d8d8d8;
}

.logon{
    color: green;
    font-style: italic;
    background-color: white;
}

.logout{
    color: red;
    background-color: white;
}

.heartbeat{
    color: red;
    font-style: italic;
    background-color: white;
}

.reject{
    color: red;
    font-style: italic;
    font-weight: bold;
    background-color: white;
}


.testRequest{
    color: yellow;
    font-style: italic;
    background-color: white;
}

.orderSingle{
    color: darkgreen;
    background-color: lightgreen;
}
.execReport{
    color: red;
    background-color: #e8e7e7;
}
.cancelRequest{
    color: #ca6b15;
    background-color: white;
}
.correctRequest{
    color: blue;
    background-color: white;
}

.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;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.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;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}



