/* Minification failed. Returning unminified contents.
(74,25): run-time error CSS1039: Token not allowed after unary operator: '-BiC-Blue'
(75,14): run-time error CSS1039: Token not allowed after unary operator: '-White'
(76,21): run-time error CSS1039: Token not allowed after unary operator: '-BiC-Blue'
(85,25): run-time error CSS1039: Token not allowed after unary operator: '-Alert-1'
(86,21): run-time error CSS1039: Token not allowed after unary operator: '-Alert-1'
(159,25): run-time error CSS1039: Token not allowed after unary operator: '-White'
(160,14): run-time error CSS1039: Token not allowed after unary operator: '-BiC-Blue'
(161,21): run-time error CSS1039: Token not allowed after unary operator: '-BiC-Blue'
(186,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(187,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(188,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(189,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(190,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(191,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(192,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(193,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(194,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(195,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(196,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(197,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(198,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(199,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(200,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(202,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(203,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(204,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(205,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(206,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(207,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(222,14): run-time error CSS1039: Token not allowed after unary operator: '-BiC-Blue'
(228,14): run-time error CSS1039: Token not allowed after unary operator: '-BiC-Blue'
(372,8): run-time error CSS1030: Expected identifier, found '>'
(372,27): run-time error CSS1031: Expected selector, found ')'
(372,27): run-time error CSS1025: Expected comma or open brace, found ')'
(395,8): run-time error CSS1030: Expected identifier, found '>'
(395,27): run-time error CSS1031: Expected selector, found ')'
(395,27): run-time error CSS1025: Expected comma or open brace, found ')'
(401,8): run-time error CSS1030: Expected identifier, found '>'
(401,29): run-time error CSS1031: Expected selector, found ')'
(401,29): run-time error CSS1025: Expected comma or open brace, found ')'
(658,119): run-time error CSS1046: Expect comma, found '221'
(658,127): run-time error CSS1046: Expect comma, found '/'
(802,11): run-time error CSS1030: Expected identifier, found '.'
(802,27): run-time error CSS1031: Expected selector, found ')'
(802,27): run-time error CSS1025: Expected comma or open brace, found ')'
(3609,21): run-time error CSS1039: Token not allowed after unary operator: '-BiC-Blue'
(3617,21): run-time error CSS1039: Token not allowed after unary operator: '-BiC-Blue'
(3619,28): run-time error CSS1039: Token not allowed after unary operator: '-BiC-Blue'
 */
@font-face {
	font-family: Montserrat;
	src: url(fonts/Montserrat-Regular.ttf);
}

@font-face {
	font-family: SourceSans3;
	src: url(fonts/SourceSans3-Regular.ttf);
}

@font-face {
	font-family: SourceSansPro;
	src: url(fonts/SourceSansPro-Regular.ttf);
}

.login-container {
	background: url("images/BicColorfulwaves_03_1.png") top no-repeat !important;
	background-size: 100% 390px !important;
}


.card-container {
	padding: 20px 50px;
	border-radius: 1.25rem;
	box-shadow: 7px 7px 3px rgba(0, 0, 0, 0.25);
	z-index: 1000;
	max-width: 420px  ;
}

.card-chng-psswd {
	max-width: 725px !important;
}
.label-info-chng-psswd {
	font-family: 'Montserrat';
	font-size: 12px;
}





.card-cont-forgot {
	max-width: 600px !important;
	padding: 20px 20px !important;
}


.card-cont-acc-den {
	max-width: 650px !important;
	padding: 20px 20px !important;
}


.login-title {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 18px;
}

.lnk-forgot-pswd {
	font-family: SourceSans3;
	font-weight: 400;
	font-size: 14px;
}

.check-remember {
	font-family: SourceSans3;
	font-weight: 400;
	font-size: 14px;
}


.btn_login {
	background-color: var(--BiC-Blue) !important;
	color: var(--White) !important;
	border-color: var(--BiC-Blue) !important;
	padding: 10px 25px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 30px;
	width: 100%;
}

.btn_delete {
	background-color: var(--Alert-1) !important;
	border-color: var(--Alert-1) !important;
}


.profile-img-card {
	width: 96px;
	margin: 0 auto 0px;
	display: block;
	-moz-border-radius: 50%;
}



.login-control  {
	height: 44px !important;
	padding-left: 10px !important;
	/**/
	font-family: SourceSans3;
	font-size: 16px !important;
	border: 1px solid #CCCCCC !important;
	background-color: transparent !important;
	width:100% !important;
}




.footer-container {
	width: 100% !important;
	position: absolute !important;
	background: url("images/NavyWave_2_04_1.png") bottom no-repeat !important;
	background-size: 100% 182px !important;
	height: 180px;
}

.text-white {
	color: #fff !important;
}

.loader {
	width: 8px;
	height: 40px;
	border-radius: 4px;
	display: block;
	margin: 20px auto;
	position: relative;
	background: currentColor;
	color: #1e2350db;
	box-sizing: border-box;
	animation: animloader 0.3s 0.3s linear infinite alternate;
}

	.loader::after, .loader::before {
		content: '';
		width: 8px;
		height: 40px;
		border-radius: 4px;
		background: currentColor;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 20px;
		box-sizing: border-box;
		animation: animloader 0.3s 0.45s linear infinite alternate;
	}

	.loader::before {
		left: -20px;
		animation-delay: 0s;
	}

/*forgot password*/
.btn_reset {
	background-color: var(--White) !important;
	color: var(--BiC-Blue) !important;
	border-color: var(--BiC-Blue) !important;
	padding: 10px 25px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 30px;
	width: 100%;
}

 
/*media*/
@media (max-width:700px) {
	.login-container {
		height: calc(100% + 100PX) !important;
	}

	.btn_reset {
		padding: 10px 18px !important;
	}
	.btn_delete {
		padding: 10px 22px !important;
	}
}

:root {
	/* Colors: */
	--Primary-1: #252B68;
	--Primary-2: #DFE1F6;
	--Secondary-1: #1D71B8;
	--Secondary-2: #F1F9FF;
	--Success-1: #2E7D32;
	--Error-1: #D9272F;
	--Alert-1: #D9272F;
	--Alert-2: #F2E6E7;
	--Warning-1: #FBC02D;
	--Warning-2: #FFA726;
	--White: #FFF;
	--Black: #000000;
	--Gray-3: #DDD;
	--Success-2: #B4EFE3;
	--RowGrid: #F5F5F5;
	/*titles*/
	--Titles: #1D71B8;
	--BiC-Blue: #252B68;
	--f777777: #777777;
	--E6EDFA: #E6EDFA;
	--FE68B4: #FE68B4;
	--bs-btn-disabled-bg: #DDDDDF;
}

body {

	background-color: transparent !important;

}

.link-chng-psswd {
	text-decoration: underline ;
	font-family: SourceSansPro;
	font-size: 16px;
	font-weight: 400 !important;
	line-height: 27px;
	color: var(--BiC-Blue);

	cursor: pointer;
}

a:hover, a:active {
	color: var(--BiC-Blue) !important;
}




.ui-jqgrid {
	font-family: SourceSans3;
}

	.ui-jqgrid .table-bordered, .ui-jqgrid .table-bordered td, .ui-jqgrid .table-bordered th.ui-th-ltr {
		font-size: 14px;
	}



.table-bordered th.ui-th-ltr {
	padding-top: 10px !important;
}

.ui-jqgrid .ui-jqgrid-view {
	border-style: solid;
	border-width: 1PX;
	BORDER-COLOR: #DDDDDD;
	border-bottom: 0px;
}

.ui-jqgrid .ui-icon-desc {
	margin-top: 2px;
}

.ui-jqgrid .ui-grid-ico-sort {
	margin-left: -7px;
}

.bic-grid .s-ico {
	display: inline-block !important;
}

	.bic-grid .s-ico .ui-grid-ico-sort {
		color: #b2b1b1;
	}

.ui-search-toolbar {
	display: none;
}

tr:nth-child(even) {
	background-color: #FAFAFA;
}

.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td {
	background-color: transparent !important;
	border-left: 0px !important;
	border-right: 0px !important;
}

.bic-grid .ui-jqgrid table > tbody > tr.active {
	background-color: #EBF6FF !important;
	border-left: solid !important;
	border-left-width: 2px !important;
	border-color: #1D71B8 !important;
}

table .success, .table .success {
	background-color: #EBF6FF !important;
	border-left: solid !important;
	border-left-width: 2px !important;
	border-color: #1D71B8 !important;
}

.table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th {
	color: black !important;
}


.ui-jqgrid .ui-jqgrid-view {
	overflow: hidden;
}

.ui-jqgrid .ui-jqgrid-pager .ui-paging-info, .ui-jqgrid .ui-jqgrid-toppager .ui-paging-info {
	position: absolute;
	left: 0px;
	bottom: 10px;
}

.ui-jqgrid .ui-pager-control .ui-pager-table td {
	background-color: transparent;
}

.bic-grid input.ui-pg-input {
	padding: 0px !important;
	text-align: center;
	border-color: #DDDDDD;
	border-radius: 0px;
}

.ui-jqgrid .ui-jqgrid-pager .ui-paging-pager {
	position: absolute;
	right: 2px;
	top: 2px;
	height: 34px !important;
}

.ui-jqgrid .ui-jqgrid-pager .ui-pager-table {
	height: 40px !important;
}

.ui-jqgrid .ui-paging-pager td {
	padding: 2px 10px;
	cursor: pointer !important;
	color: #666666 !important;
	font-family: SourceSans3;
	font-size: 15px;
}

.ui-paging-info {
	color: #333333 !important;
	font-family: SourceSans3;
	font-size: 15px;
}

td[title="First Page"] {
	background-color: white !important;
	outline: 1px solid #DDDDDD;
	border-radius: 3px 0PX 0px 3px;
}

td[title="Previous Page"] {
	background-color: white !important;
	outline: 1px solid #DDDDDD;
}

td[title="Next Page"] {
	background-color: white !important;
	outline: 1px solid #DDDDDD;
}

td[title="Last Page"] {
	background-color: white !important;
	outline: 1px solid #DDDDDD;
	border-radius: 0px 3PX 3px 0px;
}

td:has(> input.ui-pg-input) {
	outline: 1px solid #DDDDDD;
	background-color: white !important;
}



td[title="Next Page"]:hover {
	background-color: #252B68 !important;
	color: white !important;
}

td[title="Last Page"]:hover {
	background-color: #252B68 !important;
	color: white !important;
}

.ui-th-column:hover {
	background-color: #252B68 !important;
	color: white !important;
}


td:has(> span.ui-separator) {
	display: none !important;
}



td:has(> select.ui-pg-selbox) {
	display: none !important;
}



.bic-grid table thead th {
	color: #666666;
	border-style: none;
}

.ui-jqgrid-htable > thead {
	border-style: none;
}

	.ui-jqgrid-htable > thead > tr {
		border-style: none;
	}

.bic-grid .ui-jqgrid table > tbody > tr {
	border-style: none;
}

.bic-grid table tbody tr td[role=gridcell] {
	padding: 2px 6px 2PX 6px;
	vertical-align: middle;
}

.ui-jqgrid tr.jqgfirstrow td {
	padding: 0px !important;
}

.pg-btn {
	padding: 3px 7px;
	color: #666666;
	font-size: 12px;
	border-style: solid;
	border-width: 1PX;
	BORDER-COLOR: #DDDDDD;
	BORDER-RADIUS: 0px;
	min-width: 28px !important;
	margin-bottom: 10PX;
	MARGIN-TOP: 10px;
	font-family: SourceSans3;
	font-size: 15px;
}


	.pg-btn:hover {
		background-color: #252B68 !important;
		color: white !important;
	}

	.pg-btn:last-child {
		border-end-end-radius: 3px;
		border-start-end-radius: 3px;
	}

	.pg-btn:first-of-type {
		border-end-start-radius: 3px;
		border-start-start-radius: 3px;
	}

.search-grid-txt {
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	appearance: none;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="512" height="512"><g id="_01_align_center" data-name="01 align center"><path d="M24,22.586l-6.262-6.262a10.016,10.016,0,1,0-1.414,1.414L22.586,24ZM10,18a8,8,0,1,1,8-8A8.009,8.009,0,0,1,10,18Z"/></g></svg>');
	background-repeat: no-repeat;
	background-position: right 1rem top 50%;
	background-size: 1rem auto;
	height: 30px !important;
	font-family: SourceSans3;
	font-size: 15px;
}


.btn-quickFilter {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	margin: 5px;
	padding: 5px 15px !important;
	border-radius: 20px !important;
}

	.btn-quickFilter:hover {
		background-color: #dfdfdf !important;
	}


.btn-quickFilter-default {
	background-color: #eeeeee;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #252B68;
	background-color: #E6EDFA;
	border-radius: 0px;
	border-bottom: solid;
}

.nav-link {
	color: #252B68;
}

#pills-tab {
	border-bottom: solid;
	border-width: 1PX;
	border-color: #DDDDDD;
}

input[type='date']::-webkit-calendar-picker-indicator {
	background: transparent;
	bottom: 0;
	color: transparent;
	cursor: pointer;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}

.bic-invoice-showclient .bic-invoice-total-row-selected {
	background-color: #EBF6FF;
}

.form-date {
	appearance: none;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-calendar4-week" viewBox="0 0 16 16"><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M2 2a1 1 0 0 0-1 1v1h14V3a1 1 0 0 0-1-1zm13 3H1v9a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z"/><path d="M11 7.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm-2 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5z"/></svg>');
	background-repeat: no-repeat;
	background-position: right 1rem top 50%;
	background-size: 1rem auto;
}



.container-fluid {
	padding: 0px !important;
}

label {
	margin-bottom: 0px;
}



.bic-grid .s-ico .ui-grid-ico-sort {
	min-width: 20px;
}

.bic-grid .ui-jqgrid .glyphicon {
	font-size: 8px;
	padding: 0px;
}

.btn-status-filters {
	border-radius: 13px;
	border: 1px solid #333333;
	color: #333333;
	font-family: SourceSans3;
	padding: 1px 10px;
}

.btn-status-filters-missing {
	color: #ffffff;
	background-color: #BF251B;
	border-style: none;
}


.btn-status-filters-waiting {
	background-color: #FBC02D;
	border-style: none;
}

.btn-status-filters-paid {
	background-color: #424242;
	border-style: none;
	color: #ffffff;
}


@media (max-width: 768px) {

	.btn-quickFilter {
		margin: 3px;
		padding: 5px 10px !important;
		font-size: 12px;
	}

	.form-select {
		font-size: 13px !important;
	}

	.ui-jqgrid .table-bordered, .ui-jqgrid .table-bordered td, .ui-jqgrid .table-bordered th.ui-th-ltr {
		font-size: 12px;
	}

	.pg-btn {
		font-size: 13px;
	}
	.bic-grid-details{
		padding:0px !important;
	}

	label {
		font-size: 13px;
	}
}

@media (max-width: 420px) {
	#InvoicesGridPager_right{
	 display:none;
	}

	#InvoicesGridPager_center {
		width:100% !important;
	}

	#AllInvoicesGridPager_right {
		display: none;
	}

	#AllInvoicesGridPager_center {
		width: 100% !important;
	}

	.ui-paging-pager {
		width: 100% !important;
	}

	.ui-paging-info{
		display:none !important;
	}

}
.bic-header {
	border-bottom-style: solid ;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}

.bic-nav-top .breadcrumb {
	left: 0PX;
}

.container-fluid {
	height: calc(100% - 80px);
	overflow: auto;
}

#main-container {
	width: calc(100% - 220px) !important;
	background: linear-gradient(159deg, rgba(255, 255, 255, 1) 41%, rgba(237, 235, 235, 0.7737219887955182) 75%, rgb(221 221 221 / 91%) 100%);
}

#main-menu {
	width: 200px;
}

.footer-img-blue {
	color: white !important;
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 0px;
	font-size: 11px;
}

.menu-footer {
	position: relative;
	bottom: 0px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200px
}

.logo-brand {
	width: 100%;
	height: 110px;
	float: none;
}


.menu-bg {
	background: linear-gradient(104deg, rgba(255,255,255,1) 10%, rgba(240,243,247,1) 80%) !important;
	border: 1px solid #DDDDDD;
}

.bic-dashboard-menu-item .panel-body {
	padding: 0px 10px !important;
}

.bic-dashboard-menu-item .panel:not(.disabled):hover {
	background-color: white !important;
	border: 1px solid #DDDDDD !important;
	border-right-style: none !important;
	box-shadow: -12px 6px 12px 0px #0000001F !important;
	color: #252B68 !important;
}

.bic-client-logo {
	object-fit: contain;
	height: 100%;
}

.bic-dashboard-menu-item .panel .h3 {
	font-family: "Source Sans 3", sans-serif !important;
	color: #333333 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 20.11px !important;
	margin-left: 5px !important;
	display: table-cell !important;
	vertical-align: middle !important;
	padding-left: 5px !important;
}

.bic-dashboard-menu-item .panel p {
	margin-top: 2px !important;
	color: #000 !important;
	font-size: 12px !important;
}

.bic-dashboard-menu-item a .panel.disabled {
	cursor: default !important;
}


.bic-dashboard-menu-item {
	margin-bottom: 5px !important;
}

	.bic-dashboard-menu-item .panel {
		margin: 5px 0 !important;
	}


	.bic-dashboard-menu-item .panel {
		background-color: transparent !important;
		color: #333333 !important;
	}

	.bic-dashboard-menu-item .panel-default {
		box-shadow: none !important;
		border-style: none !important;
		margin-right: -1PX !important;
	}


.bic-dashboard-menu-item-white-bg .bic-dashboard-menu-item .panel-default {
	box-shadow: none !important;
	border-style: none !important;
	margin-right: -1PX !important;
}




.bic-dashboard-menu-item-white-bg .bic-dashboard-menu-item .panel {
	background-color: transparent !important;
	border-radius: 8px !important;
	border-start-end-radius: 0px !important;
	border-end-end-radius: 0px !important;
}


.bic-dashboard-menu-item-white-bg .bic-dashboard-menu-item .panel {
	background-color: transparent !important;
	color: #333333 !important;
}

.header-title {
	color: #1D71B8;
	font-family: 'Montserrat';
	font-size: 28px !important;
	font-weight: 300 !important;
}

.header-subtitle {
	color: #777777;
	font-size: 15px !important;
	font-weight: 400 !important;
}

.bic-nav-top {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	height: auto;
}

	.bic-nav-top h1 {
		font-size: 1.2rem !important;
	}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
	background-color: #001577;
	font-family: 'Montserrat';
}

/*media*/
@media (max-width:700px) {
	.header-title {
		font-size: 15px !important;
	}
}

:focus
{
    outline-color: #2c3e50 !important;
    outline-offset: 0 !important;
    outline-style: inset !important;
    outline-width: 1px !important;
}

tr:focus 
{
    outline-style: none !important;
    outline-width: 0px !important; 
}

/*body {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #F4F4F4;
    font-size: 14px;
}*/

.hl
{
    background-color: yellow;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    min-height: 400px;
    padding-left: 15px;
    padding-right: 15px;
}

.disabled-look
{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50) ";
    filter: alpha(opacity=50) ;
    -moz-opacity:0.5 ;
    -khtml-opacity: 0.5 ;
    opacity: 0.5 ; 
}

.bg-disabled
{
    background-color: #777;
}

.bic-datepicker-cell-disabled, 
.bic-datepicker-cell-disabled:hover
{
    color: #CCC !important;
}

.bic-datepicker-cell-selectable
{
    font-weight: bold !important;
}

.bic-rate-confirm-field
{
    position: relative;
}

div.bic-rate-confirm-icon
{
    position: absolute;
    top:3px;
    right:-20px;
    font-size:16px;
}

.bic-worklist-area
{
    position: relative;
    padding-top: 6px;
    border-top: 1px solid #2c3e50;
    border-bottom: 1px solid #2c3e50;
    margin: 4px -8px 4px -8px;
}

.bic-worklist-area p
{
    position: absolute;
    top: -8px;
    z-index: 1;
}

.bic-worklist-area p.bic-worklist-header
{
    float: left;
    top: -6px;
    width: auto;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    padding: 0px;
    color: #2c3e50;
    background-color: #F4F4F4;
}

.bic-worklist-area p button
{
    padding: 1px;
    line-height: 1;
    font-size: 9px;
}

.bic-worklist-area p button span
{
    font-size: 9px;
}

.bic-invoice-total-row
{
    position:relative;
    margin-bottom:0 !important;
    cursor:pointer;
}

.bic-invoice-total-row .glyphicon
{
    position:absolute;
    top:6px;
    right:-2px;
    display:none;
}

.bic-invoice-showclient .bic-invoice-total-row:hover
{
    background-color: #B4CCED;
}

.bic-invoice-showclient .bic-invoice-total-row:hover .glyphicon,
.bic-invoice-showclient .bic-invoice-total-row-selected .glyphicon
{
    display: block;
    color: #2E80EA;
}

.bic-invoice-showclient .bic-invoice-total-row-selected
{
    background-color: #B4CCED;  /*#7DAEEF;*/
}

.bic-invoice-showgroup .bic-invoice-total-row:hover
{
    background-color: #F2C480;
}

.bic-invoice-showgroup .bic-invoice-total-row:hover .glyphicon,
.bic-invoice-showgroup .bic-invoice-total-row-selected .glyphicon
{
    display: block;
    color: #CC7700;
}

.bic-invoice-showgroup .bic-invoice-total-row-selected
{
    background-color: #F2C480;  /*#7DAEEF;*/
}

.bic-bg-lightred
{
    background-color: #E59D97;
}

.bic-doc-btn
{
    padding:0;
    font-size: 14px;
    width: 100%;
}

a.bic-doc-btn:visited
{
    color: inherit;
}

.bic-doc-btn span.glyphicon
{
    display:inline-block !important;
    margin-left:-16px;
}

.bic-body-content {
    /*background-image: -ms-linear-gradient(top, #DBDBDB 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(top, #DBDBDB 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(top, #DBDBDB 0%, #FFFFFF 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #FFFFFF));
    background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #FFFFFF 100%);
    background-image: linear-gradient(to bottom, #DBDBDB 0%, #FFFFFF 100%);*/
}

.bic-code-gen-result p
{
    margin-top: 40px;
}

.bic-code-gen-result pre
{
    margin-bottom: 1em;
    padding: 5px;
    width: auto;
    max-height: 300px;
    overflow: auto;
    background-color: #eff0f1;
}

.label-as-badge {
    border-radius: 1em;
}

.ee-fs {
    background: #fff url("../Images/fs.gif") center center; 
    background-repeat: no-repeat;
    background-size: contain;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 200px #B2D3FF inset !important;
}

.validation-summary-errors {
    color: #FFFFFF;
}

.validation-summary-errors ul {
    list-style: none;
}

.validation-summary-errors li {
    text-align: center;
}

.validation-summary-valid {
    display: none;
}

.form-control {
    background-color: #E4E4E4;
}

footer p {
    font-size: 11px;
    text-align: center;
    color: #AAA;
}

.login-background
{
    width: 100%;
    height: 500px;
    position: absolute;
    top: 130px;
    left: 0;
    background: #002E62 url("../Images/big_bg.jpg") top center; 
    background-size: cover;
}

#BICLoginForm .validation-summary-errors {
    color: #d71c33;
}

#BICLoginForm .form-control
{
    border: 2px solid #7DAEEF;
    height: 38px;
    padding-left:10px;
}

.bic-panel-header-shortcutkey
{
    position: absolute; 
    top: 0; 
    right: 0px; 
    font-family:'Courier New';
}

.bic-instructions
{
    font-style: italic;
    font-size: 12px;
    margin-bottom: 4px;
}

.bic-access-denied p
{
    color: #F00;
    font-size: 18px;
}

.bic-login .bic-access-denied h1, .bic-login .bic-access-denied p, .bic-login .bic-access-denied a
{
    color: #FFF;
}

.bic-tabs 
{
    margin-top: 2px;
}

.bic-tabs li a
{
    font-size: 24px;
    font-weight: bold;
}

.bic-tabs li.active a, .bic-tabs li.active a:hover
{
    background-color: #f5f5f5 !important;
    border-bottom-color: #f5f5f5 !important;
}

.bic-grid-icon
{
    font-size: 20px !important;
    display: inline-block !important;
    margin: 5px 20px 0 0;
}

.bic-grid-emphasis-col
{
    font-size: 13px;
    font-weight: bold;
}

.bic-grid-emphasis-row
{
    background-color:#f39c12;
    color:#FFFFFF;
}

.bic-grid-italics {
    font-style: italic;
    padding:2px 4px;
    color: #2B8AFF;
    background-color: #FFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;  
}

.bic_dialog_verywide .modal-dialog {
  width: 80%; /* desired relative width */
  /* place center */
  margin-left:auto;
  margin-right:auto; 
}

.bic_dialog_wide .modal-dialog {
  width: 800px; /* desired width */
  /* place center */
  margin-left:auto;
  margin-right:auto; 
}

.bic_dialog_extra_wide .modal-dialog {
  width: 95%; /* desired width */
  /* place center */
  margin-left:auto;
  margin-right:auto; 
}
.bic_dialog_extra_wide .modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 400px;
    padding: 15px;
}
.bic_dialog_selectPeriod .modal-dialog {
  width: 1020px; /* desired width */
  /* place center */
  margin-left:auto;
  margin-right:auto; 
}

.bic-formblock-distinct
{
    font-size: 16px;
    margin-bottom:15px;
}

.bic-formblock-distinct .bic-readonly-field
{
    font-weight: bold;
}

.bic-changes-detected
{
    position: absolute;
    top: 9px;
    left: 5px;
    background-color: #18bc9c;
    color: #FFF;
    text-align: right;
    padding: 1px 4px;
    font-size: 9px;
    font-weight: bold;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;  
}

.bic-grid-details-container .bic-grid-details-container .bic-changes-detected
{
    background-color: #001577;
}

.bic-tab-toolbar
{
    display: none;
    margin: 0 0 4px 18px;
}

.bic-grid-details-container .bic-grid-details-container .bic-tab-toolbar 
{
    position: absolute;
    top: 3px;
    right: 5px;
    z-index: 1;
    margin: 0 20px 0 0;
}

.bic-grid-details-container .bic-grid-details-container .bic-tab-toolbar .btn
{
    background-color: #FFF;
    color: #777;
    border-color: #777;
}

.bic-grid-details-container .bic-grid-details-container .bic-tab-toolbar .btn:hover
{
    background-color: #FFF;
    color: #000;
    border-color: #000;
}

.bic-panel-dashboard 
{
    background-color: #F4F4F4;
}

.bic-panel-heading a {
  color: #353883;
  text-decoration: none;
}
.bic-panel-heading  a:hover, 
.bic-panel-heading a:focus {
  color: #F4F4F4;
  text-decoration: underline;
}


.bic-panel-readonly .panel-heading
{
    background-color:#f5f5f5;
}

.bic-panel-readonly .panel-body
{
    background-color:transparent;
    font-size:12px;
}

.bic-panel-distinct
{
    -moz-box-shadow: 0 0 3px 2px #777;
    -webkit-box-shadow: 0 0 3px 2px #777;
    box-shadow: 0 0 3px 2px #777;
}

.bic-panel-distinct .panel-body, .bic-panel-distinct .ui-jqgrid tbody tr
{
    background-color:#f5f5f5;
    background-image: none;
}

.bic-panel-smallfont .panel-body
{
    font-size:12px;
}

.bic-panel-smallfont .panel-body input, 
.bic-panel-readonly .panel-body input,
.bic-panel-smallfont .panel-body .toggle-group label, 
.bic-panel-readonly .panel-body .toggle-group label,
.bic-panel-smallfont .panel-body select
{
    font-size:12px;
}

.bic-section-header
{
    margin-top: 20px;
    margin-bottom: 5px;
    cursor: pointer;
}

.bic-section-header .panel-heading
{
    position: relative;
    padding: 0 4px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: #000;
}

.bic-section-header .panel-heading .glyphicon
{
    margin-top: 3px;
}

.bic-section-header-link
{
    position: absolute;
    padding: 0 4px;
    top: 1px;
    left: 10px;
    color: #001577; 
    font-size: 13px;   
    z-index: 1; 
}

.bic-section-header-link:hover
{
    color: #000; 
    background-color: #FFF;   
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;  
}

.bic-sorting-docnotes
{
    margin-top: 10px;
    margin-bottom: 2px;
}

.bic-sorting-docnotes textarea
{
    color: #000;
    background-color: #FFF;
}

.bic-sorting-buttons
{
    margin: 0;
}

.bic-sorting-buttons button
{
    border: 1px solid #FFF;
}

.bic-sorting-buttons button.bic-selected-btn,
.bic-sorting-buttons button.bic-selected-btn:focus
{
    background-color: #001577;
    border: 1px solid #FFF;
    outline-width: 0px !important;
}

.bic-sorting-doc-area,
.bic-processing-doc-area
{
    position: relative;
    margin: 40px 40px 0 40px;
    border: 2px groove #000;
    min-height: 485px;
}

#DocumentBeingSorted,
#DocumentBeingProcessed
{
    text-align: center;
    overflow: hidden;
}

#DocumentBeingSorted img,
#DocumentBeingProcessed img
{
    max-width: 100%;
    max-height: 100%;
    cursor: zoom-in;
}

.bic-icon-flipped 
{
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

.bic-document-work-area
{
    padding: 5px 10px 5px 10px;
    margin: 0 5px 5px 0;
    background-color: #f39c12;
    color: #FFF;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px; 
}

.bic-shaded-panel
{
    padding: 10px;
    margin: 0 5px;
    background-color: #DDD;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;  
}

.bic-demographic-search-panel
{
    margin: 0 -10px 5px -10px;
    padding: 6px 0 1px 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;  
}

.bic-demographic-search-panel.bg-normal
{
    background-color: #DDD;
}

.bic-demographic-search-panel label
{
    color: #000;
    font-weight: bold;
}

/* Not used anywhere. Is this needed?
.bic-bic-employee-data
{
    margin-top: 20px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 11px;
}
*/


.bic-employee-data textarea
{
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
}

.bic-employee-data .panel-heading
{
    position: relative;
    padding: 0 4px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

.bic-employee-data .panel-heading .glyphicon
{
    margin-top: 3px;
}

.bic-employee-data .h3
{
    font-size:18px;
}

.bic-employee-data .control-label, 
.bic-employee-data .bic-readonly-field, 
.bic-employee-data .chosen-container,
.bic-employee-data .bic-grid .ui-jqgrid-view,
.bic-employee-data .bic-grid table thead th,
#OfferingConfigPlanDetails .control-label, 
#OfferingConfigPlanDetails .bic-readonly-field, 
#OfferingConfigPlanDetails .chosen-container,
#OfferingConfigPlanDetails .bic-grid .ui-jqgrid-view,
#OfferingConfigPlanDetails .bic-grid table thead th
{
    font-size:11px;
}

.bic-employee-data .chosen-container-single .chosen-single,
#OfferingConfigPlanDetails .chosen-container-single .chosen-single
{
    font-size: 11px;
    height: 22px;
    position: relative;
    top: 0px;
}

.bic-employee-data .toggle,
.bic-grid .toggle
{
    width: 60px !important;
    height: 25px !important;
}

#OfferingConfigPlanDetails .toggle
{
    height: 25px !important;
}

.bic-grid .toggle
{
    margin-top: -1px;
}

.bic-employee-data .toggle-group label,
.bic-grid .toggle-group label,
#OfferingConfigPlanDetails .toggle-group label
{
    font-size: 11px;
}

.bic-grid .toggle-group label
{
    top: -6px;
}

.bic-employee-data .toggle-group button,
.bic-grid .toggle-group button,
#OfferingConfigPlanDetails .toggle-group button
{
    margin-top: -4px !important;
}

.bic-employee-data .bic-grid table.ui-jqgrid-htable .ui-search-toolbar th input
{
    font-size:11px;
    padding: 3px 6px !important;
}

.bic-employee-data .bic-grid input:not([disabled]),
.bic-employee-data .bic-grid select:not([disabled])
{
    background-color: #FFF;
}

.bic-employee-data .form-control,
#OfferingConfigPlanDetails .form-control
{
    height:22px;
    padding: 3px 12px !important; 
    font-size:11px;
}

.bic-employee-data .form-control.inline-edit-cell,
.bic-employee-data tr.ui-row-ltr
{
    height:20px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.bic-employee-data tr.ui-row-ltr td
{
    padding-top: 2px !important;
}

.bic-employee-data .bic-date-field,
.bic-employee-data .bic-dob-field,
#OfferingConfigPlanDetails .bic-date-field
{
    height: 22px;
}

.bic-employee-data .bic-date-field .date,
.bic-employee-data .bic-dob-field .date,
#OfferingConfigPlanDetails .bic-date-field .date,
#OfferingConfigPlanDetails .bic-currency
{
    height: 24px;
}

.bic-employee-data .bic-date-field .input-group-addon,
.bic-employee-data .bic-dob-field .input-group-addon,
#OfferingConfigPlanDetails .bic-date-field .input-group-addon,
#OfferingConfigPlanDetails .bic-currency .input-group-addon
{
    height:12px;
    font-size: 13px;
}

#OfferingConfigPlanDetails .bic-currency .input-group-addon
{
    padding: 0 12px;
}

.bic-employee-alerts
{
    font-size: 13px;
    display:inline-block;
    overflow:hidden;
    width:100%;
    min-height:28px;
    padding: 6px 4px 4px 4px;
    -moz-box-shadow: 2px 2px 2px #888;
    -webkit-box-shadow: 2px 2px 2px #888;
    box-shadow: 2px 2px 2px #888;  
}
 
.bic-employee-alerts.label-danger
{
    -moz-box-shadow: 2px 2px 2px #800;
    -webkit-box-shadow: 2px 2px 2px #800;
    box-shadow: 2px 2px 2px #800;  
}

.bic-employee-alerts button, 
.bic-employee-alerts a.btn
{
    margin-left:5px;
    margin-top:-1px;
    font-size:11px;
    height:18px;
    padding-top:0;
}

.bic-employee-alerts .glyphicon-alert
{
    margin:-1px 5px 0 2px;
}

.bic-employee-alerts button span
{
    position:relative;
    top:-1px;
    padding:0 4px;
}

.bic-employee-data .chosen-container-single .chosen-single, 
.chosen-container-multi .chosen-choices
{
    font-size:11px;

}

.bic-employee-data .bic-xs-field
{
    width: 80px;
}

.bic-employee-data .bic-name-field
{
    display: inline-block;
    width: 47%;
}

.bic-employee-data .bic-sm-field
{
    width: 60%;
}

.bic-employee-data .bic-md-field
{
    width: 75%;
}

.bic-employee-data .bic-lg-field
{
    width: 95%;
}

.bic-employee-data .bic-lg-field-email
{
    width: 125%;
}

.bic-employee-data #EnrollmentPlanDetailsGridPager_left,
.bic-employee-data #ClientOfferingCurrentFutureDocumentsGridPager_left
{
    width:10px;
}

.bic-employee-data .btn-default:active,
.bic-employee-data .btn-default.active,
.bic-employee-data .open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #2c3e50;
  border-color: #2c3e50;
}

input.bic-required,
select.bic-required {
    background-color: #B2D3FF;
}

.bic-grid .bic-required > input,
.bic-grid .bic-required > select
{
    background-color: #B2D3FF !important;
}

.bic-compact-form .form-group
{
    margin-bottom: 5px;
}

.bic-validation-alert
{
    padding: 5px 20px;
    margin-bottom: 20px;
}

.bic-date-field,
.bic-dob-field
{
    height: 28px;
}

.bic-date-field .date,
.bic-dob-field .date
{
    height: 28px;
    width: 160px;
}

.bic-date-field .input-group-addon,
.bic-dob-field .input-group-addon
{
    padding: 2px 6px;
    color: #DDD;
    background-color: #2c3e50;
    top: -1px;
    position: relative;
    height: 30px;
}

.bic-label-online {
  background-color: mediumblue;
}

.bic-label-section125 {
  background-color: hotpink;
}

.bic-label-ineligible {
  background-color: yellow !important;
  color: #000;
}

.bic-label-courtordered {
    background-color: indigo;
}

.bootstrap-touchspin, .bootstrap-touchspin .input-group-btn, .bootstrap-touchspin .input-group-addon, .bootstrap-touchspin button, .bootstrap-touchspin input
{
    height: 28px !important;
    font-size: 15px !important;
}

    .bootstrap-touchspin button, .bootstrap-touchspin input, .bootstrap-touchspin .input-group-addon {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        font-size: 15px !important;
        min-width: 60px !important;
    }

.bic-currency
{
    height: 28px;
}

.bic-currency .input-group-addon
{
    padding: 2px 12px;
    color: #FFF;
    background-color: #2c3e50;
    top: -1px;
    position: relative;
    height: 30px;
}

.bic-percent
{
    height: 28px;
}

.bic-percent .input-group-addon
{
    padding: 2px 12px;
    color: #FFF;
    background-color: #2c3e50;
    top: -1px;
    position: relative;
    height: 30px;
}

.bic-readonly-field
{
    margin-top: 5px;
}

.bic-readonly-field-success {
    background-color: #18bc9c;
    font-size: 15px;
    padding: 6px, 6px, 6px, 6px;
    text-align: center;
}

.bic-readonly-field-danger {
    background-color: #e74c3c;
    color: white;
    font-size: 15px;
    padding: 6px, 6px, 6px, 6px;
    text-align: center;
}

.bic-readonly-field-warning {
    background-color: #f39c12;
    font-size: 15px;
    padding: 6px, 6px, 6px, 6px;
    text-align: center;
}

.form-horizontal .control-label
{
    text-align: left;
    padding-top: 5px;
}

.bic-xs-field
{
    width: 80px;
}

.bic-sm-field
{
    width: 120px;
}

.bic-md-field
{
    width: 160px;
}

.bic-lg-field
{
    width: 80%;
}

.bic-xl-field
{
    width: 100%;
}

.bic-protected-field button,
.bic-ssn-field button
{
    height: 22px;
    padding: 0px 4px;
}

.bic-protected-field button .glyphicon,
.bic-ssn-field button .glyphicon
{
    font-size: 11px !important;
    top: -1px !important;
}

.bic-protected-field input::-ms-reveal,
.bic-ssn-field input::-ms-reveal
{
    width : 0;
    height: 0;
}

.bic-ssn-readonly-field-btn
{
    font-size: 9px;
    padding: 0 2px;
    margin-left: 10px;
}

.bic-ssn-progress
{
    display:none;
    position:absolute;
    top:7px;
    left:0;
    z-index:2;
    width:60%;
    margin:0;
}

.bic-panel-heading-narrow
{
    margin-bottom: 10px;
}

.bic-panel-heading-narrow > .panel-heading
{
    padding: 2px 10px;
}

.bic-panel-heading-narrow > .panel-heading > h5
{
    padding: 0;
    margin: 0;
}

.bic-panel-heading-narrow > .panel-heading > h5 > .bg-danger
{
    margin: 0;
    padding: 0 7px 2px 2px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;  
}

#FundingApprovalDialog .toggle-group .btn
{
    line-height: normal;
}

.toggle
{
    margin-top: 0;
}

.toggle .toggle-handle
{
    padding-left: 7px;
    padding-right: 7px;
    right: 7px;    
    margin-top: -4px;
}

.toggle.off .toggle-handle
{
    left: 7px;
}

.toggle .toggle-handle:focus
{
    color: #ffffff;
    background-color: #ffffff;
    border-color: #ffffff;
    outline-style: dotted;
}



.form-group .toggle .toggle-handle
{
    margin-top: 0;
}

.label 
{
    font-size: 14px;
    display: inline-block;
}

.bic-empty-list
{
    font-style: italic;
    color: #c4c4c4;
}


.bic-back-page-title .glyphicon
{
    font-size: 20px;
}

.bic-back-page-title .h3
{
    margin-top: 0;
}

#bic-disable-screen
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*min-width: 5000px;*/
    min-height: 2000px;
    background-color: #000; 
    cursor: default;   
    z-index: 1000;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;     
}

.bic-disable-area
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000; 
    cursor: default;   
    z-index: 1000;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;     
}

.bic-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px; /* half width of the spinner gif */
    margin-top: -16.5px; /* half height of the spinner gif */
    text-align:center;
    z-index: 1005;
    overflow: auto;
    width: 31px; /* width of the spinner gif */
    height: 33px; /*hight of the spinner gif +2px to fix IE8 issue */
}


.bic-nav-top
{
    top: 0;
    z-index: 1000;
    margin: 0;
    padding: 0;
    height: 70px;
    width: 100%;
}

.bic-nav-top .navbar .nav .dropdown > a.dropdown-toggle:visited
{
    color: #FFFFFF;
}

.bic-nav-top .navbar .nav .dropdown a:hover, .bic-nav-top .navbar .nav .dropdown a:active
{
    color: #FFFFFF;
    background-color: #001577;
}

.input-xs {
    height: 25px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5; 
    border-radius: 3px;
}

.navbar {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;  
}

.bic-nav-top .navbar-default {
    margin: 0; 
    z-index: 1001;
    border: none;
    background-color:#7DAEEF;
}

.bic-nav-top .navbar-brand {
    padding: 6px 5px 0 5px;  
}

.bic-nav-top .navbar-inverse {
    min-height: 30px;
    background-size: contain;
    background: #002E62 url("../Images/header_bg.jpg") center center; 
}

@media (min-width: 768px) {
    .bic-nav-top .navbar-inverse {
        height: 30px;
    }
}

.bic-panel {
    border: 1px solid #C3002F;
    -moz-box-shadow: 2px 2px 2px #888;
    -webkit-box-shadow: 2px 2px 2px #888;
    box-shadow: 2px 2px 2px #888;  
}

.bic-panel .panel-heading {
    background-color: #C3002F;
}

.bic-panel .panel-heading h3 {
    color: #fff;
    font-weight: bold;
}

.bic-nav-top .breadcrumb {
    position: relative;
    top: -3px;
    background-color: transparent;
}

.bic-nav-top .breadcrumb .glyphicon
{
    padding-right: 5px;
}

.bic-nav-top .breadcrumb a {
    color: #7DAEEF;
    text-decoration: underline;
}

.bic-nav-top .breadcrumb a:hover, .bic-nav-top .breadcrumb a:active {
    color: #fff;
}

.bic-nav-top .breadcrumb .active {
    color: #fff;
    text-decoration: none;
}

.bic-nav-top .breadcrumb li {
    font-size: smaller;
    font-weight: bold;
}

#bic-quick-search
{
    position: relative;
    padding: 0;
}

#bic-quick-search .input-group
{
    position: absolute;
    top: 3px;
    right: -15px;
}

#bic-quick-search input
{
    background-color: transparent;
    color: #FFF;
    width: 60px;
}

#bic-quick-search .bic-search-results
{
    top: 46px;
    left: 20px;
    right: 20px;
}

.bic-msg,
.bic-msg-no-dismiss
{
    position: fixed;
    top: 1px;
    width: 75%;
    left: 50%;
    margin: 0 0 0 -37.5%;
    display: none;
    z-index: 6005 !important; /*Just needs to be greater than jQuery dialog's z-index of 1002*/
    border: 1px solid #333;
    -moz-box-shadow: 3px 3px 7px #333;
    -webkit-box-shadow: 3px 3px 7px #333;
    box-shadow: 3px 3px 7px #333;
}

#bic-autofade-msg
{
    height: 40px;
    width: 300px;
    top: 12px;
    font-size: 16px;
    margin-left: -150px;
    padding-top: 8px;
    text-align: center;
    border: 1px solid #128F76;
}

#roleDropdown {
    margin-top: 3px;
    padding-left: 14px;
}

#roleDropdownContainer > li > label
{
    color: #FFF; 
    margin-right: 8px; 
    font-size: 11px; 
    position: relative; 
    top: 3px;
}


@media (max-width: 768px) {
    .navbar-nav {
        margin: 0;
    }
}

@media (min-width: 768px) {
    #roleDropdown {
        margin-top: 5px;
        border: none;
    }
}

#roleDropdown .caret {
    margin-left: 8px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000000;
}

.bic-dashboard-menu-item
{
    margin-bottom: 5px;
}

.bic-dashboard-menu-item .panel
{
    border: 1px solid #3498db;
    background-color: #F4F4F4;
    margin: 5px 0;
}

.bic-dashboard-menu-item-white-bg .bic-dashboard-menu-item .panel
{
    background-color: #FFF;
}

.bic-dashboard-menu-item-green-bg .bic-dashboard-menu-item .panel
{
    background-color: #2c3e50; 
}

.bic-dashboard-menu-item-orange-bg .bic-dashboard-menu-item .panel
{
    background-color: #f39c12; 
}

.bic-dashboard-menu-item-green-bg .bic-dashboard-menu-item .panel .glyphicon,
.bic-dashboard-menu-item-green-bg .bic-dashboard-menu-item .panel .h3,
.bic-dashboard-menu-item-green-bg .bic-dashboard-menu-item .panel p,
.bic-dashboard-menu-item-orange-bg .bic-dashboard-menu-item .panel .glyphicon,
.bic-dashboard-menu-item-orange-bg .bic-dashboard-menu-item .panel .h3,
.bic-dashboard-menu-item-orange-bg .bic-dashboard-menu-item .panel p
{
    cursor: pointer;
    color: #FFF;
}

.bic-dashboard-menu-item .panel-body
{
    padding: 0px 10px;
}

.bic-dashboard-menu-item .panel:not(.disabled):hover
{
    border: 1px solid #001577;
    background-color: #7DAEEF;
}

.bic-dashboard-menu-item .panel .glyphicon
{
    color: #7DAEEF;
    font-size: 18px;
    padding: 5px;
}

.bic-dashboard-menu-item .panel:not(.disabled):hover .glyphicon
{
    color: #001577;
}

.bic-dashboard-menu-item .panel .h3
{
    color: #001577;
    font-size:18px;
    margin-top:5px;
    margin-left:5px;
}

.bic-dashboard-menu-item .panel:not(.disabled):hover .h3
{
    color: #d71c33;
}

.bic-dashboard-menu-item .panel p
{
    margin-top: 2px;
    color: #000;
    font-size: 12px;
}

.bic-dashboard-menu-item a .panel.disabled
{
    cursor: default;
}

.bic-list-item 
{
    cursor: pointer;
}

.bic-list-item:hover, .bic-list-item-selected
{
    border: 1px solid #002853;
    background-color: #F5FAFF;
}

.bic-permission-background 
{
    margin-bottom: 10px;
    background-color: #F5F5F5;
    background-repeat: no-repeat;
    background-position-x: 90%;
    background-position-y: center;
}

.bic-permission-background-dashboard
{
    background-image: url('../Images/dashboard.png');
}

.bic-permission-background-screen
{
    background-image: url('../Images/screen.png');
}

.bic-permission-background-allow
{
    background-image: url('../Images/key.png');
}

.form-horizontal .bic-view-only
{
    text-align: left;
    padding-top: 7px;
    margin-bottom: 0px;
}

#OfferingSelectionForm
{
    margin-top: 10px;
    background-color: #DDD;
    padding: 0 20px 10px 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; 
}

.bic-offering-config
{
    padding: 10px 5px 5px 10px;
    background-color: transparent;
    border: 1px solid transparent;
}

.bic-offering-config .plan-row-header
{
    position: relative;
    background-color: #001577;
    color: #FFF;
    margin-right: 25px;
    padding: 0 0 0 10px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;  
}

.bic-offering-config .plan-row-header .plan-row-indicator 
{
    position: absolute;
    top: -1px;
    right: -30px;
    font-size: 26px;
}

#OfferingSelectionForm .bic-offering-preview-key
{
    float: left;
    width: 600px;
    margin: 40px 0 0 60px;
}

#OfferingSelectionForm .bic-offering-config
{
    font-size: 11px;
    float: left;
    width: 100%;
    min-width: 595px;
    max-width: 800px;
}

.bic-offering-config .offering-footer
{
    padding-top: 10px;
    border-top: 2px solid #001577;
}

.bic-offering-config .offering-footer div
{
    text-align: center;
}

.bic-offering-config .offering-footer .glyphicon
{
    color: #001577;
    font-size: 16px;
}

.bic-offering-config .offering-footer .glyphicon-flash
{
    color: #000;
}

.bic-offering-config .level-select-col
{
    padding-top: 2px;
    font-weight: bold;
    text-align: center; 
    border-left: 1px solid #DDD;
}

#OfferingSelectionForm .level-select-col.vertical-restriction,
#OfferingSelectionForm .plan-level-col.vertical-restriction
{
    background-color: #f39c12;
}

.bic-offering-config .level-select-col .toggle-group label
{
    font-size: 13px;
}

.bic-offering-config .plan-level-col
{
    width: 125px;
    float: left;
}

#OfferingSelectionForm .bic-offering-config .plan-level-col
{
    width: 80px;
}

.bic-offering-config .plan-name-col
{
    width: 30%;
    max-width: 275px;
    min-width: 150px;
    float: left;
}

.bic-offering-config .emp-only-col,
.bic-offering-config .emp-one-col,
.bic-offering-config .emp-child-col,
.bic-offering-config .emp-family-col,
.bic-offering-config .emp-none-col
{
    border-left: 1px solid #F4F4F4;
    text-align: center;
}

.bic-offering-config .plan-level-cell
{
    min-height: 64px;  /*84*/
}

.bic-offering-config .plan-name-cell
{
    margin: 23px 0 0 10px;  /*33...*/
    font-weight: bold;
}

.bic-offering-config .plan-cell
{
    position: relative;
    display: inline-block;
    margin: 2px;
    height: 60px;  /*80*/
    min-width: 100px;
    max-width: 128px;
    cursor: pointer;
    border-color: #CCC;
    background-color: #FFF;
}

.bic-offering-preview-key .plan-cell
{
    position: relative;
    float: left;
    display: table-cell;
    margin: 2px;
    height: 50px;
    min-width: 90px;
    max-width: 90px;
    cursor: pointer;
    border-color: #CCC;
    background-color: #FFF;
}

.bic-offering-preview-key .col-xs-12
{
    margin-bottom: 20px;
}

.bic-offering-preview-key h3
{
    padding-top:0;
    margin-top:0;
    margin-bottom:20px;
}

.bic-offering-preview-key .preview-text
{
    float: left;
    margin-left: 20px;
    max-width: 80%;
}

#OfferingSelectionForm .bic-offering-config .plan-cell
{
    height: 50px;
    min-width: 75px;
    max-width: 75px;
}

#OfferingSelectionForm .bic-offering-config .plan-cell:focus
{
    outline: none;
}

#OfferingSelectionForm .bic-offering-config .plan-level-cell
{
    min-height: 54px;
}

#OfferingSelectionForm .bic-offering-config .plan-name-cell
{
    margin: 18px 0 0 10px;
    font-weight: bold;
}

.bic-offering-config .plan-cell.cell-complete,
.bic-offering-preview-key .plan-cell.cell-complete
{
    color: #FFF;
    border-color: #0D6B58;
    background-color: #18bc9c;
}

.bic-offering-config .plan-cell.cell-incomplete
{
    color: #FFF;
    border-color: #7F2921;
    background-color: #e74c3c;
}

.bic-offering-config .plan-cell.cell-disabled
{
    color: #000;
    border-color: #CCC;
    background-color: #777;
}

#OfferingConfigSelectRequirements .bic-offering-config .bic-div-autoelects .plan-cell.cell-complete
{
    color: #FFF;
    border-color: #2B2BFF;
    background-color: #2B2BFF;
}

#OfferingConfigSelectRequirements .bic-offering-config .bic-div-prerequisites .plan-cell.cell-complete
{
    color: #FFF;
    border-color: #000;
    background-color: #000;
}

#OfferingConfigSelectRequirements .bic-offering-config .bic-div-restrictions .plan-cell.cell-complete
{
    color: #FFF;
    border-color: #e74c3c;
    background-color: #e74c3c;
}

#OfferingSelectionForm .bic-offering-config .plan-cell.cell-disabled,
.bic-offering-preview-key .plan-cell.cell-disabled
{
    background-color: #AAA;
}

#OfferingPlanConfigSection .bic-offering-config .plan-cell:hover, 
#OfferingPlanConfigSection .bic-offering-config .plan-cell.cell-notstarted:hover, 
#OfferingPlanConfigSection .bic-offering-config .plan-cell.cell-complete:hover,
#OfferingPlanConfigSection .bic-offering-config .plan-cell.cell-incomplete:hover,
#OfferingPlanConfigSection .bic-offering-config .plan-cell.cell-disabled:hover,
#OfferingPlanConfigSection .bic-offering-config .plan-cell-selected,
#OfferingPlanConfigSection .bic-offering-config .plan-cell-selected.cell-notstarted, 
#OfferingPlanConfigSection .bic-offering-config .plan-cell-selected.cell-complete,
#OfferingPlanConfigSection .bic-offering-config .plan-cell-selected.cell-incomplete,
#OfferingPlanConfigSection .bic-offering-config .plan-cell-selected.cell-disabled
{
    background-color: #7DAEEF;
    border: 1px solid #1C65ED;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#OfferingSelectionForm .bic-offering-config .plan-cell:hover,
#OfferingSelectionForm .bic-offering-config .plan-cell.cell-disabled:hover,
#OfferingSelectionForm .bic-offering-config .plan-cell.cell-complete:hover
{
    background-color: #7DAEEF;
    border-color: #1C65ED;
}

#OfferingSelectionForm .bic-offering-config .plan-cell.cell-focused
{
    border: 1px dotted #2B2BFF;
    -moz-box-shadow: inset 0px 0px 1px 2px #2B2BFF;
    -webkit-box-shadow: inset 0px 0px 1px 2px #2B2BFF;
    box-shadow: inset 0px 0px 1px 2px #2B2BFF;
}

#OfferingPlanConfigSection .bic-offering-config .plan-cell-selected,
#OfferingPlanConfigSection .bic-offering-config .plan-cell-selected.cell-notstarted, 
#OfferingPlanConfigSection .bic-offering-config .plan-cell-selected.cell-complete,
#OfferingPlanConfigSection .bic-offering-config .plan-cell-selected.cell-incomplete,
#OfferingPlanConfigSection .bic-offering-config .plan-cell-selected.cell-disabled
{
    -moz-box-shadow: 3px 3px 3px 0 #777;
    -webkit-box-shadow: 3px 3px 3px 0 #777;
    box-shadow: 3px 3px 3px 0 #777;
}

#OfferingConfigSelectRequirements .bic-offering-config .plan-cell-current,
#OfferingConfigSelectRequirements .bic-offering-config .cell-disabled
{
    cursor: default;
}

#OfferingConfigSelectRequirements .bic-offering-config .plan-cell-current
{
    border-color: #1C65ED;
    -moz-box-shadow: 3px 3px 3px 0 #777;
    -webkit-box-shadow: 3px 3px 3px 0 #777;
    box-shadow: 3px 3px 3px 0 #777;
}

#OfferingSelectionForm .bic-offering-config .cell-unselectable,
.bic-offering-preview-key .cell-unselectable
{
    color: #FFF;
    background-color: #000;
    cursor: default;
}

#OfferingSelectionForm .bic-offering-config .plan-cell.cell-unselectable:hover
{
    background-color: #000;
}

#OfferingSelectionForm .bic-offering-config .cell-restricted,
.bic-offering-preview-key .cell-restricted
{
    color: #FFF;
    background-color: #e74c3c;
    cursor: default;
}

#OfferingSelectionForm .bic-offering-config .plan-cell.cell-restricted:hover
{
    background-color: #e74c3c;
}

#OfferingSelectionForm .bic-offering-config .cell-autoelected,
.bic-offering-preview-key .cell-autoelected
{
    color: #FFF;
    background-color: #2B2BFF;
    cursor: default;
}

#OfferingSelectionForm .bic-offering-config .plan-cell.cell-autoelected:hover
{
    background-color: #2B2BFF;
}


#OfferingConfigSelectRequirements .bic-offering-config .plan-cell-current
{
    background-color: #7DAEEF;
}

/*#OfferingConfigSelectRequirements .bic-offering-config .plan-cell:not(.plan-cell-current):hover
{
    background-color: #18bc9c;
}*/

.bic-offering-config .plan-cell .panel-body p,
.bic-offering-preview-key .plan-cell .panel-body p
{
    margin-top: 6px;  /*15*/
    text-align: center;
    font-weight: bold;
}

#OfferingSelectionForm .bic-offering-config .plan-cell .panel-body p,
.bic-offering-preview-key .plan-cell .panel-body p
{
    margin-top: 0px;
}

.bic-offering-config .plan-cell .cell-background,
.bic-offering-preview-key .plan-cell .cell-background
{
    position: absolute;
    top: 4px;
    left: 4px;
    font-size: 30px; 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20) ";
    filter: alpha(opacity=20) ;
    -moz-opacity:0.2 ;
    -khtml-opacity: 0.2 ;
    opacity: 0.2 ; 
}

.bic-offering-config .plan-cell .cell-icon,
.bic-offering-preview-key .plan-cell .cell-icon
{
    position: absolute;
    height: 20px;
    padding: 0 2px;
    color: #001577;
    /*background-color: #DDD;*/
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50) ";
    filter: alpha(opacity=50) ;
    -moz-opacity:0.5 ;
    -khtml-opacity: 0.5 ;
    opacity: 0.5 ; 
}

.bic-offering-config .plan-cell .cell-icon:hover
{
    background-color: #FFF;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100) ";
    filter: alpha(opacity=100) ;
    -moz-opacity:1 ;
    -khtml-opacity: 1 ;
    opacity: 1 ;
}

.bic-offering-config .plan-cell .cell-auto-enroll
{
    top: 2px;
    right: 2px;
    color: #000;
    background-color: transparent;
}

.bic-offering-config .plan-cell .cell-auto-enroll:hover
{
    background-color: transparent;
    cursor: default;
}

.bic-offering-config .plan-cell .cell-auto-elect
{
    bottom: 2px;
    left: 2px;
}

.bic-offering-config .plan-cell .cell-prerequisite
{
    bottom: 2px;
    left: 50%;
    margin-left: -7px;
}

.bic-offering-config .plan-cell .cell-restriction
{
    bottom: 2px;
    right: 2px;
}

#OfferingConfigPlanDetails
{
    min-height: 600px;
}

#PlanLevelLabel
{
    margin-left:5px;
    font-size:16px;
    padding:4px 10px;
    color:#FFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; 
}

.bic-plan-details
{
    margin-top: 13px;
    padding: 0 20px 0 20px;
}

.bic-plan-details h3
{
    padding: 0;
    margin: 0;
    text-align: center;
}

.bic-plan-details .details-panel
{
    margin-top: 10px;
    padding: 10px;
    background-color: #FFF;
    min-height: 400px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;  
}

#OfferingConfigSelectRequirements
{
    display: none;
    position: relative;
    z-index: 1001;
    background-color: #F4F4F4;
    padding: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;  
    border: 2px solid #2c3e50;
}

/*Person Search Screen*/
/*#PersonSearchForm
{
    margin: 0 2px 10px 2px;
    padding: 6px 6px 1px 6px;
    background-color: #CCC;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;  
}*/

/*#PersonSearchForm div.toggle
{
    margin-bottom: 5px;
}*/

/*#PersonSearchForm .toggle-group label
{
    font-size: 11px;
}
*/
/*#PersonSearchForm .chosen-container-single .chosen-single
{
    font-size: 11px;
    height: 22px;
    position: relative;
    top: 0px;
}*/

#PersonSearchWorkListTotal
{
    padding:4px 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;  
    background-color: transparent;
}

.bic-concurrency-warning
{
    width: 800px;
    background-color: yellow;
    border: 1px solid #000;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;  
}

/*jqGrid overrides begin*/
.bic-grid
{
    position: relative;
    width: 99.9%;
    padding: 0 4px 4px 0;
    font-size: 12px;
}

.bic-grid-toolbar
{
    margin-top: 20px;
    z-index: 1;
}

.bic-grid-search-highlight
{
    background-color: yellow !important;
}

.bic-grid-clear-filter
{
    display: none;
    position: absolute;
    top: 2px;
    left: -2px;
    color: #001577;
    font-size: 14px;
    cursor: pointer;
}

.bic-grid-clear-filter:hover
{
    color: #d71c33;
}

.bic-collpase-grid
{
    height: 14px;
    width: 100px;
    margin: 10px auto 30px auto;
    background-color: #CCC;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;  
}

.bic-address-form
{
    background-color: #CCC;
}


.bic-collpase-grid:hover
{
    background-color: #DDD;
}

.bic-collpase-grid p
{
    color: #555;
    margin: 0;
    padding: 0;
    font-size: 10px;
    cursor: pointer;
}

.bic-collpase-grid .glyphicon
{
    padding: 0 5px;
}

.bic-collpase-grid p:hover
{
    color: #d71c33;
}

.bic-grid-details-container
{
    display: none;
    position: relative;
}

.bic-grid-details-container .nav > li
{
    position: relative;
}

.bic-grid-details-container .nav > li > a
{
    height: 30px;
    padding-top: 5px;
}

.bic-grid-details-container .nav > li:not(.active) > a:hover, .bic-grid-details-container .nav > li:not(.active) > a:focus 
{
    color: #FFFFFF;
    background-color: #7DAEEF;
}

.bic-grid-details-container .bic-grid-details-container .nav > li.active a
{
    background-color: transparent;
    border: 0;
    color: #001577;
    font-weight: bold;
}

.bic-grid-details-container .bic-grid-details-container .bic-grid-details
{
    background-color: #CCC;
    border: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
}

.bic-grid-details
{
    border: 1px solid #2c3e50;
    padding: 20px;
}

.bic-grid .ui-jqgrid
{
    border: 0;
}

.bic-grid table thead th
{
    font-size: 14px;
    height: 24px;
    padding: 4px;
    background-color: transparent;
}

    .bic-grid table thead th:hover {
       /* color: #FFF;*/
        background-color: #B4CCED;
    }

.bic-grid .ui-jqgrid-pager
{
    color: #001577;
    background-color: transparent;
}

.bic-grid .ui-jqgrid table > tbody > tr
{
    cursor: pointer;
}

.bic-grid .ui-jqgrid-bdiv table > tbody
{
   background-color: #FFF;
}

.bic-grid .ui-jqgrid table > tbody > tr.active > td {
    background-color: #B2D3FF;
 
}

.bic-grid .ui-jqgrid .glyphicon
{
    top: auto;
    display: table-cell;
    font-size: 14px;
    cursor: pointer;
    padding: 0 4px 0 4px !important;
}

.bic-grid .ui-jqgrid .glyphicon:hover, .bic-grid .ui-jqgrid .ui-jqgrid table > tbody > tr.active .glyphicon-edit 
{
    color: #d71c33;
}

.bic-grid .ui-jqgrid button .glyphicon:hover 
{
    color: #CCCCCC;
}

.bic-grid .ui-jqgrid .glyphicon::before
{
    margin-left: 7px;
    margin-right: -7px;
}

.bic-grid .loading
{
    top: auto !important;
    left: 5px !important;
    bottom: 8px !important;
    border: none !important;
    background-color: transparent !important;
    background-image: url("../Images/ajax-grid-loader.gif") !important;
    background-position-x: 50% !important;
    background-position-y: 50% !important;
    background-repeat: no-repeat;
    width: 43px !important; 
    height: 11px; 
}

.bic-grid .s-ico
{
    display: inline-block;
    position: relative;
    top: -11px;
}

.bic-grid .s-ico .ui-grid-ico-sort
{
    min-width: 24px;
}

.bic-grid table.ui-search-table
{
    margin-top: 0;
}

.bic-grid table.ui-search-table th
{
    padding: 0;
}

.bic-grid table.ui-jqgrid-htable .ui-search-toolbar th
{
    background-image: none;
    background-color: #CCC;
    vertical-align: top;
    padding-top: 2px;
    padding-bottom: 2px;
}

.bic-grid .ui-jqgrid-view 
{
    font-size:13px;
}

/* to remove "clear" ("x") part in IE */
.bic-grid .ui-jqgrid .ui-search-table .ui-search-input>input::-ms-clear {
    display: none;
}

.bic-grid table.ui-jqgrid-htable .ui-search-toolbar th input
{
    font-size: 13px;
    font-weight: normal;
    color: #000;
    border: 1px solid #7DAEEF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;  
    padding: 0;
    height: 20px;
    width: 100%;
    margin-left: 1px;
}

.bic-grid table.ui-jqgrid-htable .ui-search-toolbar td.ui-search-input
{
    width: 100%;
    min-width: 60px;
    max-width: 200px;
}

.bic-grid tr.ui-search-toolbar td.ui-search-clear
{
    width: 100%;
    height: 22px;
}

.bic-grid tr.ui-search-toolbar td.ui-search-clear a
{
    float: left;
}

.bic-grid tr.ui-search-toolbar a
{
    text-decoration: none;
}

.bic-grid input.ui-pg-input { 
    width: auto;
    height: 18px;
    padding: 0 2px 2px 2px;
}

.bic-grid div.ui-jqgrid-view table.ui-jqgrid-btable {
    table-layout:auto;
}

.bic-grid div.ui-jqgrid-view table.ui-jqgrid-htable {
    table-layout:auto;
}

.bic-grid table tbody tr td[role=gridcell]
{
    padding: 0 6px 0 6px;
}

.bic-grid .bic-grid-wrapcontents
{
    white-space: normal !important;
}

.bic-grid .bic-grid-forcewrap
{
    word-wrap: break-word !important;
    max-width: 150px !important;
    text-overflow: ellipsis !important;
}

.bic-grid .ui-jqgrid .ui-jqgrid-htable th div 
{
    height:auto;
    overflow:hidden;
    padding-right:4px;
    padding-top:2px;
    position:relative;
    vertical-align:text-top;
    white-space:normal !important;
}

.bic-grid .ui-jqgrid .ui-pager-control .ui-pager-table td select
{
    min-width: 75px;
}

a.bic-disabled-menu-link,
a.bic-disabled-menu-link:visited ,
a.bic-disabled-menu-link:active,
a.bic-disabled-menu-link:hover {
    background-color:#d9d9d9 !important;
    color:#aaa !important;
}

/*Do not allow selections grid*/
.bic-grid.bic-noselect-grid .ui-jqgrid table > tbody > tr.active > td 
{
   background-color: transparent;
}

.bic-grid.bic-noselect-grid tr.danger, 
.bic-grid.bic-noselect-grid tr.success, 
.bic-grid.bic-noselect-grid tr.warning,
.bic-grid.bic-noselect-grid tr.danger a, 
.bic-grid.bic-noselect-grid tr.success a, 
.bic-grid.bic-noselect-grid tr.warning a,
.bic-grid.bic-noselect-grid tr.success > td,
.bic-grid.bic-noselect-grid tr.danger > td,
.bic-grid.bic-noselect-grid tr.warning > td 
{
    color: inherit !important;
    background-color: transparent !important;
}

.bic-grid.bic-noselect-grid .ui-jqgrid table > tbody > tr
{
    cursor: default;
}

/*Read only grid*/
.bic-grid.bic-readonly-grid .ui-jqgrid-bdiv table > tbody
{
    background-color: transparent;
}

.bic-grid.bic-readonly-grid .ui-jqgrid table > tbody > tr.active > td 
{
   background-color: transparent;
}

.bic-grid.bic-readonly-grid .ui-jqgrid table > tbody > tr
{
    cursor: default;
}

.bic-grid tr.bg-danger, .bic-grid tr.bg-success, .bic-grid tr.bg-warning,
.bic-grid tr.bg-danger a, .bic-grid tr.bg-success a, .bic-grid tr.bg-warning a
{
    color: #FFF;
}

.bic-grid tr.footrow
{
    background-color: #CCC;
}

.bic-grid tr.footrow td[role=gridcell]
{
    padding-left:3px;
    padding-right:3px;
}

/*jqgrid Subgrid*/
.bic-grid .ui-jqgrid .ui-sgcollapsed
{
    width: 32px;
    max-width: 32px;
}

.bic-grid .ui-jqgrid .ui-sgcollapsed a
{
    position: relative;
    top: 2px;
    left: -10px;
}

.bic-grid .ui-jqgrid .ui-subgrid .subgrid-cell .glyphicon-indent-left
{
    display: none;
}

.bic-grid .ui-jqgrid .ui-subgrid .subgrid-data
{
    padding: 0;
}

.bic-grid .ui-jqgrid .ui-subgrid .subgrid-data,
.bic-grid .ui-jqgrid .ui-subgrid .ui-jqgrid-view td,
.bic-grid .ui-jqgrid .ui-subgrid .ui-jqgrid-view th
{
    background-color: #D5DEEA !important;
}

.bic-grid .ui-jqgrid .ui-subgrid .ui-jqgrid-view tr.success > td 
{
   background-color: #7DAEEF !important;
}

.bic-grid .ui-jqgrid .ui-subgrid .ui-jqgrid-view th
{
    font-size: 13px;
    font-weight: normal;
}

.bic-employee-data .bic-grid .ui-jqgrid .ui-subgrid .ui-jqgrid-view th
{
    font-size: 11px;
}

/*Some grids do not need the header for the subgrid since they share it with the main grid. Add those here.*/
#collapseLoadErrors .bic-grid .ui-jqgrid .ui-subgrid .ui-jqgrid-hdiv
{
    display: none;
}


/*jqGrid overrides end*/

/*bootstrap overrides*/
.bootstrap-tagsinput .label
{
    font-size: 13px;
    line-height: 26px;
}

.bootstrap-tagsinput .tag .glyphicon-tag
{
    display: inline-block;
    margin-right: 4px;
    color: #CDE6F3;
}

.panel-info
{
    border-color: #7DAEEF;
}

.panel-info > .panel-heading, .btn-info, .info
{
    background-color: #7DAEEF !important;
    border-color: #7DAEEF !important;
}

.table > tbody > tr > td.success,  
.table > tbody > tr > th.success,  
.table > tbody > tr.success > td,  
.table > tbody > tr.success > th {
    background-color: #7DAEEF; 
    color: #FFFFFF; 
}

 

a {
    color: #353883;
    text-decoration: none;
}

a:hover, a:active {
    color: #d71c33;
}

.form-control {
    height: 28px;
    padding: 6px 12px;
}

.form-control, input {
    border: 0;
}

input::-ms-clear {
    display: none;
}

.dropdown-menu .divider-space {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
}

.dropdown-menu > li > a
{
    color: #000000;
    cursor: pointer;
}

.dropdown-header
{
    color: #001577;
    font-weight: bold;
    font-size: 14px;
    border-top: #F4F4F4 1px solid;
    border-bottom: #F4F4F4 1px solid;
    padding-left: 6px;
}

.breadcrumb {
    margin-bottom: 0;
}
/*bootstrap overrides end*/


/*Chosen overrides*/
.chosen-container-single .chosen-single, .chosen-container-multi .chosen-choices
{
    border: 0;
    background: none;
    background-color: #E4E4E4;
    height: 28px;
    padding: 4px 12px 6px 12px;
    font-size: 15px;
    width: 80%;
    color: #2c3e50;
    box-shadow: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;  
    line-height: 1.42857143;
}

.bic-required .chosen-container-single .chosen-single, .bic-required .chosen-container-multi .chosen-choices {
    background-color: #B2D3FF;
}

.chosen-container-multi .chosen-choices li.search-choice
{
    background-image: none;
    background-color: #FFF;
    border-color: #FFF;
}

.chosen-container-active a
{
    outline-color: #2c3e50 !important;
    outline-offset: 0 !important;
    outline-style: inset !important;
    outline-width: 1px !important;
}
/*Chose overrides end*/

/*Bootstrap Dialog overrides*/
.bootstrap-dialog.type-success .modal-header {
    background-color: #18bc9c;
}

.bootstrap-dialog.type-warning .modal-header {
    background-color: #f39c12;
}

/*Calendar*/
.bic-calendar {
    display: inline-grid;
    border-collapse: collapse;
    background-color: #FFF;
    /*width: 19%;
    max-width: 410px;
    min-width: 310px;*/
    width: 310px;
    height: 276px;
    margin: 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

    .bic-calendar .bic-calendar-month {
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        height: 30px;
        padding-top: 3px;
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
    }

    .bic-calendar .bic-calendar-celltext {
        position: relative;
        display: inline-block;
        font-size: 16px;
        height: 100%;
        width: 100%;
        padding-top: 5px;
    }

    .bic-calendar .bic-calendar-cell,
    .bic-calendar-key .bic-calendar-cell {
        position: relative;
        display: table-cell;
        float: left;
        width: 37px;
        height: 37px;
        text-align: center;
        margin: 2px;
        cursor: pointer;
    }

    .bic-calendar .bic-calendar-cell-blank {
        background-color: #FFF;
        cursor: default;
    }

    .bic-calendar .bic-calendar-cell-futurenotenrolled,
    .bic-calendar-key .bic-calendar-cell-futurenotenrolled {
        background-color: #EEE;
        cursor: default;
    }

    .bic-calendar .bic-calendar-cell-paid,
    .bic-calendar-key .bic-calendar-cell-paid {
        background-color: #DBF6E1;
    }

    .bic-calendar .bic-calendar-cell-notpaid,
    .bic-calendar-key .bic-calendar-cell-notpaid,
    .bic_dialog_selectPeriod .bic-selectperiod_desc .bic-calendar-cell-notpaid {
        background-color: #F2E6E7;
    }

    .bic-calendar .bic-calendar-cell-notreconciled,
    .bic-calendar-key .bic-calendar-cell-notreconciled,
    .bic_dialog_selectPeriod .bic-selectperiod_desc .bic-calendar-cell-notreconciled {
        background-color: #FFF8D4;
    }

    .bic-calendar .bic-calendar-cell.bic-calendar-cell-futurenotenrolled.bic-calendar-cell-unselectable,
    .bic-calendar .bic-calendar-cell.bic-calendar-cell-paid.bic-calendar-cell-unselectable,
    .bic-calendar .bic-calendar-cell.bic-calendar-cell-notpaid.bic-calendar-cell-unselectable,
    .bic-calendar .bic-calendar-cell.bic-calendar-cell-notreconciled.bic-calendar-cell-unselectable {
        /*        background-color: white;*/
        cursor: default;
    }

    .bic-calendar .bic-calendar-cell-current .bic-calendar-celltext,
    .bic-calendar-key .bic-calendar-cell-current .bic-calendar-celltext {
        color: var(--BiC-Blue);
        background-color: #DFE1F6;
    }


    .bic-calendar .bic-calendar-cell-coveragechange .bic-calendar-celltext {
        position: relative;
        font-weight: bolder;
        color: var(--BiC-Blue);
        z-index: 2;
        border-color: var(--BiC-Blue);
        border-width: 1px;
        border-style: solid;
        border-radius: 50%;
    }

    .bic-calendar .bic-calendar-cell-coveragechangebg,
    .bic-calendar-key .bic-calendar-cell-coveragechangebg {
        position: absolute;
        top: 2px;
        left: 7px;
        font-size: 28px;
        color: #000;
        z-index: 1;
    }

    .bic-calendar .bic-calendar-weekday {
        font-size: 11px;
        cursor: default;
    }

    .bic-calendar .bic-period,
    .bic-calendar-key .bic-period {
        position: absolute;
        bottom: 0px;
        height: 6px;
        left: -5px;
        right: -5px;
        -moz-box-shadow: 0px 1px #555;
        -webkit-box-shadow: 0px 1px #555;
        box-shadow: 0px 1px #555;
        z-index: 2;
    }

    .bic-calendar .bic-period-begin,
    .bic-calendar-key .bic-period-begin {
        left: 50%;
        border-radius: 20px 0 0 20px;
        -webkit-border-radius: 20px 0 0 20px;
        -moz-border-radius: 20px 0 0 20px;
    }

    .bic-calendar .bic-period-end,
    .bic-calendar-key .bic-period-end {
        right: 50%;
        border-radius: 0 20px 20px 0;
        -webkit-border-radius: 0 20px 20px 0;
        -moz-border-radius: 0 20px 20px 0;
    }

    .bic-calendar .bic-period-notpaid,
    .bic-calendar-key .bic-period-notpaid {
        background-color: #d9272f;
    }

    .bic-calendar .bic-period-directpay,
    .bic-calendar-key .bic-period-directpay {
        background-color: #FBC02D;
    }

    .bic-calendar .bic-period-paid,
    .bic-calendar-key .bic-period-paid {
        background-color: #2E7D32;
    }

    .bic-calendar .bic-period-notreconciled,
    .bic-calendar-key .bic-period-notreconciled {
        background-color: #FFA726;
    }

    .bic-calendar .bic-calendar-period-mouseover {
        background-color: #7DAEEF;
    }

    .bic-calendar .bic-calendar-period-selected {
        background-color: #99CCEF;
    }

/*End Calendar*/

/*BIC Table*/
.bic-table thead tr th,
.bic-table tbody tr td
{
    padding: 4px;
}

.disableddialog {
    pointer-events: none;
    opacity: 0.8;
}
.astext {
    background:none;
    border:none;
    margin:0;
    padding:0;
    cursor: pointer;
}

.search-grid-txt {
    background-color: transparent !important;
    border: 1px solid #DDDDDD;
}
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */.lSSlideWrapper,.lSSlideWrapper .lSFade{position:relative}.lSSlideWrapper .lSSlide,.lSSlideWrapper.usingCss .lSFade>*{-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important;-webkit-transition-duration:inherit!important;transition-duration:inherit!important}.lSSlideOuter,.lSSlideOuter .lSPager.lSGallery{-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none;-webkit-user-select:none}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideWrapper>.lightSlider:after{clear:both}.lSSlideOuter{overflow:hidden;user-select:none}.lightSlider:after,.lightSlider:before{content:" ";display:table}.lightSlider{overflow:hidden;margin:0}.lSSlideWrapper{max-width:100%;overflow:hidden}.lSSlideWrapper .lSSlide{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transition:all 1s;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform,height;transition-property:transform,height}.lSSlideWrapper .lSFade>*{position:absolute!important;top:0;left:0;z-index:9;margin-right:0;width:100%}.lSSlideWrapper.usingCss .lSFade>*{opacity:0;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-property:opacity;transition-property:opacity}.lSSlideWrapper .lSFade>.active{z-index:10}.lSSlideWrapper.usingCss .lSFade>.active{opacity:1}.lSSlideOuter .lSPager.lSpg{margin:10px 0 0;padding:0;text-align:center}.lSSlideOuter .lSPager.lSpg>li{cursor:pointer;display:inline-block;padding:0 5px}.lSSlideOuter .lSPager.lSpg>li a{background-color:#222;border-radius:30px;display:inline-block;height:8px;overflow:hidden;text-indent:-999em;width:8px;position:relative;z-index:99;-webkit-transition:all .5s linear 0s;transition:all .5s linear 0s}.lSSlideOuter .lSPager.lSpg>li.active a,.lSSlideOuter .lSPager.lSpg>li:hover a{background-color:#428bca}.lSSlideOuter .media{opacity:.8}.lSSlideOuter .media.active{opacity:1}.lSSlideOuter .lSPager.lSGallery{list-style:none;padding-left:0;margin:0;overflow:hidden;transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;user-select:none}.lSSlideOuter .lSPager.lSGallery li{overflow:hidden;-webkit-transition:border-radius .12s linear 0s .35s linear 0s;transition:border-radius .12s linear 0s .35s linear 0s}.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover{border-radius:5px}.lSSlideOuter .lSPager.lSGallery img{display:block;height:auto;max-width:100%}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideOuter .lSPager.lSGallery:before{content:" ";display:table}.lSAction>a{width:32px;display:block;top:50%;height:32px;background-image:url(../img/controls.png);cursor:pointer;position:absolute;z-index:99;margin-top:-16px;opacity:.5;-webkit-transition:opacity .35s linear 0s;transition:opacity .35s linear 0s}.lSAction>a:hover{opacity:1}.lSAction>.lSPrev{background-position:0 0;left:10px}.lSAction>.lSNext{background-position:-32px 0;right:10px}.lSAction>a.disabled{pointer-events:none}.cS-hidden{height:1px;opacity:0;filter:alpha(opacity=0);overflow:hidden}.lSSlideOuter.vertical{position:relative}.lSSlideOuter.vertical.noPager{padding-right:0!important}.lSSlideOuter.vertical .lSGallery{position:absolute!important;right:0;top:0}.lSSlideOuter.vertical .lightSlider>*{width:100%!important;max-width:none!important}.lSSlideOuter.vertical .lSAction>a{left:50%;margin-left:-14px;margin-top:0}.lSSlideOuter.vertical .lSAction>.lSNext{background-position:31px -31px;bottom:10px;top:auto}.lSSlideOuter.vertical .lSAction>.lSPrev{background-position:0 -31px;bottom:auto;top:10px}.lSSlideOuter.lSrtl{direction:rtl}.lSSlideOuter .lSPager,.lSSlideOuter .lightSlider{padding-left:0;list-style:none}.lSSlideOuter.lSrtl .lSPager,.lSSlideOuter.lSrtl .lightSlider{padding-right:0}.lSSlideOuter .lSGallery li,.lSSlideOuter .lightSlider>*{float:left}.lSSlideOuter.lSrtl .lSGallery li,.lSSlideOuter.lSrtl .lightSlider>*{float:right!important}@-webkit-keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@-webkit-keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@-webkit-keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@-webkit-keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}@keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}.lSSlideOuter .rightEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lSSlideOuter .leftEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.vertical .rightEnd{-webkit-animation:topEnd .3s;animation:topEnd .3s;position:relative}.lSSlideOuter.vertical .leftEnd{-webkit-animation:bottomEnd .3s;animation:bottomEnd .3s;position:relative}.lSSlideOuter.lSrtl .rightEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.lSrtl .leftEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lightSlider.lsGrab>*{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lightSlider.lsGrabbing>*{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}
