/*================ START- Force every browser to use corder-box box model================================ */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
/*================ END- Force every browser to use corder-box box model================================ */


/*================ START- For ie8 or older================================ */
.lt-ie9 body{
	padding-top: 0px;
}
/*================ END- For ie8 or older================================ */


/*================ START- Style the global template for pages================================ */
html{
	height: 100%;
}

p {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}

.faqText {
	font-family: Cinzel;
    font-size: 13.50pt;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    color: rgb(181,137,0);
    line-height: 19.94pt;
    letter-spacing: normal;
}

body{
	margin-top: 0px!important;
	padding-top: 0px;
	background-color: #d5eef3;
}

#wrapper {
	padding-left: 0px!important;
	height: 100%;
	margin: 0 auto;
	overflow-x: hidden;
	overflow-y: auto;
}

#page-wrapper {
	height: 100%;
}

h3 {
	font-size: 1.5em;
}

@media (max-width: 768px) {
    h3 {
	font-size: 1em;
}
}

hr {
	border-color: #bbb;
}

.rightpane {
	
	float: right;
	min-height: 100%;
	padding-left:20px;
	padding-top:20px;
	max-width:25%;
	width: 25%;
	border-left: 2px solid black;
}

.mainpane {
	height: 100%;
	padding-bottom: 10px!important;
	background-color: #d5eef3 !important;
}

.frame {
	min-width: 960px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    margin-top: 13px;
    z-index: 1;
    border: 3px solid rgb(75,92,131);
    border-radius: 23px;
    background-color: rgb(255,255,255);
    box-shadow: 6px 11px 10px rgba(0,0,0,0.4);
    padding: 10px;
}

.c-top-bar {
	width: 100%;
}

.c-top-bar-image {
	width: 100%;
}

.c-noscript {
	display: none;
}

.c-footer-bar, .c-push {
	height: 34px;
}

.c-footer-bar {
	margin: 0 auto;
	/* min-width: 768px; */
	max-width: 968px;
	background-color: #032f43;
}

.c-footer-text {
	padding-left: 40px;
	font-family: Arial;
	font-size: 1em;
	color: #d1edf7;
	line-height: 34px;
}


.c-footer-bar a {
	background-color: #032f43;
    color: #d1edf7;
    font-family: Open Sans,Arial;
    text-decoration: none
}

fieldset {
	margin-bottom: 20px;
}
 
 /* to style the dropdown boxes to be 100% with of parent col-** */
.selectContainer .btn-group.bootstrap-select.form-control {
	width: 100%!important;
}

.bs-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eeeeee;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin: 20px 0;
    padding: 20px;
}

.bs-callout h4 {
    margin-bottom: 5px;
    margin-top: 0;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}

.bs-callout + .bs-callout {
    margin-top: -5px;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

.bs-callout-danger h4 {
    color: #d9534f;
}

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
    color: #f0ad4e;
}

.bs-callout-info {
    border-left-color: #5bc0de;
}

.bs-callout-info h4 {
    color: #5bc0de;
}
/*================ END- Style the global template for pages================================ */

/*================ START- Style the feedback icons for different types of components ================================ */
.form-control-feedback {
	z-index: 3;    /* make sure the feedback is on top */
}

.dateContainer .form-control-feedback {
    right: 54px!important;    /* 39px is the width of the calendar icon */
}

.dateContainer.dateTimeRangePart .form-control-feedback {
    right: 0px!important;  
}

.timeContainer .form-control-feedback {
	right: 54px!important;    /* 39px is the width of the time icon */
}

.timeContainer.dateTimeRangePart .form-control-feedback {
	right: 39px!important;    /* 39px is the width of the time icon */
}

.selectContainer .form-control-feedback {
	right: 35px!important;
}

#expYearsContainer .form-control-feedback {
	right: 65px!important;
}

#expMonthsContainer .form-control-feedback {
	right: 70px!important;
}

#waterDepthContainer .form-control-feedback {
	right: 50px!important;
}

#milesToShoreContainer .form-control-feedback {
	right: 70px!important;
}
/*================ END- Style the feedback icons for different types of components ================================ */



/*================ Style the page header================================ */
.page-header {
	margin-top: 0px!important;
}

/*================ Used to initially hide components eg. "Other specify"================================ */
.c-hide {
	display: none;
}

/*================ Style the radio buttons ================================ */
.c-radio-label {
	margin-right: 20px;
}

/*================ Style the step buttons on forms ================================ */
.page-header > .btn {
	font-size: 0.75em;
}

@media (max-width: 768px) {
    .page-header > .btn {
        font-size: 0.7em;
    }
}

/*================ Style the control panel buttons ================================ */
.col-md-3 > .panel > .panel-body {
	text-align: center;
}

.col-md-3 > .panel > .panel-body > .btn {
	font-size: 12px;
	width: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*================ Style the field set legend on forms ================================ */
legend {
	font-size: 16px;
	color: #337ab7;
	font-weight: 700;
}

/*================ Style the "other specify" control on forms ================================ */
.c-other-box {
	margin-top: -15px!important;
}

/*================ Style the "submit buttons" control on forms ================================ */
.c-form-submit {
	margin-top: 50px!important;
}

/*================ Style the "required annotation" on forms ================================ */
.c-required-annotation {
	margin-top: 20px;
	font-family: Arial;
	font-size: 1em;
}

/*================ Style the "note" on forms ================================ */
.c-note {
	margin-bottom: 15px;
	font-family: Arial;
	font-size: 1em;
}

/*================ Style the "input group" on forms ================================ */
.inputGroupContainer {
	z-index: 1!important;
}

/*================ Style the "drop down menu" on forms ================================ */
.dropdown-menu {
	z-index: 2000!important;
}

/*================ Style the "datepicker input box" ================================ */
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
	background: #c0c0c0!important;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
	background: none!important;
	color: #F00!important;
}

/*================ Style the "timepicker input box" for timepicker library, make content visible ================================ */
.bootstrap-timepicker-widget table td input {
	width: 50px!important;
}


/*================START- home.jsp only ================================ */
.c-col-container {
	margin-bottom: 40px;
}

.c-empty-box-1 {
	height: 60px;
}

.c-empty-box-3 {
	height: 20px;
}

.c-column-title {
	display: inline-block;
	width: 100%;
	height: 50px;
}

.c-column-content {
	display: inline-block;
	width: 100%;
}

.c-emergency-box {
	margin: 10px 0px 20px;
	border: solid;
	border-width: medium;
	border-color: red;
	padding: 10px 10px 10px 79px;
	position: relative;
	font-size: 1.3em;
}

.c-emergency-imag {
	position: absolute;
	left: 10px;
	top: 10px;
}

.c-agreement-title {
	color: #D2542D;
}

.c-burden-statement-box {
	background-color: #f4f1ed;
    max-height: 150px;
    overflow-y: scroll;
    border: 1px solid #ded8c1;
    padding: 5px 10px;
}

.c-agreement {
	color: #233f57;
    margin-top: 29px!important;
}

.c-exit-btn {
	margin-top: 40px;
	text-align: center;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
    .c-empty-box-1 {
        height: 0px;
    }
    
    .c-empty-box-3 {
        height: 0px;
    }
}
/*================END- home.jsp only ================================ */


/*================START- For reporterInformation.jsp only ================================ */
.dateTimeRangePart {
	position: relative;
	min-height: 1px;
	float: left;
	width: 45%;
	padding-left: 0px!important;
	padding-right: 0px!important;
}

.dateTimeRangeTo {
	font-size: 14px;
	font-weight: normal;
	line-height: 34px;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	float: left;
	width: 10%;
	height: 34px;
	vertical-align: middle;
}

#bestDateToCallPicker {
	display: block!important;
}
/*================END- For reporterInformation.jsp only ================================ */


/*================START- For generalEventInformation.jsp only ================================ */
.brf-des {
	min-height: 200px;
}

.brf-des-prev-evt {
	min-height: 100px;
}
/*================END- For generalEventInformation.jsp only ================================ */


/*================START- For otherOperations.jsp only ================================ */
.oth-opr-des {
	min-height: 300px;
}
/*================END- For otherOperations.jsp only ================================ */


/*================START- For review.jsp only ================================ */
.c-form-edit-icon {
	margin-left: 20px;
}

.c-submit {
	margin-bottom: 20px!important;
}
/*================END- For review.jsp only ================================ */


/*================START- For provideFeedback.jsp only ================================ */
.c-feedback {
	min-height: 200px;
}
/*================END- For provideFeedback.jsp only ================================ */














.file-upload-form>.fileupload-buttonbar>.fileupload-progress>.progress {
	margin-bottom: 5px;
}

.file-upload-form table {
	margin-bottom: 0px;
}

.file-upload-form table>tbody>tr>td {
	padding: 8px 0px;
	vertical-align: middle;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.file-upload-form table>tbody>tr>td>p {
	margin-bottom: 5px;
}

.file-upload-form table>tbody>tr>td>.progress {
	margin-bottom: 0px;
}

.file-upload-form table>tbody>tr>td:last-child {
	text-align: right;
}



.c-other {
	display: none;
}



/*Standalone Navigation Overrides */

li > .menu-minipanel-panel{
    top: 45px;
}

#navigation #main-menu li{
    margin-right: 22px;
}

#navigation ul.menu-minipanel-panel.menu-minipanel-newsletter-mini-panel {
    margin-left: 622px;
}

#navigation li.leaf, #navigation li.menu__item{
    padding-right: 0;
}

#header #header-top #logo-sitename #icons-and-search #search-block-form .form-submit {
	height: 35px;
}

#page {
	max-width: 100%;
}

.input-style {
	font-size: 12px;
    padding: 0.5em 1.5em;
    display: inline-block;
    cursor: pointer;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FF4BA3CC',endColorstr='#FF276B8A');
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#4ba3cc),color-stop(100%,#3289b2));
    background: -moz-linear-gradient(#4ba3cc,#3289b2);
    background: -webkit-linear-gradient(#4ba3cc,#3289b2);
    background: linear-gradient(#4ba3cc,#3289b2);
    -moz-box-shadow: #87c1dd 0 1px 0 inset;
    -webkit-box-shadow: #87c1dd 0 1px 0 inset;
    box-shadow: #87c1dd 0 1px 0 inset;
    border: 1px solid #2d7a9e;
    color: white;
    text-shadow: #205872 0 -1px 0;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    box-shadow: none;
}

.topNavPadding {
	padding: 0.5em 1.5em !important;
}































.navbar {
	margin-top: 0px;
	border-radius: 0px;
	/*background-color: #C2DEE2;*/
    /*border-bottom: 2px solid #101010;*/
}


/* .navbar-inverse .navbar-nav>li {
	border-right: 1px solid #ffffff;
}

@media (max-width: 767px) {
	.navbar-inverse .navbar-nav>li {
		border-right: none;
	}
}

.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 10px;
    font-size: 0.93em;
    font-weight: bold;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #d5e7fb;
}

.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:focus, 
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:focus, 
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #ffffff;
    background-color: #505050;
}

.navbar-inverse .navbar-nav .dropdown>.dropdown-menu {
    background-color: #505050;
    border: solid 1px #193964;
    border-top: none;
}

.dropdown-menu>li>a {
    color: #ffffff;
    font-size: 0.93em;
}

@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu>li>a {
	    padding: 0px 15px 0px 25px;
	    font-size: 0.93em;
	}
}

.dropdown-menu .divider {
    background-color: #ffffff;
}

@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    	background-color: #505050;
	}
}

.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover {
    color: #d5e7fb;
    background-color: #505050;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, 
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, 
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #d5e7fb;
    font-weight: 700;
    background-color: #505050;
}

@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, 
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, 
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
	    color: #d5e7fb;
	    font-weight: 700;
	    background-color: #505050;
	}
}
 */


