﻿
/* BOOTSTRAP OVERRIDES */
/* set a max-width for horizontal fluid layout and make it centered */

.container-fluid-millisecond
{
    margin: 0% 3% 1% 3%;
    /*margin-right: auto;
    margin-left: auto;
    /*max-width: 1240px; /* or 950px */
    /*margin-top: 15px;*/
    /*box-shadow: 2px 0px 15px #AAAAAA;*/
    /*border: 1px solid #AAAAAA;*/
}

/* MOUSEOVER MENU */


.dropdown-menu .sub-menu
{
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu
{
    visibility: visible;
}

.dropdown:hover .dropdown-menu
{
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu
{
    margin-top: 0;
}

.table-compressed > thead > tr > th, .table-compressed > tbody > tr > th, .table-compressed > tfoot > tr > th, .table-compressed > thead > tr > td, .table-compressed > tbody > tr > td, .table-compressed > tfoot > tr > td
{
    padding-top: 2px;
    padding-bottom: 2px;
}

.table-compressed
{
    margin-bottom: 5px;
}

.table-packed > thead > tr > th, .table-packed > tbody > tr > th, .table-packed > tfoot > tr > th, .table-packed > thead > tr > td, .table-packed > tbody > tr > td, .table-packed > tfoot > tr > td
{
    padding-top: 1px;
    padding-bottom: 1px;
}

.table-packed
{
    margin-bottom: 0px;
}

.nav-pills-millisecond li
{
    text-align: left;
}

.nav-pills-millisecond .header-millisecond
{
    text-align: left;
    font-size: xx-large;
}

#GoogleSearchResults input, button, select, textarea
{
    -webkig-box-sizing: content-box;
    box-sizing: content-box;
    line-height: normal;
}

.modal.modal-wide .modal-dialog
{
    width: 900px;
}
.modal-wide .modal-body
{
    overflow-y: auto;
}

.form-control-mill
{
    padding-top: 0;
    padding-bottom: 0;
}

.form-control-small-mill
{
    padding-top: 0;
    padding-bottom: 0;
    height: 28px;
}

.panel-heading-mill
{
    padding-top: 5px;
}

.jumbotron-mill
{
    position: relative;
    z-index: 1;
    color: black;
    text-shadow: white 0.1em 0.1em 0.1em;
    background: none;
    margin-bottom: 0;
    border-radius:10px;
}

.jumbotron-mill:after
{
    content:"";
    background: url(/images/jumbobackground.jpg);
    background-position: 0% 30%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.7;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index:-1;
    border-radius:10px;
}

.jumbotron-mill a
{
    color:#2b669a;
}

.banner-mill
{
    /*background: url(/images/Millisecond-Logo-4.jpg);*/
    background-position: 0% 20%;
    /*background-size: cover;*/
    background-repeat:repeat-x;
    border-radius:10px;
}


.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-dropdown-menu {
  width: 422px;
  margin-top: 10px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #428bca;

}

.tt-suggestion p {
  margin: 0;
}


/*
.banner-mill
{
    position: relative;
    z-index: 1;
    background: none;
}

.banner-mill:after
{
    content:"";
    background: url(/images/bannerbackground.jpg);
    background-position: 0% 20%;
    background-repeat: repeat-x;
    opacity: 0.8;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index:-1;
    border-radius:2px;
}
*/

