/*================ 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%;
	font-family: 'Roboto', sans-serif;
}
body{
	height: 100%;
	width:100%;
	margin-top: 0px!important;
	padding-top: 0px;
	font-family: 'Roboto', sans-serif!important;
	background-color: #f0eff5
}

#wrapper{
		width: 100%;
	}
.c-content-wrapper{
		position: relative;
	    width: 100%;
	    margin: 0 auto;
		background-color: transparent;
	}
.page-wrapper{
		width: 100%;
	}
.header-wrapper{
	width: 100%;
	margin: 0 auto;
}

#page-wrapper .container-fluid{
	max-width: 100%;
}

#progress { 
     display: none;
     color: blue; 
}

h3 {
	font-size: 1.5em;
}

.c-content-wrapper{
		position: relative;
	    width: 100%;
	    margin: 0 auto;
		background-color: transparent;
	}
.page-wrapper{
	width: 100%;
}

.header-wrapper{
	width: 100%;
	margin: 0 auto;
}


@media (max-width: 1280px) {
    h3 {
	font-size: 1em;
}
}

.c-bts-logo-bar{
	position: relative;
	top: 10px;
	height: 30px;
	vertical-align: middle;
    float: left;
}

.c-ftm-logo-bar {
	position: relative;
	top: 10px;
	height: 30px;
	vertical-align: middle;
	float: right; 
}

.c-logo-image-ul {
	position: relative;
	vertical-align: middle;
	top: -45px;
	float: left; 
    z-index: 1;
}


.ccdp-div {
	position: relative;
	border-color: grey; 
	border-style: solid; 
	border-width: 1px;
}


.cc-manu-bar {
	width: 100%;
	background-color: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	 z-index: 100;
}

.cc-manu-bar:after{
	content:'';
	display: table;
	clear: both;
}

.cc-manu {
	float: left;
}

.cc-manu-right {
	float: right!important;
}

.cc-manu-item {
	float: left;
}

.cc-manu-item > a {
	/* padding: 50px 40px;
	padding: 10px 20px;  09/05/2017 */
	/* padding: 10px 20px;  11/27/2017 */
	padding: 10px 10px;
	color: #121212;
	vertical-align: middle;
	display: block;
	font-weight: bold;
	font-size: 16px; 
}

.cc-manu-item-active {
	position: relative; 
	top: 0px; 
	padding: 10px;
	background-color: #0081ba; 
	z-inex: 88; 
	color: white; 
	border-radius: 5px; 
}

.cc-manu-item > a:link {
	background-color: #ffffff;
    text-decoration: none;
}

.cc-manu-item > a:visited {
	/* background-color: #0081ba;*/
    text-decoration: none;
}

.cc-manu-item > a:hover {
	position: relative;
	top: 0px; 
	background-color: #0081ba; 
    /* padding: 10px 20px;  11/27/2017 */
	padding: 10px 10px;
	vertical-align: middle;
    z-inex: 88; 
	color: white; 
	border-radius: 5px; 
}
.cc-manu-item > a.active {
	background-color: #ffffff;
    /* background-color: #0081ba!important;
     background-color: #0081ba;
    color: #cccccc;*/
}



.c-top-bar {
	width: 100%;
}

.c-top-bar-image {
	width: 100%;
}

.c-subtitle {
	position: relative; 
	top: -80px; 
	left: -280px; 
	font-weight: bold; 
	font-size: 100%; 
	color: white;
}

.c-noscript {
	display: none;
}

.c-footer-bar {
	background-color:  #fafafa;
    color: #400040;
    font-family: 'Roboto';
    font-size: 0.7em;
    height: 90px;
    line-height: 34px;
    padding-left: 0px;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}

.c-footer-bar a {
	background-color: #fafafa;
    color: #400040;
    font-family: 'Roboto';
    text-decoration: none
}

.c-footer-logo-bax {
	width: 100%;
	height: 85px;
	text-align: left;
}

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: 1280px) {
    .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: 1280px) {
    .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;
}

.navbar {
    margin-top: 30px;
    border-radius: 0px;
    /*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;
	}
}
 */

.ui-datepicker{z-index: 99 !important};


