﻿body {
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

header, footer, nav, section {
    display: block;
}


/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}


@charset "utf-8";
/* CSS Document */
/*@media print and (orientation:landscape) { … }*/

*,*:before, *:after{
	-webkit-box-sizing: border-box;
	-mz-box-sizing: border-box;
		box-sizing: border-box;	
}
html, body{
    background: none repeat scroll 0 0 #eaeaea;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 10px auto;
    text-align: center;
}
#main-wrapper{
	min-height:100%;
	width: 940px;
	background:#FFF;
	margin:0 auto;
	position:relative;
	border:1px solid #cccccc;
}
.page-content
{
	margin: 0;
	padding: 0px 0px 30px;
	position: relative;
}
#header{
	min-height:25px;
	width:100%;
	margin:0 auto;
	background-color:#006633;
}
.header-info{
	margin:0;
	padding:0 0 12px 0;
	width:100%;
}
.facilityHead{
	margin:0;
	min-height:35px;
}
.BackBtn{
	text-align:right;
	margin-right:25px;	
}

.facilitName{
	float: left;
	font-size: 20px;
	font-weight: normal;
	color: #006633;
	margin-left: 25px;
}
.header-image{
	margin: 5px 0 0 0;
	padding: 0;
}

.brand-text a{
	position:absolute;
	left:0;
	top:5px;
	color:#FFF;
	margin-left:20px;
	text-decoration:none;
}
.redStar{
	font-size: 46%;
	color: #F00;
	vertical-align:super;
}
.form-field{
	margin:0;
	text-align:left;
	width:100%;
}
.gui-input{
	background: #fff;
	position: relative;
	vertical-align: top;
	border: 2px solid #bdc3c7;
	display: -moz-inline-stack;
	display: inline-block;
	color: #34495e;
	outline: 0;
	height: 30px;
	width: 100%;
	padding:2px 8px 0 8px;
}
.file-input{
	width:134%;
	position:relative;
	z-index:12;
	
}




.labeltext{
	margin-bottom:5px;
	
}
.form-head{
	text-align:left;
	font-size:14px;
	font-weight:bold;
	margin-left:37px;
	padding-bottom:5px;
}
.field-select{
  background: #fff;
  position: relative;
  vertical-align: top;
  border: 2px solid #bdc3c7;
  display: -moz-inline-stack;
  display: inline-block;
  color: #34495e;
  outline: 0;
  height: 30px;
  width: 100%;
  border-radius:5px;
	
}

input[type=text]{
  border-radius:5px;
}
.gui-textarea{
  resize: none;
  line-height: 19px;
  overflow: auto;
  max-width: 100%;
  height: 96px;
  border-radius:5px;
}

.downloadedImg{
  text-align: left;
  margin-top: 5px;
}
.facilitImg{
	margin-right:31px;	
	
}
.AddStructure{
  margin-left: 30px;
  text-align: left;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 6px;
}
.addBtn, .clearBtn{
	color:#015dc4;
	background-color:#fbfffe;
	border: 1px solid #ccc;
	border-radius: 6px;
	cursor:pointer;	
}
.green{
	color:#499229;
	
}
.red{
	color:#F00;
}
table { 
		width: 100%; 
		border-collapse: collapse; 
	}
	/* Zebra striping */
	tr:nth-of-type(even) { 
		background: #eff7e8; 
	}
	th { 
		background: #f5f5f5; 
		color: #454545; 
		font-weight: bold; 
	}
	td, th { 
		padding: 6px; 
		border: 1px solid #ccc; 
		text-align: left; 
	}


.submitBtn{
	margin-top:10px;
}
.txtSubmit{
	color:#fff;
	background-color:#5fb41b;
	border: 1px solid #ccc;
	border-radius: 6px;
	cursor:pointer;
	padding: 6px 20px 6px 20px;
}

footer{
	min-height:40px;
	width:100%;	
}


/* tabs section */
#tabs-container {
    clear:both;
    font-size:11px;
    height:27px;
    margin:0 auto;
    padding:0;
	border:1px solid #ddd;
	border-top:0;
	border-right:0;
	border-left:0;
	
}
.tabs li {
    float:left;
    list-style:none;
    position:relative
}
.tabs li a:first-child {
    margin-left:10px
}
.tabs li a {
    background:#f3f3f3;
    border:none;
    border-left:1px solid #d5d5d5;
    border-right:1px solid #d5d5d5;
    border-top:1px solid #d5d5d5;
    color:#333;
    display:block;
    margin: 0 20px 0 0;
    padding:6px 10px 4px
}
.tabs li.active a {
    -webkit-border-radius:4px 4px 0 0;
    background:#fff;
    border-bottom:1px solid #fff;
    border-left:1px solid #d5d5d5;
    border-radius:4px 4px 0 0;
    border-right:1px solid #d5d5d5;
    border-top:1px solid #d5d5d5;
    color:#222;
    display:block;
    padding:6px 10px 4px
}
.tabs li.child a {
    -webkit-border-radius:0 4px 0 0;
    background:#f3f3f3;
    border-radius:0 4px 0 0;
    color:#333;
    display:block;
    margin:0;
    padding:6px 10px 4px
}
.tabs li a:hover {
    background:#fafafa;
    border-bottom:1px solid #d5d5d5;
    color:#333;
    text-decoration:none
}

/* Targeting the first level menu */
.tabs {
    display:block;
    margin:0;
    padding: 1px 0 2px 10px;
  
}
.tabs > li > a:hover {
    background:#ececec;
    color:#222
}
.tabs > li.active > a:hover {
    -moz-border-radius:3px 3px 0 0;
    -webkit-border-radius:3px 3px 0 0;
    background:#fff;
    border-bottom:1px solid #fff;
    border-radius:3px 3px 0 0;
    color:#222
}

/*Middle Drop-Down Navigation*/
#nav-container {
    border-bottom:1px solid #d5d5d5;
    border-top:1px solid #d5d5d5;
    clear:both;
    font-size:11px;
    height:33px;
    margin:0 auto;
    padding:0
}

/* Targeting both first and second level menus */
.nav li {
    float:left;
    list-style:none;
    position:relative
}
.nav li a {
    background:url(images/arrow.png) no-repeat right;
    border:none;
    color:#222;
    display:block;
    margin:0 5px 0 0;
    padding:5px 20px 5px 8px
}

/* Targeting the first level menu */
.nav {
    display:block;
    margin:0;
    padding:5px 0 2px;
    position:absolute;
    z-index:100
}
.nav > li > a:hover {
    -moz-border-radius:3px 3px 0 0;
    -webkit-border-radius:3px 3px 0 0;
    background:#507aa5 url(images/arrow_hover.png) no-repeat right;
    border-radius:3px 3px 0 0;
    color:#fff;
    padding:5px 20px 5px 8px
}

/* Targeting the second level menu */
.nav li ul {
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-topright:3px;
    -moz-box-shadow:1px 1px 1px #333;
    -webkit-border-bottom-right-radius:3px;
    -webkit-box-shadow:1px 1px 1px #333;
    background:#507aa5;
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
    border-top-right-radius:3px;
    box-shadow:1px 1px 1px #333;
    color:#222;
    display:none;
    margin:0;
    padding:2px 0;
    position:absolute;
    width:140px
}
.nav li ul li {
    width:100%
}
.nav li ul li a {
    background:#507aa5;
    border:none;
    color:#fff;
    line-height:25px;
    margin:0;
    padding:0 0 0 8px
}
.nav li ul li a:hover {
    background:#466A90
}
.nav li ul li.strong-archive a {
    border-top:1px solid #466A90;
    font-weight:600
}

/* A class of current will be added via jQuery */
.nav li.current > a {
    -moz-border-radius:3px 3px 0 0;
    -moz-box-shadow:1px 1px 1px #333;
    -webkit-border-radius:3px 3px 0 0;
    -webkit-box-shadow:1px 1px 1px #333;
    background:#507aa5 url(images/arrow_hover.png) no-repeat right;
    border-radius:3px 3px 0 0;
    box-shadow:1px 1px 1px #333;
    color:#fff
}

/* CSS fallback */
.nav li:hover > ul.child {
    display:block
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    display: none;
    margin: 0;

    /****************
     ** NEW STYLES **
     ****************/

    list-style: none; /** Remove list bullets */
    width: 100%; /** Set the width to 100% of it's parent */
    padding: 0;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/** List Item Styles **/
.dropdown a {
    display: block;
    padding: 0.2em 0.8em;
    text-decoration: none;
    background: #efefef;
    color: #333333;
	text-align:center;
	min-width: 130px;
	font-size:12px;
	border: 1px solid #ddd;
}
.space-10{
	max-height:1px;
	min-height:1px;
	overflow:hidden;
	margin:12px 0;
	margin:10px 0 9px;
}

/******************************************
	Responsive Css
*******************************************/
.row
{
	margin-left: -11px;
	zoom: 1;
}
.row:before,.row:after
{
	content: "";
	display: table;
	line-height: 0;
}
.row:after
{
	clear: both;
}
[class*="span"]
{
	float: left;
	margin-left: 30px;
	min-height: 1px;
}
.MainContainer,
.navbar-static-top 
.MainContainer,
.navbar-fixed-top 
.MainContainer,
.navbar-fixed-bottom 
.MainContainer
{
	width: 940px;
}
.span12
{
	width: 940px;
}
.span11
{
	width: 860px;
}
.span10
{
	width: 780px;
}
.span9
{
	width: 700px;
}
.span8
{
	width: 620px;
}
.span7
{
	width: 540px;
}
.span6
{
	width: 460px;
}
.span5
{
	width: 380px;
}
.span4
{
	width: 300px;
}
.span3
{
	width: 220px;
}
.span2
{
	width: 140px;
}
.span1
{
	width: 60px;
}
.offset12
{
	margin-left: 980px;
}
.offset11
{
	margin-left: 900px;
}
.offset10
{
	margin-left: 820px;
}
.offset9
{
	margin-left: 740px;
}
.offset8
{
	margin-left: 660px;
}
.offset7
{
	margin-left: 580px;
}
.offset6
{
	margin-left: 500px;
}
.offset5
{
	margin-left: 420px;
}
.offset4
{
	margin-left: 340px;
}
.offset3
{
	margin-left: 260px;
}
.offset2
{
	margin-left: 180px;
}
.offset1
{
	margin-left: 100px;
}
.row-fluid
{
	width: 100%;
	zoom: 1;
}
.row-fluid:before,.row-fluid:after
{
	content: "";
	display: table;
	line-height: 0;
}
.row-fluid:after
{
	clear: both;
}
.row-fluid [class*="span"]
{
	box-sizing: border-box;
	display: block;
	float: left;
	margin-left: 2.074468085106383%;
	margin-left: 2.127659574468085%;
	min-height: 30px;
	moz-box-sizing: border-box;
	webkit-box-sizing: border-box;
	width: 100%;
}
.row-fluid [class*="span"]:first-child
{
	margin-left: 0;
}
.row-fluid .controls-row [class*="span"]+[class*="span"]
{
	margin-left: 2.127659574468085%;
}
.row-fluid .span12
{
	width: 100%;
	width: 99.94680851063829%;
}
.row-fluid .span11
{
	width: 91.43617021276594%;
	width: 91.48936170212765%;
}
.row-fluid .span10
{
	width: 82.92553191489361%;
	width: 82.97872340425532%;
}
.row-fluid .span9
{
	width: 74.41489361702126%;
	width: 74.46808510638297%;
}
.row-fluid .span8
{
	width: 65.90425531914893%;
	width: 65.95744680851064%;
}
.row-fluid .span7
{
	width: 57.39361702127659%;
	width: 57.44680851063829%;
}
.row-fluid .span6
{
	width: 48.88297872340425%;
	width: 48.93617021276595%;
}
.row-fluid .span5
{
	width: 40.37234042553192%;
	width: 40.42553191489362%;
}
.row-fluid .span4
{
	width: 31.861702127659576%;
	width: 31.914893617021278%;
}
.row-fluid .span3
{
	width: 23.351063829787233%;
	width: 23.404255319148934%;
}
.row-fluid .span2
{
	width: 14.840425531914894%;
	width: 14.893617021276595%;
}
.row-fluid .span1
{
	width: 6.329787234042553%;
	width: 6.382978723404255%;
}
.row-fluid .offset12
{
	margin-left: 104.14893617021275%;
	margin-left: 104.25531914893617%;
}
.row-fluid .offset12:first-child
{
	margin-left: 102.02127659574467%;
	margin-left: 102.12765957446808%;
}
.row-fluid .offset11
{
	margin-left: 95.6382978723404%;
	margin-left: 95.74468085106382%;
}
.row-fluid .offset11:first-child
{
	margin-left: 93.51063829787232%;
	margin-left: 93.61702127659574%;
}
.row-fluid .offset10
{
	margin-left: 87.12765957446807%;
	margin-left: 87.23404255319149%;
}
.row-fluid .offset10:first-child
{
	margin-left: 84.99999999999999%;
	margin-left: 85.1063829787234%;
}
.row-fluid .offset9
{
	margin-left: 78.61702127659572%;
	margin-left: 78.72340425531914%;
}
.row-fluid .offset9:first-child
{
	margin-left: 76.48936170212764%;
	margin-left: 76.59574468085106%;
}
.row-fluid .offset8
{
	margin-left: 70.10638297872339%;
	margin-left: 70.2127659574468%;
}
.row-fluid .offset8:first-child
{
	margin-left: 67.9787234042553%;
	margin-left: 68.08510638297872%;
}
.row-fluid .offset7
{
	margin-left: 61.59574468085106%;
	margin-left: 61.70212765957446%;
}
.row-fluid .offset7:first-child
{
	margin-left: 59.46808510638297%;
	margin-left: 59.574468085106375%;
}
.row-fluid .offset6
{
	margin-left: 53.085106382978715%;
	margin-left: 53.191489361702125%;
}
.row-fluid .offset6:first-child
{
	margin-left: 50.95744680851063%;
	margin-left: 51.063829787234035%;
}
.row-fluid .offset5
{
	margin-left: 44.57446808510638%;
	margin-left: 44.68085106382979%;
}
.row-fluid .offset5:first-child
{
	margin-left: 42.4468085106383%;
	margin-left: 42.5531914893617%;
}
.row-fluid .offset4
{
	margin-left: 36.06382978723405%;
	margin-left: 36.170212765957444%;
}
.row-fluid .offset4:first-child
{
	margin-left: 33.93617021276596%;
	margin-left: 34.04255319148936%;
}
.row-fluid .offset3
{
	margin-left: 27.5531914893617%;
	margin-left: 27.659574468085104%;
}
.row-fluid .offset3:first-child
{
	margin-left: 25.425531914893618%;
	margin-left: 25.53191489361702%;
}
.row-fluid .offset2
{
	margin-left: 19.04255319148936%;
	margin-left: 19.148936170212764%;
}
.row-fluid .offset2:first-child
{
	margin-left: 16.914893617021278%;
	margin-left: 17.02127659574468%;
}
.row-fluid .offset1
{
	margin-left: 10.53191489361702%;
	margin-left: 10.638297872340425%;
}
.row-fluid .offset1:first-child
{
	margin-left: 8.404255319148938%;
	margin-left: 8.51063829787234%;
}
[class*="span"].hide,.row-fluid [class*="span"].hide
{
	display: none;
}
[class*="span"].pull-right,.row-fluid [class*="span"].pull-right
{
	float: right;
}
.MainContainer
{
	margin-left: auto;
	margin-right: auto;
	zoom: 1;
}
.MainContainer:before,.MainContainer:after
{
	content: "";
	display: table;
	line-height: 0;
}
.MainContainer:after
{
	clear: both;
}
.MainContainer-fluid
{
	padding-left: 20px;
	padding-right: 20px;
	zoom: 1;
}
.MainContainer-fluid:before,.MainContainer-fluid:after
{
	content: "";
	display: table;
	line-height: 0;
}
.MainContainer-fluid:after
{
	clear: both;
}

