﻿@import url("https://fonts.googleapis.com/css?family=Poppins:400,700,300");

.citizenAlertHeader {
	background-color: #FF007F; 
	padding-left: 25px;
	padding-top:15px;
	padding-bottom:15px;
	margin-left: -25px;
    margin-right: -25px;
}

.citizenAlertHeader h4 {
	color:white;
	margin: 0px;
}

.processAlertHeader {
	background-color: #FF007F; 
	padding-left: 25px;
	padding-top:15px;
	padding-bottom:15px;
	
}

.processAlertHeader h4 {
	color:white;
	margin: 0px;
}



body {
    font-family: Poppins, sans-serif;
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.pageHeaderHeight {
	clear:both;

}

/******************************** top menu bar *********************************/

.menu.navbar {
    background-color: #293846;
    background-color: #FFFFFF;
    color: #000000;
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
}
.menu .navbar-header {
	background-color: #0e3743;
	width: 70px;
	height: 70px;
}
.menu .navbar-header .navbar-brand img {
	width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    padding: 10px;
    margin-top: -5px;
    margin-left: 10px;
}
.menu .navbar-header .navbar-nav > li > a {
    color: #fff;
}
.menu.navbar .navbar-header ul.nav.navbar-nav  {
    font-size: 10pt;
}
.menu.navbar .navbar-header ul.nav.navbar-nav li img {
    height: 40px;
    margin-right: 10px;
}
.menu.navbar .navbar-collapse {
	background-color: #0e3743;
	background-color: #124454
}
.menu.navbar .navbar-collapse .navbar-btn {
	margin-top: 12px;
}

.menu.navbar .container-fluid {
    padding-left: 0px;
    margin-right: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.menu.navbar-default .navbar-nav > li > a {
    color: #fff;
	margin-left: 2px;
}
.menu.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	background-color: #0e3743;
}
.menu .navbar-nav > li > a {
    line-height: 40px;
}
.menu .navbar-nav > li > span {
    line-height: 40px;
    font-size: 18pt;
    position: relative;
    display: block;
    padding: 14px 14px;
}
.menu .navbar-nav > li .title {
	font-size: larger;
	margin-right: 10px;
	margin-left: 8px;
}
.menu.navbar li.active {
    margin-bottom: -5px;
    border-bottom: 5px solid #337ab7;
}
.menu.navbar li.dropdown {
    font-size: 30pt;
}
.navbar-nav.navbar-right:last-child {
	margin-right: 0px;
}
.menu.navbar .user-options a {
	padding-right: 15px;
}
.menu.navbar-default .navbar-nav > li.user-options > a:hover {
	background-color: #0e3743;
	color: #fff;
}
.menu.navbar input {
	color: #124454;
	background-color: #fff;
	border-color: #000;
}
.menu.navbar input:focus {
	border-bottom: 1px solid #000;
	box-shadow: none;
}

/******************************** buttons *********************************/

.btn {
	margin-left: 0px;
}
.btn-sm.outline-lineup {
	padding-top: 0.65em;
	padding-bottom: 0.65em;
}
.btn-primary {
	background-color: #BA3B54;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color: #902D41 !important;
}
.menu.menu.navbar .btn-primary {
	background-color: #FF007F;
}
.menu.menu.navbar .btn-primary:hover, .menu.menu.navbar .btn-primary:focus, .menu.menu.navbar .btn-primary:active {
	background-color: #b30059 !important;
}
.btn-outline-primary {
	border-color: #BA3B54;
	color: #BA3B54 !important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
	border-color: #902D41 !important;
}
.btn-outline-filter {
	background-color: #fff;
	color: #124454 !important;
}
.btn-accordian-header {
	background-color: #6f8085;
	color: #000;
	padding-left: 15px !important;
	text-transform: none;
	text-align: left;
}
.btn-accordian-header.collapsed {
	margin-bottom: 15px !important;
}

/******************************** page header *********************************/

.page-header {
	margin-top:10px;
}
.page-header h1 {
	font-size:18px;
}
.page-header h1 .btn-outline-tag {
	border-color: #124454;
	color: #124454 !important;
    margin-top: 3px;
	padding-right: 10px;
}
.page-header h1 .btn-outline-tag:hover, .page-header h1 .btn-outline-tag:active, .page-header h1 .btn-outline-tag:focus {
	border-color: #124454 !important;
	background-color: #758286;
	color: #fff !important;
}
.page-header h1 .btn-outline-tag i {
	font-size: 0.8rem;
    padding-left: 10px;
}

/******************************** call in progress header *********************************/

.call-in-progress-header {
	background-color: #43a047;
	color: white;
	margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
	border-left: solid 1px #317434;
}
.call-in-progress-header .info {
	padding-top: 20px;
	float: left;
}
.call-in-progress-header .info h4 {
	margin-right: 20px;
	display: inline;
}
.call-in-progress-header .details {
	float: left;
	padding-top: 14px;
}
.call-in-progress-header .btn-primary {
	background-color: #317434;
}
.call-in-progress-header .btn-primary:hover, .call-in-progress-header .btn-primary:active, .call-in-progress-header .btn-primary:focus {
	background-color: #1e4920 !important;
}
.call-in-progress-header .details .dropdown-menu {
	background-color: #1e4920;
}
.call-in-progress-header .details .dropdown-menu li {
	padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 25px;
	cursor: pointer;
}
.call-in-progress-header .details .dropdown-menu li:hover {
	background-color: #0f2510;
}

/******************************** return to call header *********************************/

.return-to-call-header {
	background-color: #D40D12;
	color: white;
	margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
	border-left: solid 1px #94090d;
}
.return-to-call-header .info {
	padding-top: 20px;
	float: left;
}
.return-to-call-header .info h4 {
	margin-right: 20px;
	display: inline;
}
.return-to-call-header .btn-primary {
	background-color: #94090d;
}
.return-to-call-header .btn-primary:hover, .return-to-call-header .btn-primary:active, .return-to-call-header .btn-primary:focus {
	background-color: #6a0709 !important;
}

/******************************** alerts *********************************/

.alert-info {
	background-color: #f0f9fc;
	border-color: #d3edf5;
}

/******************************** nav tabs *********************************/

.nav-tabs {
	/*border-bottom: 0px;*/
	margin-bottom: 1px;
}
.nav-tabs > li:first-child > a {
    padding-left: 0px;
} 
.nav-tabs > li > a {
	border: none;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
	color: #212121;
} 
.nav-tabs.nav > li > a:hover {
	text-decoration: none;
	/*color: #fff;*/
    background-color: transparent;
	border-bottom: 2px solid #FF007F;
}
.nav-tabs> li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	border: none;
	/*color: #fff;*/
    font-weight: bold;
	border-bottom: 2px solid #f8c42d;
	background-color: transparent;
}
.nav-tabs.nav > li >a:focus {
    text-decoration: none;
	/*color: #fff;*/
    background-color: transparent;
	border-bottom: 2px solid #f8c42d;
}
.nav-tabs.nested {
	background-color: #fef6df;
}
.nav-tabs.nested.attach-to-parent {
	margin-top: -26px;
}

/******************************** tab content *********************************/

.tab-content {
    margin-top: 20px;
}
.tab-content h2 {
    font-size: 12pt;
    margin-bottom: 20px;
}

/******************************** user header pop out menu *********************************/

.side-options {
    position: absolute;
    right: 0;
    top: 71px;
    bottom: 0;
    width: 300px;
    background-color: #eee;
    z-index: 9999;
    padding: 20px;
}
.side-options.closed {
    display: none;
}
.side-options h1 {
    font-size: 16pt;
    margin-bottom: 20px;
    margin-top: 10px;
}
.side-options h1 i {
    float: right;
    cursor: pointer;
}
.side-options li {
    margin-bottom: 20px;
}

/******************************** aurelia dialog custom css *********************************/

ux-dialog-overlay {
    bottom: 0;
    left: 0;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
}
ux-dialog-overlay.active {
    background-color: gray;
    opacity: 0.5 !important;
	z-index: 1000;
}
ux-dialog-container {
    display: block;
    transition: opacity .2s linear;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
}
ux-dialog-container.active {
    opacity: 1;
}
ux-dialog-container > div, ux-dialog  {
	position: fixed;
	margin: auto !important;
	width: 520px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
	z-index: 2000;
	background-color: #fff;
	right: 0;
} 
ux-dialog.wide {
	width: 1024px;
}
ux-dialog > ux-dialog-header > button {
    float: right;
    border: none;
    display: block;
    width: 32px;
    height: 32px;
    background: none;
    font-size: 22px;
    line-height: 16px;
    padding: 0;
    cursor: pointer;
	color: #fff;
    margin-top: 18px;
    margin-right: 25px;
}

/**************************************** silo privacy statement popup *********************************/

.privacy-statement-popup {
    background: rgba(0,0,0,.6);
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.privacy-statement-popup .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.privacy-statement-popup > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 65%;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}

.privacy-statement-silo-popup {
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
}

    .privacy-statement-silo-popup .helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .privacy-statement-silo-popup > div {
        background-color: #fff;
        box-shadow: 10px 10px 60px #555;
        display: inline-block;
        height: auto;
        max-width: 65%;
        min-height: 100px;
        vertical-align: middle;
        width: 60%;
        position: relative;
        border-radius: 8px;
        padding: 15px 5%;
    }

.privacy-statement-silo-popup-close-button {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 25px;
    line-height: 25px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.privacy-statement-silo-popup-close-button:hover {
    background-color: #DC143C;
}

input[type=submit] {
	border-radius: 2px;
    border: 0;
    transition: .2s ease-out;
    color: #fff !important;
    margin: 6px;
    white-space: normal !important;
    word-wrap: break-word;
    text-transform: uppercase;
	background: #4285F4;
	font-size: 0.8rem;
    padding: 0.85rem 2.13rem;
	content: "Save";
}


/* form view-portal */

#eGovHubFormViewer {
    min-width: 100%;
    border: none;
    display: none;
}

.view-portal #eGovHubFormViewerLoading {
}

.view-portal #eGovHubFormViewerSaved {
	display: none;
}

.view-portal #eGovHubFormViewerFinished {
	display: none;
}







hr {
	clear: both;
	margin-bottom: 5px;
	margin-top:10px;
}



.customerSearch{
	text-indent: 10px;
	margin-top:15px;
}




/* page layout */
div#page-content-wrapper > .container-fluid {
    padding-left: 25px; 
    padding-right: 25px;
}

/* page header */
.page-header {
    margin-top: 0px;
}
.page-header h1 {
    font-size: 18pt;
}
.page-header.section {
    margin-top: 30px;
}
.page-header.with-tabs {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom-style: none;
}
.page-header button {
    margin-top: 10px;
}

/* section breaks */
.section-break-below {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}
.section-break-above {
	border-top: 1px solid #eee;
	margin-top: 20px;
}

/* list-group */
.list-group > .list-group-item i.toggle, .list-group > .list-group-item > .fa  {
    visibility: hidden;
}
.list-group > .list-group-item.highlight i.toggle, .list-group > .list-group-item.highlight > .fa {
    visibility: visible;
}

/* form controls */
input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime-local], input[type=tel], input[type=number], input[type=search-md], input[type=search], textarea.md-textarea {
	border: 1px solid #ccc;
	padding: 0;
    padding-bottom: 0rem;
	padding-top: 0rem;
	font-size: 1rem;
	line-height: 1.5;
}

.form-group > label > .label {
    margin-left: 5px;
}
.has-error .form-control {
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
     box-shadow: inset 0 0px 0px rgba(0,0,0,.075); 
}
select.form-control {
    padding-top: 0px;
    padding-bottom: 0px;
}
.form-control-static.has-error {
	border-bottom: 1px solid red;
	color: red;
	font-weight: bold;
}
.search-result-thumbnail {
	width: 160px;
	height: 90px;
}

/* actions (button bar) */
div.actions .btn:first-of-type {
	margin-left: 0px;
}

/* loading screen styles */
.splash {
  position: absolute;
  width: 300px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -150px;
  text-align:center;
  color: #F3F3F3;
}
.splash i {
    margin-top:10px;
    font-size: 64pt;
}
.splash p {
    font-size: 24pt;
    margin-top: 5px;
    color: #DDDDDD;
}

/* file upload */
.btn-file {
	position: relative;
	overflow: hidden;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

/* icon buttons */
button.icon-button {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    opacity: .2;
    margin-left: 5px;
}

button.icon-button:focus, button.icon-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

/* button groups */
.btn.dropdown-toggle > span.caret {
    margin-left: 0px;
}

/* left and right modals */


.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 520px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.left .modal-dialog.wide,
.modal.right .modal-dialog.wide {
	width: 1024px;
}
@media (max-width: 768px) {
	.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		width:100%;
	}
}
@media (max-width: 1200px) {
	.modal.left .modal-dialog.wide,
	.modal.right .modal-dialog.wide {
		width: 100%;
	}
}

.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
	padding: 15px 35px 15px 35px;
}

/*Left*/
.modal.left.fade .modal-dialog {
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	-o-transition: opacity 0.3s linear, left 0.3s ease-out;
	transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
	left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
	right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
	border-radius: 0;
	border: none;
}
.modal-header {
	border-bottom-color: #2C373E;
	background-color: #2C373E;
	padding: 15px 35px 15px 35px;
	color: #fff;
	height: 70px;
}

.modal-header-div {
    height: -webkit-fill-available;
    display: flex;
    justify-content: end;
    align-items: center;
}

.modal-header .close {
	margin-top: 8px;
	color: #fff;
	opacity: .8;
}
.modal-header .close:hover {
	opacity: 1;
}
.modal-title {
	font-size: 14pt;
	line-height: 40px;
}
.modal-body {
	padding: 30px;
}
/* silo */
.silo-favorite.highlight {
	color: yellow;
}

.profile-icon{
	height: 45px;
    border-radius: 50%;
    border: #fff 2px solid;
}

.profile-picture {
	height: 100px;
	width: 100px;
    border-radius: 50%;
    border: #2C373E 3px solid;
	float: right;
}

.profile-picture-i {
	font-size: 80px;
    display: flex;
    justify-content: center;
    padding-top: 5px;
}

.close-button {
	float: right;
    height: -webkit-fill-available;
    display: flex;
    justify-content: end;
    align-items: center;
}
