@charset "UTF-8";
body {
    margin: 0;
    font-family: 'open-sans' !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #efefef;
}
p{
	margin-bottom: 0px;
}

@font-face {
  font-family: 'open-sans';
  src: url('../fonts/OpenSansRegular/OpenSans-Regular.eot');
  src: url('../fonts/OpenSansRegular/OpenSans-Regular.eot') format('embedded-opentype'), url('../fonts/OpenSansRegular/OpenSans-Regular.woff2') format('woff2'), url('../fonts/OpenSansRegular/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSansRegular/OpenSans-Regular.ttf') format('truetype'), url('../fonts/OpenSansRegular/OpenSans-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.navbar {
	border-width: 100px;
	padding: 7px;
}

.navbar .nav-link:hover, .navbar .nav-link:focus {
	background-color: #fff;
	color: #007bb6;
}

.navbar-brand {
	padding: 11px 11px 11px 0px;
	margin-right: 0px;
}

.navbar-brand img {
	width: 138px;
	float: left;
	height: 30px;
}

.navbar-light .navbar-nav .nav-link{
	color:#ffffff;
	font-size: 14px;
	padding: 0.9rem 1rem;
}
.navbar-right.utility_nav li {
	float: right;
	padding: 6px 0px 6px 0px;
}

.navbar-right.utility_nav li:last-child a {
	padding-right: 8px;
}

.navbar-right.utility_nav a {
	float: left;
	padding: 8px;
	font-size: 14px;
}

.navbar-right.utility_nav a:hover {
	text-decoration: none !important;
}

.navbar-dashboard {
  /*li.user_li a{
        border-right: 1px solid #d3d3d3;
    }*/;
}

.navbar-dashboard .logo_text {
	color: #ffffff;
	padding: 0 0 0 6px;
}

.navbar-dashboard .utility-text {
	color: #ffffff;
	text-decoration: none !important;
}

.navbar-dashboard .utility-text a {
	color: #ffffff;
	padding: 15px !important;
}

.navbar-dashboard .utility-icon {
	color: #ffffff;
}

.navbar-dashboard li:hover .utility-text, .navbar-dashboard li:hover .utility-icon {
	color: #007bb6 !important;
	text-decoration: none !important;
}

.navbar-dashboard li:hover {
	background-color: #ffffff !important;
}

/*li.user_li a {
    border-right: 1px solid #d3d3d3;
}*/
li.user_li {
	position: relative;
}

.navbar-search-group .input-group-append {
	background-color: #ffffff;
	border: 1px solid #333333;
	display: flex;
}

.navbar-search-group .input-group-append a {
	align-self: center;
}

.logo_text {
	color: #333333;
	float: left;
	font-size: 18px;
	margin-top: 0px;
	max-height: 45px;
	padding: 0px 0 0px 15px;
	vertical-align: middle;
	line-height: 30px;
}

.logo_text_client {
	margin-left: 0px;
	padding-left: 15px;
}

.logo_text_icon {
	padding-left: 18px;
}

.logo_text_icon i {
	font-weight: bold;
	font-size: 16px;
}

.utility-text {
	color: #007bb6;
	margin: 0px 8px;
}
.utility-icon{
	color:#007bb6;
}

.body-content.white_bg {
	min-height: 700px;
	padding-top: 15px;
}

.white_bg {
	background: #ffffff;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* Footer styles */
footer {
  /*background-image: url(../../images/br-footer.svg);
    background-size: cover;*/
	padding: 10px 0px 10px 0px;
	width: 100%;
	background-color: #00587e;
}

.footerLinks {
	border-bottom: 1px solid #eeeeee;
	float: left;
	padding-bottom: 5px;
	width: 100%;
}

.footer_title {
	color: #ffffff;
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	width: auto;
}

.footerLinks ul {
	float: right;
	margin: 0;
	padding: 0;
}

.footerLinks ul li {
	float: left;
	list-style-type: none;
}

.footerLinks ul li a {
	border-right: 1px solid #eee;
	color: #ffffff;
	margin: 0;
	padding: 0 15px;
	font-size: 14px;
}

.footerLinks ul li:last-child > a {
	border-right: medium none;
	padding-right: 0;
}

.copyRight {
	color: #fff;
	float: left;
	font-size: 12px;
	margin: 5px 0 0 0;
	text-align: left;
	width: 98%;
}

.PageTitle {
	border-bottom: 2px solid #d1d1d1;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px 0px;
	width: 100%;
}

.br_blue_background {
	background: url("../images/menu_bg.jpg");
	background-color: #007bb6;
	background-position: top;
	background-size: cover;
	position: relative;
	min-height: 25px;
}

.br_blue_background .sr-only-focusable:focus {
	color: #ffffff;
}

i.icon-arrows-log-out.icon-style {
	padding-top: 3px;
	float: left;
}

.icon-ui-search {
	font-size: 15px;
}

.icon-business-contact {
	font-size: 20px;
}

.utility-text {
	line-height: 24px;
}

.utility-text i.users_single-02 {
	top: 0px;
	position: relative;
	padding-right: 4px;
	padding-left: 4px;
}

.utility-text i.media-1_button-power {
	top: 4px;
	position: relative;
	padding-right: 4px;
	padding-left: 4px;
}

.navbar-form.navbar-right {
	margin-top: 5px;
	margin-bottom: 5px;
}

#header-util-nav li a:hover, #header-util-nav li a:hover i {
	color: #00578e !important;
}

div#header-util-nav ul li a {
	padding-top: 12px;
	padding-bottom: 12px;
}

input.form-control {
	box-shadow: none;
}

.btn-primary:hover {
	background-color: #00578e;
}

.padding_bottom {
	padding-bottom: 15px;
}

.dataTables_filter {
	float: left !important;
	margin-bottom: 15px;
}

.dataTables_filter .input-sm {
	border-radius: 2px !important;
	font-size: 14px;
	height: 35px !important;
}

.action_button {
	font-size: 16px;
}

.action_button:focus {
	border: 1px solid #37beff;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 182, 0.25) !important;
}

table.dataTable {
	width: 100% !important;
}

table.dataTable thead .sorting:after {
	content: "\eae9" !important;
	font-family: "Nucleo Glyph" !important;
	transform: rotate(90deg) !important;
}

table.dataTable thead .sorting_asc:after {
	content: "\eb21" !important;
	font-family: "Nucleo Glyph" !important;
	color: #007bb6;
	opacity: 1 !important;
}

table.dataTable thead .sorting_desc:after {
	content: "\eb28" !important;
	font-family: "Nucleo Glyph" !important;
	color: #007bb6;
	opacity: 1 !important;
}

table.dataTable th {
	font-size: 16px;
}

.modal-header {
	background-color: #007bb6;
	color: #ffffff;
}

.close {
	opacity: 1;
}

.close:hover, .close:focus {
	opacity: 0.8;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background-color: #007bb6 !important;
	color: #ffffff !important;
	border: 1px solid #ffffff !important;
	border-radius: 0px;
}

.nav-tabs > li > a {
	border: 1px solid #007bb6;
	border-radius: 0px;
	font-weight: bold;
	padding: .75rem 4rem;
	font-size: 14px;
	background-color: #ffffff;
	color: #007bb6;
	margin-right: 0px;
}

.nav-tabs > li > a:hover {
	background-color: #ffffff;
	color: #007bb6;
	border: 1px solid #007bb6 !important;
}

.nav-tabs > li > a:focus {
	background-color: #007bb6;
	color: #ffffff;
}

.nav-tabs {
	border-bottom: none;
}

.tab-pane {
	padding-top: 15px;
}


textarea {
	resize: none;
}

.modal-textarea {
	resize: none;
	border: none;
	box-shadow: none !important;
	border-top: 1px solid #ccc;
	margin-top: 15px;
	padding-left: 0px;
	padding-right: 0px;
}

.modal-textarea:active, .modal-textarea:focus {
	border-top: 1px solid #ccc;
}

.add_checkbox_button .ui-1_check-square-11 {
	margin-left: 5px;
}

.well {
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) !important;
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) !important;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) !important;
}

hr {
	border-color: #ccc;
}

.PageTitle h1 {
	color: #333333;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 38px;
	
}

.calendar-icon {
	position: absolute;
	top: 9px;
	right: 11px;
	border: 0;
	padding: 0;
	color: #007bb6;
	z-index: 9;
}

.dropdown_td {
	width: 58px;
	float: left;
	position: relative;
}

.dropdown_td select {
	width: 55px;
	border-color: #cccccc;
	border-right: none;
	height: 26px;
}

.dropdown_td + span {
	border: 1px solid #cccccc;
	padding: 0 6px 0px 6px;
	border-left: none;
	margin-left: -3px;
	font-style: italic;
	color: #666;
	height: 26px !important;
	float: left;
}

.dropdown_td:after {
	content: "\eb15";
	font-family: "Nucleo Glyph";
	font-size: 20px;
	color: #007bb6;
	right: 3px;
	top: -2px;
	padding: 0 0 2px;
	position: absolute;
	pointer-events: none;
}

.dropdown_td:before {
	content: '';
	right: 4px;
	top: 0px;
	width: 23px;
	height: 18px;
	position: absolute;
	pointer-events: none;
	display: block;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	select {
		padding-right: 18px;
		padding-left: 6px;
	}
}

@media screen and (min-width: 0\0) {
	.dropdown_div:after {
		content: " ";
	}

	.datepicker-icon-div:after {
		content: " ";
	}
}



.datepicker-icon-div {
	position: relative;
}

.datepicker-icon-div:after {
	content: "\ed39";
	font-family: "Nucleo Glyph";
	font-size: 20px;
	color: #007bb6;
	right: 8px;
	top: 3px;
	padding: 0 0 2px;
	position: absolute;
	pointer-events: none;
}

.datepicker-icon-div:before {
	content: '';
	right: 4px;
	top: 0px;
	width: 23px;
	height: 18px;
	position: absolute;
	pointer-events: none;
	display: block;
}

.dataTables_filter {
	position: relative;
}

.dataTables_filter:after {
	content: "\ed8c";
	font-family: "Nucleo Glyph";
	font-size: 18px;
	font-weight: bold;
	color: #007bb6;
	right: 8px;
	top: 4px;
	padding: 0 0 2px;
	position: absolute;
	pointer-events: none;
}

.dataTables_filter:before {
	content: '';
	right: 4px;
	top: 0px;
	width: 23px;
	height: 18px;
	position: absolute;
	pointer-events: none;
	display: block;
}

label {
	font-weight: normal;
}

label.control-label {
	font-weight: bold;
}

select option {
	color: #333333;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
	background-color: #fbfbfb !important;
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after, table.dataTable tbody th.select-checkbox:before, table.dataTable tbody th.select-checkbox:after {
	display: block;
	position: absolute;
	top: 1.2em;
	left: 50%;
	width: 20px !important;
	height: 20px !important;
	box-sizing: border-box;
}

table.dataTable tbody td.select-checkbox:before {
	content: ' ';
	margin-top: -6px;
	margin-left: -6px;
	border: 1px solid #cccccc !important;
	border-radius: 13px !important;
}

table.dataTable tbody .selected td.select-checkbox:before {
	border: 1px solid #007bb6 !important;
}

table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
	content: '\e829' !important;
	font-family: "Nucleo Glyph" !important;
	margin-top: -8px !important;
	margin-left: -6px !important;
	text-align: center;
	color: #007bb6 !important;
	text-shadow: none !important;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover td.select-checkbox:before {
	border: 1px solid #007bb6 !important;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
	background-color: #B2D7E9 !important;
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after, table.dataTable tbody th.select-checkbox:before, table.dataTable tbody th.select-checkbox:after {
	top: 47% !important;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
	background-color: #B2D7E9 !important;
}

table.dataTable.hover tbody tr:hover a, table.dataTable.display tbody tr:hover a {
	color: #00578e;
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
	background-color: unset !important;
}

table.dataTable.display tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1, table.dataTable.display tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
	background-color: unset !important;
}

.btn + .btn, .modal-footer .btn + .btn {
	margin-left: 8px;
}

.accordion .card-header:after {
	font-family: "Nucleo Glyph";
	content: "\eb03";
	float: right;
	color: #007bb6;
	font-size: 18px;
	font-weight: bold;
}

.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
	content: "\eb00";
}

.card-header {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
}

.card-body .list-group-item:first-child, .card-body .list-group-item:last-child {
	border-radius: 0px;
}

.card-body .list-group-item {
	border-width: 0px 0px 1px 0px;
	margin-bottom: 0px;
	padding-left: 30px;
}

.card-header {
	cursor: pointer;
}

.card-header:hover, .card-header:focus {
	text-decoration: none;
	color: #007bb6;
}

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th.prev, .bootstrap-datetimepicker-widget table th.next {
	height: 40px !important;
	width: 54px !important;
}

.btn-xs {
	padding: 1px;
	width: 25px;
	height: 25px;
}

.card {
	margin-bottom: 6px;
	overflow: visible;
}

.card-header {
	cursor: pointer;
	background-color: #007bb6 !important;
	color: #ffffff;
}

.card-header:hover, .card-header:focus {
	background-color: #00578e !important;
	color: #ffffff;
}

.card-header:after {
	color: #ffffff;
}

.nav-divider {
	border-right: 1px solid #d3d3d3;
	width: 0px;
	height: 20px;
	position: absolute;
	right: 0px;
	top: 16px;
	padding-left: 5px;
	line-height: 40px;
}

ul.accordion {
	margin: 0px;
	padding: 0px;
}

.navbar-toggler .users_single-03 {
	color: #007bb6;
}

.navbar-dashboard .navbar-toggler {
	border-color: #d3d3d3;
}

.navbar-dashboard .navbar-toggler .users_single-03 {
	color: #ffffff;
}

@media screen and (max-width: 1199px) {
	.modal.right.fade.show .modal-dialog {
		max-width: 70%;
	}
}

@media screen and (max-width: 767px) {
	.navbar-dashboard .nav-divider {
		display: none;
	}

	.navbar-dashboard .navbar {
		margin: 0px -30px;
	}

	.navbar-dashboard .navbar .navbar-brand {
		padding: 11px 15px;
	}

	.navbar-dashboard .navbar .navbar-brand img {
		margin-bottom: 8px;
	}

	.navbar-dashboard .navbar-toggler {
		position: absolute;
		right: 12px;
		top: 13px;
	}

	.layout_header {
		margin: 0px -15px;
	}

	.layout_header .nav-divider {
		display: none;
	}

	.layout_header .navbar-brand {
		padding: 11px 15px;
	}

	.layout_header .navbar-brand img {
		margin-bottom: 9px;
	}

	.layout_header .navbar-toggler {
		position: absolute;
		right: 12px;
		top: 13px;
	}

	.logout_li a {
		direction: rtl;
	}

	.utility_nav li a {
		width: 100%;
	}

	.mobile-nav-padding {
		padding: 0px 15px !important;
	}

	.modal.right.fade.show .modal-dialog {
		max-width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.add_button {
		top: 8px;
	}
}

@media screen and (max-width: 460px) {
	.navbar-dashboard .logo_text {
		padding: 0px;
	}

	.navbar-dashboard .navbar-brand {
		display: flex;
		flex-direction: column;
	}

	.layout_header .logo_text {
		padding: 0px;
	}

	.layout_header .navbar-brand {
		display: flex;
		flex-direction: column;
	}

	.flyout-link {
		position: static;
	}
}

hr {
	margin-top: 0;
}

.page-title h4 {
	font-weight: bold;
	font-size: 1.5rem;
}
.dropdown_div {
	position: relative;
}
.dropdown_div select{
	padding-right: 25px;
}
.dropdown_div:before {
	content: '';
	right: 95px;
	top: 0;
	width: 23px;
	height: 52px;
	position: absolute;
	pointer-events: none;
	display: block;
}

.dropdown_div:after {
	content: "";
	font-family: "Nucleo Glyph";
	font-size: 20px;
	color: #007bb6;
	/*right: 5px;
	top: 4px;
	padding: 0 0 2px;
	padding-bottom: 2px;*/
	position: absolute;
	pointer-events: none;
	margin-left: -28px;
	margin-top: 2px;
}

.language-selector .dropdown_div {
	margin-left: 5px;
}

.language-selector .dropdown_div:after {
	margin-top: -1px;
	margin-left: -23px;
}
.language-selector .dropdown_div:ie-after {
	margin-top: -1px;
	margin-left: -23px;
}
.language-selector select:after {
    content: "\ead7";
    font-size: 12px;
}
.language-selector select:ie-after {
    content: "\ead7";
    font-size: 12px;
}
.language-selector select{
	/*border:none;*/
	width:auto !important;
	border: 1px #bbb solid;
}
.language-selector.form-group.form-inline{
	margin:0px;
	padding:0px;
}
.container{
	max-width:1366px !important;
}

@media screen and (max-width:1365px)
{
	.container{
		max-width:1271px !important;
	}
}
@media screen and (max-width:1270px)
{
	.container{
		max-width:1170px !important;
	}
}
@media screen and (max-width:1170px)
{
	.container{
		max-width:992px !important;
	}
}
@media screen and (max-width:991px)
{
	.container{
		max-width:769px !important;
	}
}
@media screen and (max-width:768px)
{
	.container{
		max-width:100% !important;
	}
}
.card{
	border-radius:0px;
}
.card-header{
	padding: 8px 15px;
	font-size: 15px;
	font-weight: normal;
	border-radius:0px !important;
}
.card-header i{
	margin-right: 8px;
}
.card-primary{
	border:1px solid #007bb6;
}
.form-control{
	border:1px solid #222222;
	border-radius:0px;
}
.btn{
	border-radius:0px;
}
.btn-primary, .btn-primary:active{
	background-color:#007bb6 !important;
	border-color:#007bb6 !important;
}
.btn-primary:hover{
	background-color: #00578e !important;
}

.login-card{
	margin-top: 130px;
}
.date{
	color:#ffffff;
	margin: 0px;
	padding: 14px 0px;
}
.btn-link{
	color:#007bb6;
}
.meetingMaterial_trigger:hover{
	text-decoration: none;
}
.meetingMaterial_trigger:focus{
	text-decoration: none;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.meeting_details_card .form-group{
	margin-bottom: 0px;
}
.text-danger{
	color:#cc2338 !important;
}
.close {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
}
.close:hover {
    color: #fff;
    text-decoration: none;
}
.card-header:hover, .card-header:focus{
	background-color: #007bb6 !important;
}
.splitPartials_headerdiv input[type="text"]{
	max-width: 100px;
	height: 34px;
}
.splitPartials_headerdiv .checkmark {
  height: 15px;
  width: 15px;
}
.splitPartials_headerdiv .checkbox-container{
	line-height: 15px;
}
.splitPartials_headerdiv .checkmark:after{
  content: "\ed40";
  font-family: "Nucleo Glyph" !important;
	font-size: 18px !important;
	left: -1px !important;
	top: 1px !important;
	width: 15px !important;
	height: 15px !important;
	border-width: 0 !important;
	-webkit-transform: rotate(0deg) !important;
	-ms-transform: rotate(0deg) !important;
	transform: rotate(0deg) !important;
	color:#007bb6 !important;
}
.vote-ballot-split-card .card-header{
	padding: 2px 15px;
}
.splitPartials_headerdiv .checkbox-container input:checked ~ .checkmark{
	background-color: #ffffff !important;
}
.splitPartials_headerdiv .checkbox-container:hover input ~ .checkmark{
	background-color: #ffffff;
}
.splitPartials_headerdiv .checkbox-container:focus input ~ .checkmark{
	box-shadow: 0 0 0 0.2rem #035379 !important;
}
.splitPartials_headerdiv .checkmark{
	border:none;
}
.alert-danger{
	background-color: #cc2338;
	border-color: #cc2338;
	color:#ffffff;
	padding: 3px 15px;
}
.vote_ballot_div .ui-3_alert{
	font-size: 35px;
	color:#FFF611 !important;
}
.sr-only{
	color:#007bb6 !important;
}

select::-ms-expand {
    display: none;
}
