﻿#5D6D7E


/* TABLE
----------------------------------------------------------*/

table
{
    border: solid 1px #D6DBDF;
    border-collapse: collapse;
}

table td
{
    padding: 3px;
    border: solid 1px #D6DBDF;
}

table th
{
    padding: 6px 5px;
    text-align: right;   
    border: solid 1px	#D6DBDF;
}

.checkboxHeader
{
    font-size: 1.4em;
    color:#d9534f;
}

/* Custom button
-------------------------------------------------- */
.lightGreen
{
    
}
/* Override base .btn styles */
/* Apply text and background changes to three key states: default, hover, and active (click). */
.btn-lightgreen
{
   color: white;
   background-color:  #2ecc71;
}
.btn-lightgreen:hover,
.btn-lightgreen:active {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: 	#25A35A;
}

/* Apply the custom-colored gradients */
/* Note: you'll need to include all the appropriate gradients for various browsers and standards. */
.btn-lightgreen {
  background-repeat: repeat-x;
    background-image: linear-gradient(top, #009ED2 0%, #007DA7 100%);
}

/* Set the hover state */
/* An easy hover state is just to move the gradient up a small amount. Add other embellishments as you see fit. */
.btn-ttc:hover {
  background-position: 0 -15px;
}/* Custom button
-------------------------------------------------- */

/* Custom formControl
  width: 70%;
.form-control-sm 
-------------------------------------------------- */

input[type="text"],input[type="password"],textarea {
  display: block;

  height: 28px;
  padding: 2px 4px;
  font-size: 14px;
  line-height: 1.3;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

textarea{width: 53em;height: 6.5em;text-align: right;}

.long {
width:100%;
}
/*input[type="submit"]
{
    position: absolute;
    left: 0px;
}*/
option {
    padding: 6px 12px;
    font: normal normal 1em/normal tahoma, sans-serif;
}

