﻿/*bootstrap resets for SharePoint*/
*, *:before, *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; /*border-box causes many issues with SP*/
}
* [class^="col-"], * [class^="col-"]:before, * [class^="col-"]:after, #topnavbar, #topnavbar *, #topnavbar *:before, #topnavbar *:after, .container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: none;
  width: auto;
}
/*must expand to all span# in case span# is not listed first*/
* [class^='col-'] img {
  max-width: 100%;
}
/* Top Bar Fix - Edit Bar Fix - Add Item Fix (input from bigwest1) */
#scriptWPQ2 img, img.ms-webpart-menuArrowImg, .ms-cui-topBar2 img, .ms-cui-tabContainer img, .ms-addnew img  {
  width: auto; /*within a span may still need to have width of image not 100% for SP2013 OOTB features/imges*/
  max-width: none;
}
select, input[type="file"] {
  height: auto;
  line-height: 20px;
}
label {
  display: inline-block;
  margin-bottom: 0px;
}
.ms-siteactions-imgspan {
  float: none;
  margin: 0px;
}
.navbar-inner {
  padding: 0px;
}
body #s4-bodyContainer {
  min-width: 0px;
}
/*end bootstrap resets*/

/*template styles*/
/* ribbon*/ 
#s4-ribbonrow, #s4-ribbonrow ul, #s4-ribbonrow li {
	line-height: normal;
}
#s4-ribbonrow [class*="col-"] {
    float: none;
    margin-left: 0px;
}
#pageStatusBar[class], .ms-status-msg {
	margin-bottom: 0px;
}
.ms-cui-dd-text, input.ms-cui-cb-input, input[type="text"].ms-cui-cb-input {
    border-color: #D3D6D9;
    border-image: none;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    cursor: default;
    display: block;
    height: 14px;
    padding: 3px 7px 2px;
    white-space: nowrap;
    font-size: inherit;
}
/*end ribbon*/

/*header*/


/* breadcrumb*/
ul.s4-breadcrumb {
	margin-bottom: 5px;
}
ul.s4-breadcrumb, ul.s4-breadcrumb ul {
	margin: 0px 0px 2px;
	margin-bottom: 5px;
	list-style: none inside none;
	display: inline-block;
}
ul.s4-breadcrumb .s4-breadcrumb-arrowcont {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: transparent url('../img/glyphicons-halflings.png') no-repeat -262px -92px;
}
ul.s4-breadcrumb .s4-breadcrumb-arrowcont img {
    display: none !important;
}
ul.s4-breadcrumb > li:first-child > span.s4-breadcrumb-arrowcont {
	display: none;
}
ul.s4-breadcrumb a.s4-breadcrumbCurrentNode {
	color: #000;
}
.s4-breadcrumbNode > a, .s4-breadcrumbCurrentNode > a, .s4-breadcrumbRootNode > a, span.s4-breadcrumbCurrentNode, span.s4-breadcrumbRootNode {
	margin-left: 0px;
}
/* end breadcrumb*/

/*top nav */
/*end top nav */

/* main content areas */
div.table { 
	margin: 0px; /*added by design manager admin page, ruins rd layout*/
}
.container-fluid .ms-table {
    display: inherit;
}
.container-fluid .tableCol-75 {
    display: inherit;
}
#ms-core-tableNoSpace {
	display: block;
}
/*Gallery Grid in Banner/Homepage2*/
ul.three-up {
	display: block;
	overflow: hidden;
	margin: 0 -8px;
	padding: 0;
}
ul.three-up > li {
	display: block;
	float: left;
	height: auto;
	margin: 0 8px 8px;
	width: 27%;
	list-style: none;
}
ul.three-up > li:nth-child(3n+1) {
	clear: none;
}
/*end Gallery Grid in Banner/Homepage2*/
/*web part zones*/
* [id^="MSOZoneCell_WebPartWPQ"] {
	padding-bottom: 20px;
}
.ms-WPBody {
	font-family: inherit;
	font-size: inherit;
}
* [class^="col-"] .row-WPZone, * [class^="col-"] .row-WPZone > table, * [class^="col-"] .row-WPZone > table > tbody, 
* [class^="col-"] .row-WPZone > table > tbody > tr, * [class^="col-"] .row-WPZone > table > tbody > tr > td {
    display: block; /*forces zone to stay within confines of responsive zone*/
	width: 100%;
}
* [class^="col-"] .ms-WPBody > table, * [class^="col-"] .ms-WPBody > table > tbody, * [class^="col-"] .ms-WPBody > table > tbody > tr, * [class^="col-"] .ms-WPBody > table > tbody > tr > td {
	display: block;
	width: 100%;
}
* [class^="col-"] [id^='MSOZoneCell_WebPartWPQ'], * [class^="col-"] [id^='MSOZoneCell_WebPartWPQ'] .s4-wpTopTable, * [class^="col-"] [id^='MSOZoneCell_WebPartWPQ'] .s4-wpTopTable > tbody,
* [class^="col-"] [id^='MSOZoneCell_WebPartWPQ'] .s4-wpTopTable > tbody > tr, * [class^="col-"] [id^='MSOZoneCell_WebPartWPQ'] .s4-wpTopTable > tbody > tr > td,
* [class^="col-"] [id^='MSOZoneCell_WebPartWPQ'] .ms-WPBody {
	display: block;
	width: 100%;
}
* [class^="col-"] .ms-WPBody > table img {
	width: 100%; /*reset back to bootstrap for web part images*/
}

* [id^='MSOZoneCell_WebPartWPQ'] table {
    table-layout: fixed; /* my fix for IE to respect max-width and responsive images */
}	
.ms-WPHeader h1, .ms-WPHeader h2, .ms-WPHeader h3 {
    line-height: normal;
}
.s4-wpcell:hover .ms-WPHeader td, .s4-wpActive .ms-WPHeader td, .s4-wpcell .ms-WPSelected .ms-WPHeader td {
	border-bottom: none;
}
.ms-SPZone.ms-webpart-zone {
    padding: 5px;
}
.ms-SPZone > .s4-wpcell, .ms-SPZone > .s4-wpcell-plain, .ms-rtestate-write > .ms-rte-wpbox > div > .s4-wpcell, .ms-rtestate-write > .ms-rte-wpbox > div > .s4-wpcell-plain {
    padding: 5px 5px 10px;
}
.ms-SPZone .s4-wpTopTable, .ms-SPZoneSelected .s4-wpTopTable, .ms-SPZone .ms-WPSelected, .ms-SPZoneSelected .ms-WPSelected {
	background-color: transparent;
}
.ms-wpContentDivSpace {
    margin-left: 0px;
    margin-right: 0px;
}

/*webpart tool pane*/
#MSOTlPn_MainTD {
	width: 0px !important;
	height: 0px !important;
	z-index: 10003;
}
#MSOTlPn_MainTD_Div {
	width: 100% !important;
	height: 1px !important;
	position: relative;
	display: block;
	z-index: 10002;
	line-height: normal;
}
#MSOTlPn_Tbl {
	position: absolute;
	top: 0px;
	right: 0px;;
	margin: 0px;
	z-index: 100001;
}
#MSOTlPn_ToolPaneCaption:hover {
	cursor: move;
}
.ms-ToolPaneBody select, .ms-ToolPaneBody textarea, .ms-ToolPaneBody input[type="text"], .ms-ToolPaneBody input[type="password"], .ms-ToolPaneBody input[type="datetime"], .ms-ToolPaneBody input[type="datetime-local"], .ms-ToolPaneBody input[type="date"], .ms-ToolPaneBody input[type="month"], .ms-ToolPaneBody input[type="time"], .ms-ToolPaneBody input[type="week"], .ms-ToolPaneBody input[type="number"], .ms-ToolPaneBody input[type="email"], .ms-ToolPaneBody input[type="url"], .ms-ToolPaneBody input[type="search"], .ms-ToolPaneBody input[type="tel"], .ms-ToolPaneBody input[type="color"], .ms-ToolPaneBody .uneditable-input {
	margin-bottom: 0px;
	width: auto;
	height: auto;
	line-height: 20px;
}
.ms-ToolPaneBody label {
	display: inline-block;
	margin-bottom: 0px;
}
/*end webpart tool pane*/
/*end main content*/

/*dialogs*/
.ms-dialog .ms-descriptiontext {
	min-width: 150px;
}
.ms-dialog input[type="radio"], .ms-dialog input[type="checkbox"] {
	margin: 4px 4px 0;
}
.ms-dialog label {
	display: inline;
}
/*end dialogs*/

/*responsive*/


#footer {
    background-color: #566345;
    border-top: 2px solid #566345;
    color: #fbfbfb;
    visibility: hidden;
    padding-bottom: 10px;
}

#footer a {
	text-decoration: underline;
	color: #fbfbfb;
}

.navbar-inverse .navbar-nav > li > a {
	color: #fbfbfb;
}

.navbar-inverse .navbar-brand {
	color: #fbfbfb;
}

.navbar-inverse {
	background-color: #4B573C;
}

.navbar-inverse .navbar-nav > .open a:focus {
	background-color: #566345;
}

#nav-wrapper.affix {
    width: 100%;	
	z-index: 100;
}



.panel .panel-heading {
	background-color: #566345;
	color: #fdfdfd;
}

.menu-image {
	height: 30px;
	vertical-align: middle;
	padding-right: 5px;	
}

.menu-image-row {
	margin-bottom: 5px;
}

.menu-image-row a:hover, .menu-image-row a:focus {
	
	
	
}

.s4-ca {
	margin-left: 0px;
	}


#seabee-homepage-carousel .carousel-inner .item img {
	width: 100%;
	
}

.seabee-showbanner {
  border-radius: 0;
  border: none;
}

#header {
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #566345;
}

#quicklaunchnavbar {
    margin-bottom: 0;
}

#navbar-brand-seabee {
	padding-top: 10px;
	}


  #s4-bodyContainer {
    background-image: url('/seabee/Style%20Library/bootstrap/img/pagebackground.jpeg');
	background-size: cover;
	background-position: static;
	z-index: 1;
  }  

#seabee-homepage-carousel {
background-color: #f6f6f6;
margin-top: 15px;
  }

#seabee-homepage-carousel .carousel-caption {
	left: 5%;
	right: 2%;
	padding-bottom: 20px;
}

#seabee-homepage-carousel .carousel-caption h4 {
	font-size: 16px;
}

 	
#seabee-homepage-carousel .carousel-indicators {
	bottom: 0;
}

 	
#seabee-homepage-carousel .carousel-inner img {
  border: 1px solid #ddd;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;

} 	

#seabee-homepage-carousel .carousel-caption h4 {
	text-align: left;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	}

#seabee-homepage-carousel .col-sm-6 {
	padding-left: 0px;
	}

#seabee-homepage-carousel .carousel-indicators {
	}

#maincontent {
  background-color: rgb(246, 246, 246);

  }

 #seabee-news li, #seabee-videos li {
    margin-bottom: 10px;
  
 }
 
  #maincontent a:link, #maincontent a:visited {
     color: #0072bc;
     }
     
.seabee-columns {
  background-color: white;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
  border: 1px solid #ddd;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
 }
 .seabee-home-columns {
  background: white;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

body .ribbonVisibility {
	display: none;
}

.seabee-home-logos {
	margin-top: 15px;
}

.seabee-home-logos-ncgs {
	max-width: 150px;
	margin-bottom: 10px;
}

.seabee-home-media-header {
	position: relative;
	max-width: 225px;
	margin-bottom: 10px;
	padding-top: 20px;
}

.seabee-home-media-header > div {
  position: absolute; 
  left: 0; 
  bottom: 0;
  text-align: center; 
  width: 100%;
  margin-left: 5px;
  margin-bottom:5px;
  background-color: rgba(75, 87, 60, 0.7);
}

.seabee-home-media-header > div > h3 {
	margin-top: 10px;
	color: white;
}

@media (min-width: 1200px) {
  #seabee-homepage-carousel {
    min-height: 346px;
  }
  #seabee-homepage-carousel .carousel-inner .item img{
    width: 100%;
	height: 346px;
  }  
}

@media (max-width: 979px) {
  body {
    padding-right: 0px;
	padding-left: 0px;
  }
  #s4-bodyContainer {
    padding : 0px 5px 0px 5px;
    vertical-align: top;
  }
  .seabee-right-column {
    margin-right: 0px !important;
  } 
}    
        
@media (max-width: 768px) {
  body {
    padding-right: 0px;
	padding-left: 0px;
  }
  #s4-bodyContainer {
    padding : 0px 5px 0px 5px;
  }
  .seabee-columns {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-left: none;
	border-right: none;
  }
   #seabee-news ul  {
    text-align: center
  }
}

@media (max-width: 480px) {
  #seabee-homepage-carousel .carousel-caption {
    display: none;
  }
  
  #seabee-homepage-carousel .carousel-indicators {
	margin-bottom: 2px;
}
	
	
}