

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&family=Lato:wght@400;500&display=swap');
 

html {
	overflow-y: scroll;
	height: 100%;
}

.page-heading { 
 font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700; 
    letter-spacing: 1px;  
}
 
 
body {
	height: auto;
	min-height: 100%;
	padding: 0px;
	padding-bottom: 50px;
	margin: 0px;
	line-height: 1.6; 
	background-color: #fafafc; /* base tint */
	color: #222;
}

body {
	font-family: 'Montserrat', 'Lato', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	color: #222; 
	font-size: 13px;
	background-color: #f7f7f8;
}
 
.alert {
	margin-top: 20px;
	background-color: #f0f7ff;
	border: 1px solid #b8daff;
	color: #004085;
	font-size: 16px;
	line-height: 1.6;
}


h1, h2, h3 {
    font-family: 'Montserrat', 'Lato', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
}
.container {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

input[type=text], input[type=password], input[type=email] {
	height: 36px;
}

.btn {
	padding: 10px 20px;
	border-radius: 4px;
	font-weight: 500;
	transition: all 0.3s;
}

.btn-primary {
	background-color: #022640;
	border-color: #022640;
}

.btn-warning {
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-default {
	background-color: #f8f9fa;
	border-color: #ccc;
	color: #333;
}

.btn-success {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-info {
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-xs {
	padding: 3px 8px;
	font-size: 11px;
	line-height: 1.4;
	border-radius: 3px;
	min-width: auto;
}

.btn-danger {
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-xs { 
	font-size: 12px;
}
  
.btn-vlg {
	padding: 18px 50px;
	font-size: 20px;
}

fieldset {
	border: 1px solid #ddd !important;
	padding: 0 1.4em !important;
	margin: 0 0 1.8em 0 !important;
	-webkit-box-shadow: 0px 0px 0px 0px #000;
	box-shadow: 0px 0px 0px 0px #000;
	background-color: #fbfbfb;
	border: 1px solid var(--border-color);
	border-radius: 5px;
	padding: 20px;
}

legend {
	font-size: 1.4em !important;
	color: rgb(0, 119, 187);
	text-align: left !important;
	padding: 0px 15px;
	font-weight: bold !important;
	width: auto;
	padding: 0 15px;
	color: var(--secondary-color);
	font-weight: 600;
	border: none;
}

.bg-info, .bg-warning, .bg-danger, .bg-success, .bg-primary {
	border-radius: 30px;
	border: 1px dashed #ccc;
	padding: 10px 20px;
	margin: 10px;
}

.back_link {
	position: absolute;
	top: 210px;
	left: 115px
}

select {
	min-width: 200px;
}

.toph2 {
	margin: 0;
	background-color: rgb(51, 122, 183);
	color: #fff;
	margin-bottom: 10px;
	padding: 15px 20px;
	border-bottom: 2px solid #e9ecef;
	font-weight: 600;
}

.toph2rev {
	padding: 8px 20px;
	margin: 0;
	color: rgb(51, 122, 183);
	border-bottom: 2px solid rgb(51, 122, 183);
	margin-bottom: 10px;
}

select[size="1"] {
	min-width: 0;
}

h2, h3, .h2, .h3, h2, h3, .h2, .h3 {
	color: rgb(0, 119, 187);
}

h4, .h4, h4, .h4 {
	font-size: 16px;
	color: rgb(0, 119, 187);
}

h5, .h5, h5, .h5 {
	font-size: 15px;
	color: rgb(0, 119, 187);
}

h6, .h6, h6, .h6 {
	font-size: 13px;
	color: rgb(0, 119, 187);
}

thead {
	background: #f0f0f0;
	color: #444;
}

.toph3 {
	font-size: 20px;
	background-color: #fff;
	margin: 0 0 20px 0;
	border-bottom: 2px solid #e9ecef;
	color: #022640;
	font-weight: 600;
}

#content1 {
	padding: 20px;
	margin: 0;
	width: 100%;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

thead th {
	border-right: 1px solid #fff;
}

th {
	text-transform: capitalize;
}

cirstatus {
	border-radius: 50%;
	margin: 5px 3px;
	font-size: 9px;
}

p {
	margin: 0 0 4px;
	line-height: 1.5;
	color: #333;
	margin: 0 0 1em 0;
	text-indent: 1em;
	word-wrap: break-word;
	hyphens: auto;
}

.checkbox-inline, .radio-inline {
	padding-left: 0;
}

.form-control {
	height: auto;
	padding: 5px;
	font-size: 13px;
	width: auto;
	display: inherit;
	border-radius: 5px;
	border-color: #ddd;
	border-radius: 4px;
	border: 1px solid var(--border-color);
	padding: 10px 12px;
	box-shadow: none;
	transition: border-color 0.3s;
}

.form-control:focus {
	border-color: var(--primary-color);
	box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
}

.form-group td {
	margin: 6px 10px;
	padding: 6px;
}

.form-group th {
	font-weight: bold;
}

.input-group .form-control {
	width: auto;
}

.input-group-addon {
	border-radius: 0px;
}

.input-group>.glyphicon {
	top: 0;
}

.inputFixed {
	min-width: 300px;
}

.modal-header {
	background-color: #348CB4;
	padding: 20px;
}

.modal-header>h4 {
	color: white;
	font-weight: 600;
}

.tdlink ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	border: 1px solid #b4d8ff;
	border-bottom: 0;
	margin-right: 10px;
	background-color: #fff;
}

.tdlink li {
	list-style: none;
	text-transform: uppercase;
	display: list-item;
	border-bottom: 1px solid #b4d8ff;
	padding: 20px 10px;
	background-color: #fff;
}

.leftnav .tdlink li {
	padding: 10px 10px;
	font-size: 11px;
}

.leftnav .label {
	font-size: 12px;
	font-weight: normal;
}

.leftnav .dl2 {
	padding: 15px 0 5px 0;
	font-size: 12px;
	background-color: #f4f8ff;
	text-transform: uppercase;
}

.leftnav .list-group-item {
	padding: 10px;
	margin: 20px 0;
	font-size: 12px;
	text-transform: uppercase;
}

.tdlink li:hover {
	background-color: #f3f3f3;
}

.search1 {
	position: absolute;
	top: 55px;
	left: 520px;
}

.topbtn {
	position: absolute;
	top: 30px;
	text-align: right;
	padding: 5px 20px 0 0;
	background-color: #337CCC;
	font-size: 14px;
}

.list1 {
	position: absolute;
	top: 130px;
	right: 20px;
}

.list2 {
	float: right;
}

.list-group {
	margin: 2px 0 0 0;
}

.list-group-item {
	padding: 3px;
	margin-bottom: 2px;
}

.list-group-item:last-child {
	margin-bottom: 2px;
}

.filp {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.singleline {
	vertical-align: middle;
	white-space: nowrap;
}

.well {
	margin-top: 10px;
}

.capital, .capital {
	text-transform: capitalize
}

.blacktop {
	background-color: black;
	margin: 0;
}

.hrline {
	border-top: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	position: relative;
}

.redstatus {
	background-color: #f25e5e;
	border: 2px solid #f25e5e;
	color: pink;
	margin-top: 5px;
}

.greenstatus {
	background-color: #5CB85C;
	border: 2px solid #5CB85C;
	color: white;
}

.yellowstatus, .yellow {
	background-color: #f0ad4e;
	border: 1px solid #804d0e;
}

.per100 {
	width: 100%;
}

.percentout {
	border: 1px solid #abc;
	margin: 3px;
	height: 10px;
	width: 100px;
}

.percentin {
	background-color: #5CB85C;
	height: 8px;
}

.textred {
	border: 1px solid #f2bebe;
}

.err {
	background-color: #F08080;
}

.backbutton {
	padding: 3px 0;
}

.btn-file {
	position: relative;
	overflow: hidden;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	text-align: right;
	filter: alpha(opacity = 0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

.btn-group>.btn, .btn-group>.btn:first-child {
	margin: 2px 5px 2px 25px;
	padding: 2px 5px;
	font-stretch: expanded;
	border-radius: 0px;
}

#_buttons {
	border-bottom: 15px solid #eee;
	padding-bottom: 20px;
}

#statebtn {
	padding: 0 0 15px 0;
}

#statebtn>.btn {
	margin: 0;
	padding: 1px 5px 1px 0;
	border-color: #234;
	border-right: 0;
}

#statebtn>.btn:first-child {
	border-radius: 8px 0px 0px 8px;
}

#statebtn>.btn:last-child {
	border-radius: 0px 8px 8px 0px;
	border-right: 1px solid #234;
}

#statebtn>.btn-success {
	color: #555;
	background-color: #8ce88c;
}

#statebtn>.btn-primary {
	font-weight: 600;
	background-color: #539ae7;
}

#statebtn>.btn-grey:before {
	content: "\f05e";
	font-family: 'FontAwesome';
	padding: 5px;
}

#statebtn>.btn-success:before {
	content: "\f00c";
	font-family: 'FontAwesome';
	padding: 5px;
}

#statebtn>.btn-primary:before {
	padding: 5px;
	content: "\f040";
	font-family: 'FontAwesome';
}

.btn-grey {
	background-color: #f1f1f0;
	border-color: #aaa;
	color: #444;
}

.statusbar {
	margin: 8px 0 10px 0;
	background-color: #eee;
	padding: 6px 5px;
}

#waitImage {
	z-index: -1;
	position: absolute;
	top: 350px;
	left: 500px;
	visibility: hidden
}

.navbar-brand {
	padding: 2px 15px;
}

.header {
	height: 20px;
	font-size: 12px;
	padding: 2px 20px;
	background-color: #034a87;
	color: #fff;
}

#footer {
	border-top: 2px solid #022640;
	text-align: center;
	line-height: 1.2em;
	padding: 3px;
	margin: 50px;
}

.navbar {
	background-repeat: repeat-x;
	border: 0;
	min-height: 0;
	margin-bottom: 0;
	background-color: #fff;
	color: #9D9D9D;
	border-radius: 0;
	border-bottom: 1px solid #ccc;
}

.navbar-collapse {
	padding-left: 1px;
	background-color: #666;
}

.navbar .nav>li {
	border-right: 1px solid #e6e6e6;
}

.navbar-default {
	background-color: #022640;
	border: none;
	border-radius: 0;
	margin-bottom: 1px;
	
}

.navbar-default .navbar-nav>li>a {
	color: #fff !important;
	font-weight: 500; 
	transition: background-color 0.3s;	
	padding: 15px 20px;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover
	{
	color: #fff !important;
	background-color: #034579 !important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #333;
	text-shadow: none;
	background-repeat: repeat-x;
	box-shadow: none;
	outline: none;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover,
	.navbar-default .navbar-nav>.open>a:focus {
	background-color: #034579;
	color: #fff;
}

.navbar-default .dropdown-menu {
	background-color: #022640;
	border: none;
	border-radius: 0;
	padding: 0;
}

.navbar-default .dropdown-menu>li>a {
	color: #fff;
	padding: 12px 20px;
	transition: all 0.3s;
}

.navbar-default .dropdown-menu>li>a:hover, .navbar-default .dropdown-menu>li>a:focus
	{
	background-color: #034579;
	color: #fff;
	padding-left: 25px;
}

.navbar .nav>li>a {
	line-height: 30px;
	border-top: 0px none;
	padding: 5px 10px;
	text-shadow: none;
	text-transform: uppercase;
	font-size: 13px;
}

.otstabs {
	margin-top: 10px;
	margin-bottom: 10px;
}

.tabsdiv {
	margin-left: 30px;
}

.nav-tabs {
	border-bottom: 1px solid #ccc;
	padding-left: 30px;
}

.nav-tabs>li {
	margin-bottom: -1px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
	{
	color: #000;
	cursor: default;
	background-color: #fff;
	border: 1px solid #9ab;
	border-bottom-color: transparent;
}

.nav2 {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	border: 1px solid #bbb;
	border-bottom: 0;
	margin-right: 10px;
}

.nav2>li>a {
	position: relative;
	border-bottom: 1px solid #ccc;
	padding: 20px 0 20px 8px;
	color: #666;
	font-size: 11px;
	display: block;
	text-transform: capitalize;
}

.nav2>li.active>a {
	background-color: #555;
	color: #eee;
	white-space: pre-wrap;
}

.nav3 {
	padding: 12px 5px 2px 5px;
	margin: 0 10px 0 0;
	list-style: none;
	max-width: 150px;
	border-radius: 80px;
}

.nav3 .libreak {
	border: 1px solid black;
}

.nav3>li {
	margin-bottom: 10px;
}

.nav3>li>a {
	position: relative;
	display: block;
	padding: 20px 10px;
	min-height: 100px;
	background-color: #f0f4ff;
	color: #111;
	border-bottom: 1px solid #ccc;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
}

.nav3 li a {
	display: block;
	padding: 15px;
	background-color: #f8f9fa;
	color: #495057;
	text-decoration: none;
	border: none;
	border-left: 4px solid transparent;
	border-radius: 4px;
	transition: all 0.3s;
}

.nav3>li.active>a, .nav3 li.active a {
	background-color: #022640;
	color: #fff;
	white-space: pre-wrap;
	text-align: center;
	border-left-color: #ffc107;
}

.nav3 li a:hover {
	background-color: #e9ecef;
	color: #022640;
	border-left-color: #022640;
}

.nav5 {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	border: 1px solid #bbb;
	border-bottom: 0;
	margin-right: 10px;
}

.nav5>li>a {
	position: relative;
	border-bottom: 1px solid #ccc;
	padding: 20px 4px;
	color: #666;
	font-size: 12px;
	display: block;
	text-transform: uppercase;
	text-align: center;
}


.nav4 {
    padding-left: 0;
    margin: 0 10px 0 0;
    list-style: none;
    background-color: #f9f9f9; /* subtle background */
    border: 1px solid #ddd;
    border-radius: 4px;
}

.nav4 > li > a {
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 12px;
    color: #555;
    font-size: 13px;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

.nav4 > li > a:hover {
    background-color: #f0f7ff;   /* light blue hover */
    color: #004085;              /* deep navy text */
    text-decoration: none;
}

.nav4 > li.active > a {
    background-color: #d9ecff; /* professional blue active state */
    color: #004085;
    font-weight: 600;
    border-left: 4px solid #007BFF; /* highlight bar */
    white-space: pre-wrap;
}

.big15 {
	font-size: 12px;
	padding: 5px;
	border-radius: 50%;
	background-color: #555;
	color: #fff;
	margin-right: 3px;
}

.big25 {
	font-size: 16px;
}

.big50 {
	font-size: 22px;
	padding-bottom: 8px;
}

.panel-group {
	margin-bottom: 0;
}

.panel-body {
	padding: 10px;
}

.panel-body>p {
	margin: 10px 5px;
	font-size: 13px;
}

.panel-heading h4 {
	font-size: 18px;
	color: #31708f;
	margin: 0;
}

.panel-heading h5:before {
	font-family: 'Glyphicons Halflings';
	content: "\e131";
	float: right;
	color: white;
}

.panel-info>.panel-heading {
	background-color: #f0f6ff;
}

.panel .list-group-item {
	border: 0
}

.paneltop {
	color: #428BCA;
	font-size: 13px;
}

.nop>input, .nop1>input {
	padding: 5px 1px 5px 4px;
}

.nop1>input {
	background-color: #e0e0e0;
}

.nop>input {
	background-color: #e0Ffe0;
}

.nop>input[value="0.00"] {
	background-color: #Ffeeee;
}

.table {
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th,
	.table>thead>tr>td, .table>thead>tr>th {
	padding: 4px;
	vertical-align: middle;
}

#adnotesTbl>tbody>tr {
	border-bottom: 1px solid #ddd;
}

.table>thead>tr>th {
	border-bottom: 2px solid #428bca;
	background-color: #f8f9fa;
	color: #022640;
	font-weight: 600;
	padding: 12px 5px;
}

.table>tbody>tr>th, .table>tfoot>tr>th, .table>tbody>tr>td, .table>tfoot>tr>td
	{
	border-top: 0;
}

.table1>thead>tr>th, .table1>tbody>tr>th, .table1>tfoot>tr>th, .table1>thead>tr>td,
	.table1>tbody>tr>td, .table1>tfoot>tr>td {
	padding: 5px 15px;
	line-height: 1.42857143;
	vertical-align: middle;
	border-bottom: 1px solid #f4f4f4;
}

.form-control:focus {
	border-color: #022640;
	box-shadow: 0 0 0 0.2rem rgba(2, 38, 64, 0.25);
}

.table td {
	padding: 12px 5px;
	vertical-align: middle;
}

.table-hover tbody tr:hover {
	background-color: rgba(2, 38, 64, 0.05);
}

.modal-content {
	border-radius: 5px;
	border: none;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.multichecktd1 {
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	padding: 0 10px 10px 10px;
}

.multichecktd2 {
	border-right: 1px solid #cdcdcd;
	padding: 2px 10px 10px 10px;
}

.flow .form-control {
	font-size: 12px;
	padding: 6px 0 2px 10px;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0px 0px;
	box-shadow: inset 0 0px 0px;
	border-radius: 0px;
}

.single {
	margin-top: -47px;
	margin-left: -25px;
	padding-left: 20px;
	padding-bottom: 30px;
}

.single h2 {
	font-size: 24px;
}

.flow .form-group td {
	margin: 4px 8px;
	padding: 4px;
}

.flow input, .flow textarea {
	border: 0px solid #eee;
	border-bottom: 1px solid #ddd;
}

.flow input:FOCUS, .flow input:HOVER, .flow textarea:focus, .flow textarea:hover
	{
	border-bottom: 1px solid #888;
}

.flow tr:focus {
	background-color: #f0f0f0;
}

.flow th {
	text-transform: uppercase;
	font-size: 11px;
	padding: 3px;
	color: #206700;
}

.flow .form-control[disabled] {
	background-color: #fff;
	border-bottom: 1px solid #eee
}

.displayTable {
	border: 1px solid #eee;
	padding: 5px 15px 15px 15px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-radius: 10px;
}

.displayTablexrow {
	padding: 10px;
}

.displayTablexrow th {
	font-size: 11px;
	background-color: #E9F0FF;
	color: #245269;
}

.displayTablexrow td {
	font-size: 10px;
}

.displayTable .breakcol {
	font-size: 18px;
	padding: 20px 0 5px 10px;
	text-align: left;
	color: #31708f;
	text-transform: capitalize;
	border-bottom: 1px solid #31708f;
}

.displayTablex1, .displayTablex2 {
	border: 0;
	margin-left: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	font-size: 11px;
}

.displayTablex1 input[type="checkbox"] {
	margin: 0 4px 0 0;
}

.displayTablex2 .form-control {
	font-size: 11px;
	padding: 2px 0 2px 4px;
	color: #000;
}

.displayTablex2>.table>thead>tr>th {
	padding: 5px 2px;
	font-size: 12px;
}

.displayTablex2>.table>tbody>tr>td {
	padding: 5px 2px;
}

.displayTablex2 select[size="1"], .displayTablex2 input[type="text"] {
	height: 25px;
	margin: 1px 2px;
}

.displayTablex1>.table {
	border: 2px solid #aaa;
}

.displayTablex1 .form-control {
	font-size: 11px;
	padding: 0 1px 0 2px;
	color: #000;
}

.displayTablex1>.table>tbody>tr>th {
	padding: 3px 0 3px 6px;
}

.displayTablex1>.table>thead>tr>th {
	padding: 2px 1px;
	font-size: 11px;
	text-transform: capitalize;
	font-size: 11px;
	border-bottom: 2px solid #999
}

.displayTablex1 select[size="1"], .displayTablex1 input[type="text"] {
	height: 25px;
	margin: 1px 2px;
}

.displayTablex1>.table>tbody>tr>td {
	padding: 2px 0;
}

.displayTable>.table>tbody>tr, .displayTable>#maindiv>.table>tbody>tr {
	border-bottom: 1px solid #e9eaea;
}

.displayTable>.table>tbody>tr:last-child, .displayTable>#maindiv>.table>tbody>tr:last-child
	{
	border-bottom: 0;
}

.displayTable>#tableA_p9>tbody>tr {
	border-bottom: 0;
}

.adddiv {
	z-index: -10;
	margin: 10px 50px;
}

.showadddiv {
	padding-left: 15px;
	border: 1px solid #332982;
	padding-top: 2px;
	background-color: #fffff9;
	position: absolute;
	top: 50px;
	left: 200px;
	z-index: 10;
	height: 500px;
	width: 850px;
	overflow: auto;
}

#maindiv {
	vertical-align: top;
	padding: 4px;
}

#addmaindiv, #uptmaindiv {
	padding: 5px;
	border-left: 1px solid #e0e0e0;
	margin-left: 5px;
}

#table_p1, #table_p2, #table_p3 {
	width: 100%;
}

#div_p1 {
	visibility: hidden;
}

#div_p3 {
	border: 0px;
	padding: 0;
	margin: 0;
}

#table_p3 {
	font-size: 12px;
}

#table_p3>tbody>tr>td, #table_p3>tbody>tr>th {
	padding: 2px;
}

.doubleborder {
	background-color: #337AB7;
	color: white;
	width: 600px;
	margin-bottom: 10px;
	outline: 1px solid #337AB7;
	border: 1px solid #fff;
	margin-bottom: 10px;
}

.doubleborder a {
	color: #fff;
}

.bordered {
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #d0d0d0;
	border-collapse: inherit;
	border-radius: 8px 8px 8px 8px;
	line-height: 1.5em;
}

.bordered1, .bordered10 {
	background-color: #f4f4f4;
	border-collapse: inherit;
	border-radius: 4px 4px 4px 4px;
}

.bordered1 {
	margin-top: 5px;
	padding: 5px;
	border: 1px solid #e0e0e0;
}

.bordered10 {
	margin: 5px 15px 0 15px;
	padding: 5px 15px 0 15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
	.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3,
	.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3,
	.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
	.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3,
	.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-right: 5px;
	padding-left: 5px
}

.company {
	height: 640px;
	width: 100%;
	background: url('//d32463br0rok40.cloudfront.net/images/tower.jpg')
		no-repeat;
	opacity: 0.3;
	filter: alpha(opacity = 30);
}

.dropdown-menu>li>a {
	padding: 10px 20px;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	text-transform: uppercase;
	color: #555;
}

.dropdown-menu>li:last-child>a {
	border-bottom: 0;
}

ul.message-dropdown {
	padding: 0;
	max-height: 250px;
	overflow-x: hidden;
	overflow-y: auto;
}

li.message-preview {
	width: 275px;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

li.message-preview>a {
	padding-top: 15px;
	padding-bottom: 15px;
}

li.message-footer {
	margin: 5px 0;
}

ul.alert-dropdown {
	width: 200px;
}

.flot-chart-content {
	width: 100%;
	height: 100%;
}

.huge {
	font-size: 40px;
}

.panel-green {
	border-color: #5cb85c;
}

.panel-green .panel-heading {
	border-color: #5cb85c;
	color: #fff;
	background-color: #5cb85c;
}

.panel-green a {
	color: #5cb85c;
}

.panel-green a:hover {
	color: #3d8b3d;
}

.panel-red {
	border-color: #d9534f;
}

.panel-red .panel-heading {
	border-color: #d9534f;
	color: #fff;
	background-color: #d9534f;
}

.panel-red a {
	color: #d9534f;
}

.panel-red a:hover {
	color: #b52b27;
}

.panel-yellow {
	border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
	border-color: #f0ad4e;
	color: #fff;
	background-color: #f0ad4e;
}

.panel-yellow a {
	color: #f0ad4e;
}

.panel-yellow a:hover {
	color: #df8a13;
}

.smallcol {
	width: 100px;
}

.hrblue2 {
	border-top: 2px solid #428bca
}

.hrblue {
	border-top: 1px solid #428bca
}

.hrgrey {
	border-top: 20px solid #eee
}

@media screen and (max-width: 600px) {
	.nomobile {
		visibility: hidden;
	}
}

.surveyfooter {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
}

#div_p1_add {
	border: 0;
	border-top: 10px solid #eee;
}

.breakcol>span.footable-toggle {
	display: none !important;
}

.pivotth {
	text-align: center;
	background-color: #787;
	color: white;
	vertical-align: middle;
}

#div_qp {
	font-size: 11px;
	border: 0;
}

.boldmenu {
	font-weight: bold;
	color: rgb(0, 119, 187);
}

.capitalplus {
	background-color: #f2f2f2;
}

.underline {
	border-bottom: 1px solid #ccc !important;
}

.printTableClass {
	border: 1px solid #ddd !important;
}

.pre1 {
	border: 0;
	background-color: #fff;
	padding: 0;
	margin: 0;
}

.quesvals {
	color: #411;
	padding: 1px 10px;
	margin-left: 10px;
}

.para {
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	text-align: left;
	margin: 0 0 1em 0;
	max-width: 120ch;
	text-indent: 1em;
	word-wrap: break-word;
	hyphens: auto;
}

.report-meta-inline {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 14px;
	color: #555;
	margin-top: 10px;
}

.report-meta-inline span {
	white-space: nowrap;
}

.report-card {
	max-width: 900px;
	margin: auto;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	padding: 20px 30px 10px 30px;
}

.report-header {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.report-header h1 {
	margin: 0;
	font-size: 24px;
	color: #333;
}

.report-meta {
	margin-top: 10px;
	color: #555;
	font-size: 14px;
}

.report-section {
	margin-bottom: 20px;
}

.report-section h4 {
	color: #444;
}

.report-section p {
	font-size: 15px;
	color: #666;
	line-height: 1.6;
}

:root {
	--primary-color: #3498db;
	--secondary-color: #2c3e50;
	--accent-color: #e74c3c;
	--light-gray: #f8f9fa;
	--dark-gray: #7f8c8d;
	--border-color: #ddd;
	--warning-bg: #fef2f2;
	--warning-border: #e74c3c;
	--info-bg: #f8f9fa;
	--info-border: #3498db;
}

.incident-form-container {
	max-width: 1200px;
	margin: 30px auto;
	padding: 30px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.form-header {
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--border-color);
}

.form-header h2 {
	font-size: 24px;
	color: var(--secondary-color);
	margin-bottom: 10px;
	font-weight: 700;
}

.form-header .glyphicon {
	color: var(--accent-color);
	margin-right: 10px;
}

.form-header p {
	color: var(--dark-gray);
	font-size: 16px;
}

.section-description {
	color: var(--dark-gray);
	margin-bottom: 20px;
	font-size: 15px;
}

.form-group {
	margin-bottom: 20px;
}

.form-group label {
	font-weight: 600;
	color: var(--secondary-color);
	display: block;
	margin-bottom: 8px;
}

.form-group label i {
	color: var(--dark-gray);
	font-weight: normal;
}

textarea.form-control {
	min-height: 120px;
}

.info-box {
	background: var(--info-bg);
	padding: 15px;
	border-radius: 4px;
	border-left: 4px solid var(--info-border);
	margin-top: 20px;
}

.info-box p {
	color: var(--secondary-color);
	margin: 0;
}

.info-box .glyphicon {
	color: var(--info-border);
	margin-right: 10px;
}

.warning-box {
	background: var(--warning-bg);
	padding: 20px;
	margin-top: 30px;
	border-radius: 4px;
	border-left: 4px solid var(--warning-border);
}

.warning-box p {
	color: var(--warning-border);
	margin: 0;
}

.warning-box .glyphicon {
	color: var(--warning-border);
	margin-right: 10px;
}

.submit-btn {
	padding: 15px 50px;
	font-size: 18px;
	font-weight: 600;
	border-radius: 4px;
	margin-top: 20px;
	transition: all 0.3s;
}

.submit-btn .glyphicon {
	margin-right: 10px;
}

.captcha-container {
	display: flex;
	align-items: center;
	gap: 15px;
	margin: 20px 0;
}

.captcha-container img {
	border: 1px solid var(--border-color);
	border-radius: 4px;
}

.captcha-container a {
	color: var(--primary-color);
}

.captcha-container a:hover {
	text-decoration: none;
}


.navbar-default .navbar-nav>li>a {
	padding: 10px 15px;
	transition: background-color 0.3s;
}
.toast {
  position: fixed;
  top: 50px;                  /* distance from top */
  left: 50%;                  /* start in middle */
  transform: translateX(-50%);/* truly center */
  background: #f44336;        /* red error background */
  color: #fff;
  padding: 12px 18px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 9999;
  max-width: 80%;             /* prevent overflow */
  text-align: center;
  font-size: 18px
}
.toast.show {
  opacity: 1;
}

.error-message {
	color: var(--accent-color);
	font-size: 14px;
	margin-top: 5px;
}

.disclaimer-text {
	text-align: center;
	margin: 20px 0;
	font-weight: 600;
	font-style: italic;
}

@media ( max-width : 768px) {
	.incident-form-container {
		padding: 20px;
	}
	.form-header h2 {
		font-size: 20px;
	}
	.submit-btn {
		width: 100%;
		padding: 12px;
	}
}



.navbar-default {
	background-color: #022640;
	border: none;
	border-radius: 0;
}

.navbar-default .navbar-nav>li>a {
	color: #fff !important;
	font-weight: 500;
	padding: 15px 20px;
	transition: background-color 0.3s;
	font-size: 14px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus
	{
	background-color: #034579 !important;
	color: #fff !important;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover,
	.navbar-default .navbar-nav>.open>a:focus {
	background-color: #034579;
	color: #fff;
}

.navbar-default .dropdown-menu {
	background-color: #022640;
	border: none;
	border-radius: 0;
	padding: 0;
}

.navbar-default .dropdown-menu>li>a {
	color: #fff;
	padding: 12px 20px;
	transition: all 0.3s;
}

.navbar-default .dropdown-menu>li>a:hover, .navbar-default .dropdown-menu>li>a:focus
	{
	background-color: #034579;
	color: #fff;
	padding-left: 25px;
}

#content1 {
	padding: 20px 30px;
	margin: 0;
	width: 100%;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.toph2 {
	font-size: 20px;
	padding: 15px 18px;
	border-bottom: 2px solid #e9ecef;
	font-weight: 600;
}

.nav3 li a {
	display: block;
	padding: 15px;
	background-color: #f8f9fa;
	border-left: 4px solid transparent;
	color: #495057;
	text-decoration: none;
	border-radius: 4px;
	transition: all 0.3s;
}

.nav3 li a:hover {
	background-color: #e9ecef;
	border-left-color: #022640;
	color: #022640;
}

.nav3 li.active a {
	background-color: #022640;
	color: #fff;
	border-left-color: #ffc107;
}

.form-control:focus {
	border-color: #022640;
	box-shadow: 0 0 0 0.2rem rgba(2, 38, 64, 0.25);
}

.btn {
	padding: 10px 20px;
	border-radius: 4px;
	font-weight: 500;
	transition: all 0.3s;
}

.btn-primary {
	background-color: #022640;
	border-color: #022640;
}

.btn-warning {
	background-color: #f0ad4e;
	border-color: #eea236;
	color: #fff;
}

.btn-default {
	background-color: #f8f9fa;
	border-color: #ccc;
	color: #333;
}

.btn-info {
	background-color: #5bc0de;
	border-color: #46b8da;
	color: #fff;
}

.btn-xs {
	padding: 3px 8px;
	font-size: 11px;
	line-height: 1.4;
	border-radius: 3px;
	min-width: auto;
}

.btn-danger {
	background-color: #d9534f;
	border-color: #d43f3a;
	color: #fff;
	padding: 10px 20px;
	border-radius: 4px;
	font-weight: 500;
	transition: all 0.3s;
}

.table {
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.table th {
	background-color: #f8f9fa;
	color: #022640;
	font-weight: 600;
}

.table td {
	padding: 12px 5px;
	vertical-align: middle;
}

.table-hover tbody tr:hover {
	background-color: rgba(2, 38, 64, 0.05);
}

.modal-content {
	border-radius: 5px;
	border: none;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}