﻿/* site default */
body {
  padding-top: 5px;
  padding-bottom: 20px;
  font-size: 12px;
}
/* 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 */
.logo {
  padding-left: 125px;
  background-image: url('Logo-Main.png');
  background-repeat: no-repeat;
  height: 40px;
}

/* Set width on the form input elements since they're 100% wide by default */
.contact_logo {
  background-image: url('contact.jpg');
  background-repeat: no-repeat;
}

.jumbotron {
  color: #ffffff;
  background-color: #e36114;
}

.captain_orange {
    color:#e36114;   
}
.cis-page-title {
  margin-top: -10px;
}
/* navbar related */
.navbar-inverse {
  background-color: #ffffff;
  border-color: #ffffff;
}
.navbar-inverse .navbar-brand {
  color:  #f06314;
}
.navbar-brand {
  margin-top: -5px;
  font-size: 40px;
  font-weight: 700;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #1d2172;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color:  #f06314;
}
.navbar-collapse {
  border-bottom: 1px solid  #f06314;
}
.navbar-nav > li > span {
  position: relative;
  display: block;
  padding: 10px 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
}
/* site specific */
.field-label {
  display: inline-block;
  width: 180px;
  font-weight: bolder;
  text-align: right;
  padding-right: 20px;
  background-color: #d8cfc6;
  margin: 1px;
}
/* overlay container */
.overlayContainer {
  display: none;
}
.overlay {
  top: 0;
  left: 0;
  padding-left: 100px;
  position: absolute;
  z-index: 10000;
  height: 100%;
  width: 100%;
  background-color: #adafb2;
  opacity: 0.9;
}
.overlayContent {
  position: absolute;
  border: 1px solid #333333;
  background-color: #ffffff;
  font-weight: bold;
  height: 100px;
  width: 300px;
  z-index: 10000;
  text-align: center;
}
/* bootstrap panel */
.panel-heading a:after {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: right;
  margin-left: 5px;
}
.panel-heading a {
  text-decoration: none;
}
.panel-heading a.collapsed:after {
  content: "\e080";
}
.panel-cis-main {
  border: 3px solid #f06314;
}
.panel-cis-1 {
  border: 1px dashed #1d2172;
}
.panel-cis-1 > .panel-heading {
  background: #1d2172;
  color: white;
}
.panel-cis-2 > .panel-heading {
  color: #333333;
}
.div-cis-1 {
  padding: 3px;
  color: white;
  background-color:  #f06314;
  margin: 0;
}
.div-cis-2 {
  padding: 3px;
  color: white;
  background-color: #1d2172;
  margin: 0;
}
/* AngularJS View Animation pull from right */
.view-animate.ng-enter {
  -webkit-animation: fadeInRight 0.5s;
  animation: fadeInRight 0.5s;
}
/* Modal dialog */
.modal-dialog {
  width: 600px;
}
/* form */
.form-group label {
  border-bottom: 1px solid  #f06314;
}

.form-control-without-border {
  display: block;
  width: 100%;
  height: 34px;
    padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border: 0px solid blue;
  color: #555;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.border-valid {
    border: 1px solid gray;
    border-radius:5px;
}

.border-invalid {
    border: 1px solid red;
    border-radius:5px;
}

input:disabled {
  background-color: #eee;
}

input::-ms-clear {
    width : 0;
    height: 0;
    display: none;
}

/* autocomplete */
.angucomplete-holder {
  position: relative;
}
.angucomplete-dropdown {
  border-color:  #f06314;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  width: 250px;
  padding: 6px;
  cursor: pointer;
  z-index: 9999;
  position: absolute;
  overflow-y: auto;
  max-height: 200px;
  margin-top: -6px;
  background-color: #ffffff;
}
.angucomplete-searching {
  color: #1d2172;
  font-size: 14px;
}
.angucomplete-description {
  font-size: 14px;
}

form input.ng-invalid-autocomplete-required {
  border-color: #d11242;
}

.input-error {
    border: 1px solid red;
}

.input-success {
    border: 1px solid green;
}
.angucomplete-row {
  padding: 5px;
  color: #333333;
  margin-bottom: 4px;
  clear: both;
}
.angucomplete-selected-row {
  background-color: lightBlue;
  color: #ffffff;
}
.angucomplete-image-holder {
  padding-top: 2px;
  float: left;
  margin-right: 10px;
  margin-left: 5px;
}
.angucomplete-image {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border-color: #adafb2;
  border-style: solid;
  border-width: 1px;
}
.angucomplete-image-default {
  /* Add your own default image here
     background-image: url('/assets/default.png');
    */
  background-position: center;
  background-size: contain;
  height: 34px;
  width: 34px;
}
.angucomplete-title {
  font-size: 0.85em;
}

.highlight {
    color:red;
}

div.plate {
  background-image: url('full_plate.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  height: 150px;
  text-align: center;
  padding-top: 30px;
}
div.bi-plate {
  background-image: url('bi_plate.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  height: 150px;
  text-align: center;
  padding-top: 30px;
}
div.bi-plate div {
  margin-left: 15px;
}
div.plate button,
div.bi-plate button {
  color: #1d2172;
  font-size: 1em;
  background-color: transparent;
  text-align: center;
}
div.plate > button:hover,
div.bi-plate-right > button:hover,
div.bi-plate-left > button:hover {
  color: #fdb913;
}
table.cis-table {
  border-spacing: 10px;
  border-collapse: separate;
}

table.cis-table td {
  padding: 3px 10px;
  height:38px;
}                   

table.cis-table td.cis-table-label {
  vertical-align:middle;
  background-color: #adafb2;
  color: white;
  font-weight:Bold;
  width:200px;
}

table.cis-table td.cis-table-sublabel {
  vertical-align:middle;
  background-color: #fbf3f3;
  color: gray;
  font-weight:Bold;
}

table.cis-table td.cis-table-readonly {
  border-bottom: 1px solid #adafb2;
}

fieldset {
  border: 1px dashed #d8cfc6;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  font-size: 1em;
  margin-bottom: 15px;
}
fieldset > div {
  margin-top: 5px;
  line-height: 2;
}
fieldset div.cis-label {
  background-color: #adafb2;
  color: #ffffff;
  text-align: right;
  font-size: 1em;
  border-radius: 0;
  line-height:32px;
}

fieldset div.cis-input {
  background-color: white;
  color: black;
  text-align: left;
  font-size: 1em;
  border-radius: 0;
  line-height:32px;
}
fieldset > legend {
  background-color: #fdb913;
  padding: 5px;
  font-size: 1.1em;
}
div.angucomplete-dropdown {
  border: 1px solid #adafb2;
  width: 90%;
}
fieldset div.row {
  margin-left: 10px;
}
.cis-grid {
  height: 250px;
}
.modal-lg {
  width: 960px;
}
.specimen-form.ng-dirty {
  background-color: inherit; /*#fdb913;*/
}
.error {
  color: #d11242;
}
.btn-primary {
  background-color: #007dc3;
  border-color: #007dc3;
}
.btn-primary:disabled {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
  background-color: gray;
  border-color: gray;
}

.btn-primary:hover {
  background-color: #80a1b6;
  border-color: #80a1b6;
}
.btn-primary:hover:disabled {
  background-color: gray;
  border-color: gray;
}
.btn-warning {
  background-color:  #f06314;
  border-color:  #f06314;
}
.btn-warning:hover {
  background-color: #fdb913;
  border-color: #fdb913;
}

.btn-min-width {
    min-width:100px;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.caret-right {
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 5px solid;
  display: inline-block;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  width: 0;
}

.cisCalendar button {
  background-color: white;
  border-color: white;
}

.cisCalendar button.btn-default {
  background-color: white;
  box-shadow: none;
  border-color: white;
}

.cisCalendar span.text-info {
  color: inherit;
}

.cisCalendar button.btn-info {
  color: inherit;
}

.cisCalendar button.btn-info.active
{
  border-color:  #f06314;
  color: #1d2172;
}

.cisCalendar button:disabled, span.text-muted 
{
  border-color: white;
  color: #ccc;
}

.buttonAsText {
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
#table-wrapper {
  position:relative;
}
#table-scroll {
  height:150px;
  overflow:auto;  
  margin-top:4px;
  margin-left:4px;
}

#table-wrapper table {
  width:100%;  
}

#table-wrapper table * {
  background:white;
  color:black;
  line-height:1.5;
}

.OK{color:green;}
.Error{color: red;}
.Warning{color: blue;}
.Ignored{color: green;}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    font-size: 1.2em;  
    display: inline-block;
    cursor: pointer; /* "hand" cursor */
    width:175px;
    height:36px;
    text-align:center;
 
    background-color:  white;
    color:  black;

    border:1px solid gray;
    padding:2px 10px;
}

.inputfile:focus + label,
.inputfile + label:hover {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.popup-panel {
  border: 1px solid gray;
}

/* To provide a placeholder on a select don't show the first selectitem when disabled*/
select option[disabled]:first-child {
    display: none;
}

/* will make our buttons look disabled */
button.button:disabled {
    opacity: 0.3;
}

.image_button_selected {
  /*background-color: #e36114;*/
  background-color: royalblue;
  border-color: gray;
  border-style:solid;
  color:black;
  height:40px;
  width:40px;
  font-weight:bold;
  box-shadow: none;

}

.image_button_plain {
  background-color: white;
  border-color: gray;
  border-style:solid;
  color:black;
  height:35px;
  width:35px;
  font-weight:100;
  box-shadow: none;

}

.image_button_highlight {
  background-color: red;
  border-color: gray;
  border-style:solid;
  color:white;
  height:40px;
  width:40px;
  font-weight:bold;
  box-shadow: none;
}

.image_button_highlight_read {
  background-color: green;
  border-color: gray;
  border-style:solid;
  color:white;
  height:40px;
  width:40px;
  font-weight:bold;
  box-shadow: none;
}

.cis-button-footer {
  padding: 15px;
  text-align: right;
}

.table_span250 {  
    height: 500px !important;
    overflow: auto;
}

.table_active_row {
    background-color:silver;      
}

.table_span350 {  
    height: 350px !important;
    overflow: auto;
}

.header-fixed {
    width: 100% 
}

.header-fixed > thead,
.header-fixed > tbody,
.header-fixed > thead > tr,
.header-fixed > tbody > tr,
.header-fixed > thead > tr > th,
.header-fixed > tbody > tr > td {
    display: block;
}

.header-fixed > tbody > tr:after,
.header-fixed > thead > tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.header-fixed > tbody {
    overflow-y: auto;
    overflow-x:hidden;
    height: 260px;
}

.header-fixed > tbody > tr > td,
.header-fixed > thead > tr > th {
    
    float: left;
}