/* Table of Contents 

SECTION 1.0 : Navigation Global 

SECTION 2.0 : Top Navigation Bar
SECTION 2.1 : Top Navigation Bar - Account
SECTION 2.2 : Top Navigation Bar - Notifications
SECTION 2.3 : Top Navigation Bar - Help
SECTION 2.4 : Top Navigation Bar - Search
SECTION 2.5 : Top Navigation Bar - Search - Quick Results

SECTION 3.0 : Left Primary Navigation
SECTION 3.1 : Left Primary Navigation - Header

*/

/* ------------------------ SECTION 1.0 : Navigation Global ------------------------- */

.dashboard-navigation{
	position: relative;
	z-index: 1000000;
}

/* ------------------------ SECTION 2.0 : Top Navigation Bar ------------------------- */

.dashboard-navigation__topbar{
	position: fixed;
	top: 0;
	z-index: 1;
	width: calc(100% - 251px);
	right: 0;
	background: #fff;
	border-bottom: 1px solid #c2c7cc;
	height: 45px;
}
.topbar__actions {
	float: right;
	width: 100%;
}
.topbar__actions__item{
	float: right;
	position: relative;
}
.dropdown-menu__trigger{
	height: 45px;
	width: 45px;
	border-left: 1px solid #c2c7cc;
}
.dropdown{
	padding: 1em 5% 1em 5%;
	display: none;
	position: absolute;
	width: 90%;
	top: 45px;
	width: 200px;
	right: -1px;
	background: #f9f9f9;
	border: 1px solid #c2c7cc;
}
.dropdown-menu__item {
	display: block;
	padding: 8px;
	color: #4c4c4c;
	border-left: 3px solid #f9f9f9;
	transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.dropdown-menu__item:hover {
	border-left: 3px solid #5298b9;
	background: #fff;
}

.dropdown-menu li {
	padding: 3px 0 3px 3px;
}

.dropdown-menu .dropdown-border {
	border-bottom: 1px solid lightgrey;
}

/* ------------------------ SECTION 2.1 : Top Navigation Bar - Account ------------------------- */

.account-drawer__trigger {
	background: url('../../images/navigation/gear.png') no-repeat;
}
.account-drawer__trigger.active {
	background: url('../../images/navigation/gear-white.png') #5298b9 no-repeat;
}
.account-menu__section{
	border-top: 1px solid #c2c7cc;
}
.account-menu__section:first-of-type{
	border:none;
}
.account-menu__computer{
	display: block;
	padding: 8px;
	color: #4c4c4c;
	border-left: 3px solid #f9f9f9;
	font-size: 14px;
	line-height: 28px;
	text-transform:uppercase;
}
.account-menu__signout:hover{
	border-left: 3px solid #8ec337;
	background: #fff;
}

/* ------------------------ SECTION 2.2 : Top Navigation Bar - Notifications ------------------------- */

.notifications-drawer__trigger {
	background: url('../../images/navigation/bell.png') no-repeat;
}
.notifications-drawer__trigger.active {
	background: url('../../images/navigation/bell-white.png') #5298b9 no-repeat;
}
.notifications-drawer__count h4 {
	border-radius: 5px;
	opacity: 1.0 !important;
	position: absolute;
	padding: 2px;
	font-size: 10px;
	color: #fff;
	border: 1px solid #fff;
	right: 5px;
	top: 10px;
	background: #d55023;
}
.notifications-drawer__trigger.active h4{
	border: 1px solid #5298b9;
}
.notifications-drawer__dropdown {
	right: -1px;
	width: 400px;
	height: 500px;
	padding: 0;
}
.notifications-menu__title{
	border-bottom: 1px solid #c2c7cc;
}
.notifications-menu__title h4 {
	float: left;
	line-height: 50px;
	font-weight: bold;
	font-size: 14px;
	margin-left: 10px;
}
.notifications-menu__title a {
	float: right;
	line-height: 50px;
	font-size: 14px;
	margin-right: 10px;
	text-decoration: underline;
	opacity: 0.7;
	color: #003b5d;
	
}
.notifications-menu__title a:hover {
	opacity: 1.0;
	text-decoration: none;
}
.notifications-menu__table .ui-datatable {
	height: 400px;
	overflow-y: scroll;
}
.notifications-menu__table .ui-datatable thead {
	display: none;
}
.notifications-menu__table .ui-datatable tbody {
	border: none;
}
.notifications-menu__table .ui-datatable tr {
	background: none;
	border: none !important;
	border-bottom: 1px solid #c2c7cc !important;
}
.notifications-menu__table .ui-datatable tr td {
	background: none;
	border: none !important;
	padding: 10px;
}
.notifications-menu__table .ui-datatable a {
	line-height: initial;
}
.notifications-menu__table .ui-datatable h5 {
	margin: 5px;
}
.notifications-menu__view-all{
	text-align: center;
	border-top: 1px solid #c2c7cc;
}
.notifications-menu__view-all a {
	line-height: 50px;
	text-decoration: underline;
	opacity: 0.7;
	color: #003b5d;
	font-weight: bold;
}
.notifications-menu__view-all a:hover {
	opacity: 1.0;
	text-decoration: none;
}

/* ------------------------ SECTION 2.3 : Top Navigation Bar - Help ------------------------- */

.help-drawer__trigger {
	background: url('../../images/navigation/question.png') no-repeat;
}
.help-drawer__trigger.active {
	background: url('../../images/navigation/question-white.png') #5298b9 no-repeat;
}

/* ------------------------ SECTION 2.4 : Top Navigation Bar - Search ------------------------- */

.modal-search {
	float: left;
	position: relative;
	border-left:none;
	width:initial;
}

.modal-search__search-submit {
	background: url('../../images/navigation/search-icon.jpg') no-repeat;
	height: 45px;
	width: 45px;
	border-right: 1px solid #c2c7cc;
	border-left: 1px solid #c2c7cc;
	display: block;
	float: left;
}
.modal-search__search-icon.ui-dialog {
	height: 45px !important;
	width: 45px !important;
	position: absolute !important;
	right: 1px !important;
	top: 0 !important;
	left: initial !important;
	max-width: 45px;
	min-width: 45px;
	margin: 0;
	box-shadow: none !important;
}
.modal-search__search-icon.ui-dialog .ui-dialog-titlebar {
	display: none !important;
}
.modal-search__search-icon.ui-dialog .ui-dialog-content {
	padding: 0 !important;
}
.modal-search__search-icon.ui-dialog .ui-resizable-handle {
	display: none !important;
}
.modal-search__search-input {
	float: left;
	width: 410px;
	padding: 4px;
}
.modal-search__search-input .ui-autocomplete {
	width: 100%;
}
.modal-search__search-input .ui-inputfield {
	width: calc(100% - 23px) !important;
	padding: 10px;
	font-size: 13px;
	background: #f9f9f9;
}

/* ------------------------ SECTION 2.5 : Top Navigation Bar - Search - Quick Results ------------------------- */

.search-input__quick-results {
	top: 45px !important;
	z-index: 1000003 !important;
	height: 400px !important;
	position: fixed !important;
}
.search-input__quick-results td.seach-input_quick-results_icon{
	width:30px;
}
.search-input__quick-results td.agent {
	background: url('../../images/navigation/agent.png') center center no-repeat;
}
.search-input__quick-results td.agency {
	background: url('../../images/navigation/agency.png') center center no-repeat;
}
.search-input__quick-results td.manager {
	background: url('../../images/navigation/manager.png') center center no-repeat;
}
.search-input__quick-results td.policy {
	background: url('../../images/navigation/policy.png') center center no-repeat;
}
.search-input__quick-results td.funeralHome {
	background: url('../../images/navigation/funeralHome.png') center center no-repeat;
}
.search-input__quick-results td.funeralHomeGroup {
	background: url('../../images/navigation/funeralHomeGroup.png') center center no-repeat;
}
.search-input__quick-results .ui-state-highlight, .search-input__quick-results .ui-widget-content .ui-state-highlight{
	background:#e7ebee;
	border:1px solid #d5d5d5;
	color:#222;
}


/* ------------------------ SECTION 3.0 : Left Primary Navigation ------------------------- */
.dashboard-navigation__navbar{
	position: fixed;
	background: #404040;
	height:100%;
	width:250px;
	top:0;
	left:0;
}

/* ------------------------ SECTION 3.1 : Left Primary Navigation - Header ------------------------- */
.navbar__header {
	height: 120px;
	width: 250px;
	display: block;
}
.navbar__logo{
	height: 50px;
	width: 165px;
	background: url('../../images/oa-logo.png') top left no-repeat;
	background-size: contain;
	display: block;
	margin: 20px 20px 0px 25px;
}
.navbar__logo-dcas{
	background: url('../../images/claimcheck-logo.jpg') top left no-repeat;
	background-size: contain;
	width: 190px;
}
.navbar__logo a {
	height: 50px;
	width: 55px;
	display: block;
}
.navbar__logo a span {
	display: none;
}
.navbar__logo-dcas a {
	width: 190px;
}
.navbar__merchant h4{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	margin: 10px 30px 10px;
}
.navbar__environment {
	position: absolute;
	right: 30px;
	top: 20px;
}
.navbar__environment h4{
	text-transform: uppercase;
	color: #8EC337;
	font-size: 13px;
}

/* ------------------------ SECTION 3.2 : Left Primary Navigation - Items ------------------------- */

.navbar__sections{
	overflow:hidden;
	width: 250px;
	height: calc(100% - 120px);
	background: #404040;
}
.navbar__sections__scroll {
	width: 270px;
	overflow-y: scroll;
	overflow-x:hidden;
	height:100%;
}

.navbar__sections__item {
	height: 55px;
	width: 100%;
	display: block;
	border-left: 5px solid #4c4c4c;
}
.navbar__sections__item#navbar__section--space{
	border:none;
}
.navbar__sections__item-icon {
	height: 25px;
	width: 25px;
	margin: 15px 20px;
	background: #4c4c4c;
	float: left;
	opacity: 0.7;
}
.navbar__sections__item-label{
	line-height: 55px;
	color: #fff;
	font-size: 15px;
	margin-left: 5px;
	cursor: pointer;
	transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.navbar__sections .navbar-item-is-active {
	background: #2c2c2c;
	border-left: 5px solid #5298B9;
}
.navbar-item-is-active .navbar__sections__item-icon {
	opacity: 1.0;
}
.action-policyholder span{
	display:none;
}

/* ------------------------ SECTION 4.0 : Mobile Navigation - Global ------------------------- */

.icon-menu {
	height: 70px;
	width: 70px;
	display: none;
	cursor: pointer;
	position: fixed;
	top:0;
	left:0;
}
.icon-menu_line{
	height:0px;
	border-top:3px solid #aaa;
	background: #aaa;
	position: absolute;
	transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.icon-menu_line1 {
	width: 40%;
	top: 33%;
	left: 30%;
}
.icon-menu.active .icon-menu_line1 {
	top: 40.2%;
	width: 22.8%;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.icon-menu_line2 {
	width: 40%;
	top: 47%;
	left: 30%;
	opacity: 1.0;
}
.icon-menu.active .icon-menu_line2 {
	left: 34.2%;
	width: 37.1%;
}
.icon-menu_line3 {
	width: 40%;
	top: 61%;
	left: 30%;
}
.icon-menu.active .icon-menu_line3 {
	top: 53.6%;
	width: 22.8%;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.icon-right {
	height: 30px;
	width: 30px;
	position: absolute;
	right: 20px;
	top: 10px;
}
.icon-right_line{
	height: 2px;
	position: absolute;
	background: #fff;
	width: 13px;
	
}
.icon-right_line1 {
	top: 10px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.icon-right_line2 {
	top: 18px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}



/* ------------------------ SECTION 4.1 : Mobile Navigation - Tablet Navigation ------------------------- */
.navbar__section--tablet-logo {
	height: 40px;
	width: 40px;
	background: url('../../images/oa-logo.png') top center no-repeat;
	background-size: contain;
	display: block;
	position: fixed;
	bottom: 20px;
	left: 10px;
	z-index: 1000;
	opacity: 0.3;
	display: none;
}
.navbar__section--tablet-logo a {
	height: 70px;
	width: 70px;
}

/* ------------------------ SECTION 4.2 : Mobile Navigation - Phone Navigation ------------------------- */
.navbar__mobile{
	display:none;
	position:relative;
}
.phone-logo {
	height: 45px;
	width: 45px;
	cursor: pointer;
	position: relative;
	border-right: 1px solid #c2c7cc;
	float: left;
	display: none;
	background: url('../../images/navigation/small-logo.png') left center
		no-repeat;
}
.phone-logo span {
	display: none;
}
.phone-logo a {
	display: block;
	width: 45px;
	height: 45px;
}
.phone-action {
	height: 45px;
	width: 45px;
	display: none;
	float:left;
	cursor: pointer;
	position: relative;
	border-right: 1px solid #dadada;
}
.mobilenav__sections__item {
	position: fixed;
	width: 100%;
	top: 45px;
	left: -100%;
	height: calc(100% - 45px);
	z-index: 1;
	background: #4c4c4c;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
.mobilenav__sections__item.active {
	left:0;
}
.icon-left {
	height: 30px;
	width: 30px;
	position: absolute;
	left: 20px;
	top: 10px;
}
.icon-left_line{
	height: 2px;
	position: absolute;
	background: #fff;
	left: 8px;
	width: 13px;
	
}
.icon-left_line1 {
	top: 10px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.icon-left_line2 {
	top: 18px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mobilenav__item{
	width: 96%;
    margin: auto;
    height: 50px;
    display: block;
    background: #797979;
    border: 1px solid #404040;
}
.mobilenav__item h3 {
	line-height: 50px;
	color: #fff;
	margin-left: 25px;
	cursor: pointer;
}
.mobilenav_item--top{
    background: #404040;
    position: relative;
	margin-top:30px;
}
.mobilenav_item--top h3{
	margin-left: 60px;
}
.phone-search-drop {
	background: url('../../images/navigation/search-icon.jpg') no-repeat;
	height: 45px;
	width: 45px;
	border-right: 1px solid #c2c7cc;
	display: block;
	float: left;
	display: none;
}
.phone-search-exit {
	background: url('../../images/navigation/search-exit.jpg') no-repeat;
	height: 45px;
	width: 45px;
	border-right: 1px solid #c2c7cc;
	float: left;
	display: none;
}

/* ------------------------ SECTION 5.0 : Mobile Navigation - Page Navigation - 3rd Navigation ------------------------- */
.page-navigation__phonenav{
	display: none;
	width: calc(100% - 60px);
	height: 27px;
	background: #4c4c4c;
	padding: 12px 30px;
	margin-bottom: 20px;
	position: relative;
}
.phonenav__thirdnav-title {
	color: #fff;
	line-height: 27px;
	font-size: 19px;
	text-transform: uppercase;
	float: left;
}
.phonenav__thirdnav-action {
	position: absolute;
	right: 5px;
	top: 3px;
	height: 45px;
	width: 45px;
	left:initial;
}















/* ------------------------ SECTION 6.0 : Needs Work ------------------------- */
/*-------- Footer ------------*/
#footer {
	position: relative;
	width: calc(100% - 250px);
	margin-left: 250px;
	float: left;
	z-index: 100000;
}

.footer {
	background: #fff;
	border-top: 1px solid #c2c7cc;
	padding: 8px 0;
	position: relative;
}

.footer a {
	margin-left: 15px;
	font-size: 14px;
}

.footer .ideas {
	display: inline-block;
	cursor: pointer;
	margin-left: 15px;
}

.footer .ideas h4 {
	font-size: 14px;
}

#copyright {
	width: 90%;
	margin: auto;
	text-align: center;
}

#copyright span {
	font-size: 14px;
}
/*-------- Setting Styling ------------*/
.role-table .ui-button.ui-state-default {
	display: block;
	margin: 8px auto;
}

.user-info h3 {
	margin: auto;
	text-align: center;
	font-size: 22px;
	margin-bottom: 10px;
}

.user-info h4 {
	margin: 10px 0 20px;
	text-align: left;
	width: 80%;
}

.user-info div.fd-ui-panel {
	border: none;
}

.user-info .user-info {
	padding: 0;
}

.user-info div.fd-ui-tabs {
	width: 80%;
	margin: auto;
}

.user-info div.fd-ui-tabs li.fd-ui-tab {
	text-decoration: none;
	background: #ededed;
	font-weight: normal;
}

.user-info div.fd-ui-tabs li.fd-ui-tab:hover {
	text-decoration: none;
}

.user-info div.fd-ui-tabs li.fd-ui-tab.fd-ui-active {
	background: #f9f9f9;
}

.user-info div.fd-ui-tabs div.fd-ui-tab-group.fd-ui-active {
	background: #f9f9f9;
}

.user-info .personal-section {
	border-bottom: 1px solid #ededed;
}

.user-info button {
	margin: 10px 0;
}
/* user-info .personal-section label{
	float:left;
	width:100px!important;
	clear:both;
	text-align:right;
	line-height:38px;
}
.user-info .personal-section input{
	float:right;
	width:calc(100% - 131px)!important;
	margin-bottom:4px;
	padding:10px;
}
.user-info .personal-section .phoneNumber input{
	width:100%!important;
}
.user-info .personal-section dd{
	float:right;
	width: calc(100% - 220px);
	margin-bottom:4px;
}
.user-info .personal-section select{
	float:right;
	width:calc(100% - 108px)!important;
}

.user-info .personal-section .account-business .ui-selectonemenu{
    width:calc(100% - 108px)!important;
    float:right;
    padding:0;
    margin:4px 0;
}
.user-info .personal-section .account-business label.ui-selectonemenu-label{
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.3) inset;
    font-size: 18px;
    padding: 5px 4px !important;
    border-color: #c0c0c0 #d9d9d9 #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-style: solid;
    border-width: 1px;
    background:#fff;
    width:calc(100% - 10px)!important;
    margin:0!important;
    line-height:28px;
    text-align:left;
}

.personal-info .manager-selector.businessInformation{
	width:calc(100% - 60px)!important;
	margin-right:30px;
}
.personal-info .manager-selector.businessInformation label{
	float:left;
	width:180px;
	clear:both;
	text-align:right;
	line-height:38px;
}
.personal-info .manager-selector.businessInformation .ui-selectonemenu{
	width:calc(100% - 211px)!important;
	padding:6px 4px !important;
	border-color: #c0c0c0 #d9d9d9 #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-style: solid;
	border-width: 1px;
	border-radius:2px;
}
.personal-info .manager-selector.businessInformation .ui-selectonemenu label{
	line-height:initial;
	padding:0;
	margin:0;
	width:initial;
} */
/* .password-form dl{
	padding:30px;
}
.password-form dt{
	width:155px;
	float:left;
	text-align:right;
	clear:both;
	margin-top:0!important;
}
.password-form dd{
	width:calc(100% - 165px);
	float:right;
	margin-bottom:0;
	margin-top:0!important;
}
.password-form input{
	padding:10px;
	border: 1px solid #d6d6d6;
}
.password-form input:hover{
	border: 1px solid #c0c0c0;
}
.password-form dt tr td.fd-ui-half{
	display:block;
	width:100%;
	padding:0!important;
}
.password-form dd table{
	width:100%;
	display:block;
}
.password-form dd tbody{
	width:100%;
	display:block;
}
.password-form dd tr{
	width:100%;
	display:block;
}
.password-form dd tr td.fd-ui-half{
	display:block;
	width:100%;
	padding:0!important;
}
.password-form dd tr td.fd-ui-half input{
	margin-bottom:4px;
}
.password-form dt label{
	float:none;
	text-align:right;
	line-height:38px;
	width:100%!important;
} */
.account-delivery .user-box .delivery-current {
	background: #fff;
	border: 1px solid #d5d5d5;
	padding: 10px;
	border-radius: 5px;
	margin: 20px 0;
}

.delivery-form .ui-message-error {
	display: none;
}

#notification-business .ui-selectonemenu {
	width: 99%;
	clear: both;
	padding: 0;
}

#notification-business .ui-selectonemenu-label {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.3) inset;
	font-size: 18px;
	padding: 5px 4px !important;
	border-color: #c0c0c0 #d9d9d9 #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-style: solid;
	border-width: 1px;
	background: #fff;
	width: calc(100% - 10px) !important;
	margin: 0 !important;
	line-height: 28px;
	text-align: left;
}

#notification-business .account-business {
	margin-bottom: 30px;
}

.account-delivery .user-box .delivery-current .delivery-form {
	margin: 15px 0;
}

.account-delivery .user-box label {
	display: block;
	margin-bottom: 5px;
}

.account-delivery .user-box span {
	display: block;
	font-size: 18px;
	line-height: 30px;
	margin-left: 15px;
}

.account-delivery .user-box .delivery-select select {
	width: 100% !important;
}

.account-delivery .user-box .delivery-select .personal-section select {
	width: calc(100% - 200px) !important;
	margin: 0;
}

.account-delivery .user-box .delivery-select .personal-section label {
	width: 175px;
	margin-bottom: 0;
}

.account-delivery .user-box .delivery-select .fd-ui-third select {
	margin: 10px 0;
	width: 100% !important;
}

.account-delivery .user-box .delivery-disclaimer label {
	font-size: 18px;
}

.account-delivery .user-box .delivery-disclaimer {
	margin: 40px 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #ededed;
}

.account-delivery .user-box .delivery-disclaimer h2 {
	font-size: 24px;
	text-transform: uppercase;
}

.account-delivery .user-box .delivery-disclaimer h4 {
	text-align: left;
	margin: 10px 0;
	width: initial;
}

.account-delivery .user-box .delivery-button button {
	margin: 10px 0;
}

.account-delivery .user-box .delivery-button button span {
	line-height: initial;
	margin: 0;
}

.user-info button[type="reset"] {
	display: none;
}

.user-info .fd-ui-buttons-cancel {
	display: none;
}
/*-------- Notifications ------------*/
.message-delete {
	width: 100px;
}

.message-date {
	font-size: 14px;
	color: #003b5d;
}

.notification-box table td a {
	text-decoration: none;
}

.notification-box .fd-ui-strongb {
	font-weight: bold;
	border-left: 5px solid #003b5d;
	color: #003b5d;
}

.notification-box .fd-ui-strongb a {
	opacity: 0.8;
}

.notification-box .fd-ui-strongb a:hover {
	opacity: 1.0;
}

.notification-box .fd-ui-strongb.bold-date {
	border-left: none;
	color: #222;
	opacity: 0.8;
}

.notification-options {
	padding-bottom: 25px;
}

.notification-options .note-settings {
	float: right;
	padding: 5px 20px;
	border-radius: 4px;
	color: #fff;
	background: #033C5A;
	font-size: 15px;
	line-height: initial;
}

.notification-options a.ui-commandlink {
	font-size: 14px;
	text-decoration: underline;
	opacity: 0.7;
	margin-right: 8px;
}

.notification-options a.ui-commandlink:hover {
	opacity: 1.0;
	text-decoration: none;
}

/*-------- Notification Settings ------------*/
h3.global-title {
	padding-bottom: 10px;
	border-bottom: 1px solid #c2c7cc;
	margin-bottom: 15px;
	margin-top: 50px;
}

.notification-preference {
	padding: 0 0 25px 0;
}

.notification-preference h5 {
	margin: 10px 0 5px 2px;
	display: block;
	color: #757d85;
	font-size: 14px;
	font-weight: normal;
}

.notification-preference select {
	margin-bottom: 10px;
}

.notification-preference input {
	margin-bottom: 10px;
}

.notificationDelivery {
	border: 1px solid #c2c7cc;
	border-bottom: none;
	margin: 10px 0;
}

.notificationDelivery .notification-title {
	padding: 4px 10px;
	border-bottom: 1px solid #c2c7cc;
	background: #ebedf0;
}

.notificationDelivery .notification-title h4 {
	float: left;
	line-height: 26px;
	margin-left: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #555;
	font-size: 14px;
}

.notificationDelivery .notification-title h5 {
	float: right;
	margin: 6px 10px 0 0;
	color: #aaa;
}

.notificationDelivery .notification-title .ui-inputswitch {
	float: right;
	margin: 0 20px 0 0;
}

.notificationDelivery .notification-labels label {
	float: left;
	margin: 0;
	margin-left: 20px;
	line-height: 26px;
	padding: 3px;
	font-size: 14px;
	color: #4c4c4c;
	width: 300px;
}

.notificationDelivery .notification-labels h4 {
	float: left;
	margin: 0;
	line-height: 26px;
	padding: 3px;
	font-size: 14px;
	color: #aaa;
}

.notificationDelivery .notification-labels .ui-inputswitch {
	float: right;
	margin: 3px 20px 3px 0;
}

.notificationDelivery .notification-labels .notification-row {
	padding: 4px 10px;
	border-bottom: 1px solid #c2c7cc;
	background: #fff;
}

.notificationDelivery .notification-labels .notification-row:nth-child(even)
	{
	background: #fafafb;
}

.notificationDelivery .ui-inputswitch span {
	font-size: 13px;
}

.notificationDelivery .ui-inputswitch .ui-inputswitch-on {
	background: #02466b !important;
}

.notificationDelivery .ui-inputswitch .ui-inputswitch-on,
	.notificationDelivery .ui-inputswitch .ui-inputswitch-off {
	padding-top: 2px;
	height: 24px;
}

.ui-accordion .ui-accordion-header a {
	width: 60px;
}

.manage-notifications table {
	border: none;
	background: none;
}

.manage-notifications table thead {
	display: none;
}

.manage-notifications table tbody {
	border: none;
	background: none;
}

.manage-notifications table tr.ui-widget-content {
	border: none;
	background: none;
}

.manage-notifications table tr.ui-widget-content td {
	border: none;
	background: none;
	padding: 0;
}

.manage-notifications table tr.ui-widget-content:nth-child(even) td .notification-row
	{
	background: #fafafb;
}

.manage-notifications .custom-title {
	margin-top: 50px;
	padding: 4px 10px;
	border-bottom: 1px solid #c2c7cc;
	/*background: #ebedf0;*/
	margin-bottom: 15px;
}

.manage-notifications .custom-title h3 {
	float: left;
}

.manage-notifications .custom-title a {
	float: right;
	border: 1px solid #02466b;
	background: #02466b;
	color: #fff;
	padding: .3em 1em;
	border-radius: 3px;
	line-height: initial;
}

.manage-notifications .custom-accordian .ui-accordion h3 a {
	float: right;
	line-height: initial;
	padding: 0;
	text-decoration: underline;
	opacity: 0.7;
	margin-right: 10px;
	font-size: 14px;
}

.manage-notifications .custom-accordian .ui-accordion h3 a:hover {
	text-decoration: none;
	opacity: 1.0;
}

.manage-notifications .custom-accordian .ui-accordion .ui-accordion-header
	{
	border: 1px solid #c2c7cc;
}

.manage-notifications .custom-accordian .ui-accordion .ui-accordion-header.ui-state-active
	{
	background: #ebedf0;
}

.manage-notifications .custom-accordian .ui-accordion .ui-accordion-content
	{
	border: 1px solid #c2c7cc;
	border-top: none;
	margin-bottom: 20px;
}

.favorites-dialog .ui-dialog-content {
	max-height: 400px !important;
}

.manage-notifications .remove-favorite {
	width: 4%;
}

.searchBarBox {
	padding-top: 20px;
}

.manage-notifications .ui-inputswitch {
	/* this is needed for the js on inputswitches to consistently render right */
	width: 100px;
}

.searchBarBox .submit-button {
	margin: 20px 0;
}

h3.add-category {
	margin: 40px 0 20px;
	text-transform: uppercase;
	color: #02466b;
	font-weight: bold;
}

a.add-remove {
	font-size: 14px;
}

a.add-remove h3 {
	font-size: 14px;
}

/*-------- Idea Portal ------------*/
#ideas .idea-popup {
	background: rgba(31, 34, 38, 0.6);
	border: none;
	border-radius: 3px;
	line-height: initial;
	position: fixed;
	bottom: 0 !important;
	top: initial !important;
	left: initial !important;
	right: 0 !important;
	width: calc(100% - 250px) !important;
	height: calc(100% - 46px);
	padding: 0;
	display: none;
	z-index: 100000;
	transition: all .8s ease;
	-o-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
}

#ideas .idea-popup .idea-container {
	height: 60%;
	width: 60%;
	position: absolute;
	top: 20%;
	left: 20%;
}

#container.policyholder #ideas .idea-popup {
	width: 100% !important;
}

#ideas .idea-popup iframe {
	position: relative;
	width: 100%;
	height: 300px !important;
}

#ideas .idea-exit {
	height: 16px;
	width: 16px;
	float: right;
	display: block;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	position: absolute;
	top: 11px;
	right: 10px;
	cursor: pointer;
	background-image:
		url(/javax.faces.resource/images/ui-icons_222222_256x240.png.xhtml?ln=primefaces-omega);
	background-position: -96px -128px;
}

#ideas .idea-exit:hover {
	border: 1px soild #c0c0c0;
}

#ideas .idea-popup .idea-popup-title {
	background: #d5d5d5;
	text-align: left;
	height: 40px;
}

#ideas .idea-popup .idea-popup-title h4 {
	display: inline;
	line-height: 40px;
	font-size: 16px !important;
	color: #4c4c4c;
	font-weight: bold;
	padding-left: 10px;
}
/*-------- Delivery Popup ------------*/
#deliveryDialog {
	padding: 0px !important;
	width: 80% !important;
	height: 80% !important;
	top: 10% !important;
	left: 10% !important;
	background: #f9f9f9;
	z-index: 100000000 !important;
	margin: 0;
	max-width: initial;
}

#deliveryDialog.ui-dialog .ui-dialog-content {
	max-height: initial !important;
}

#deliveryDialogPay {
	padding: 0px !important;
	width: 80% !important;
	height: 80% !important;
	top: 10% !important;
	left: 10% !important;
	background: #f9f9f9;
	z-index: 100000000 !important;
}

#deliveryDialog.ui-dialog .ui-dialog-content {
	height: 100% !important;
	padding: 0;
}

#deliveryDialogPay.ui-dialog .ui-dialog-content {
	height: 100% !important;
	padding: 0;
}

.delivery-popup {
	position: relative;
	background: #f9f9f9;
	height: 100%;
}

#deliveryDialog .ui-dialog-titlebar {
	display: none;
}

#deliveryDialogPay .ui-dialog-titlebar {
	display: none;
}

.delivery-popup .left {
	width: 25%;
	float: left;
	background: #5298b9;
	height: 100%;
	padding: 0 3%;
	overflow: auto;
}

.delivery-popup .left .icon {
	width: 26%;
	padding-bottom: 26%;
	border: 2px solid #fff;
	border-radius: 50%;
	margin: 25% auto;
	background: url('../../images/delivery-icon.png') no-repeat center
		center;
	background-size: cover;
}

.delivery-popup .left h4 {
	color: #fff;
	font-size: 24px;
}

.delivery-popup .left label {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	display: block;
	margin-top: 20px;
}

.delivery-popup .left span.delivery-prefer {
	margin-left: 15px;
	color: #fff;
}

.delivery-popup .right {
	width: 61%;
	float: right;
	background: #f9f9f9;
	height: 100%;
	padding: 0 3%;
	overflow: auto;
}

.delivery-popup .right h3 {
	color: #4c4c4c;
	font-size: 32px;
	margin: 3% 0;
}

.delivery-popup .right .delivery-close {
	position: absolute;
	right: 0;
	top: 0;
	background: none;
	width: 150px;
	height: 60px;
	border: none;
}

.delivery-popup .ui-message-error {
	border: none;
	padding: 0;
	margin: 0;
}

.delivery-popup .right .delivery-close span {
	cursor: pointer;
	position: absolute;
	right: 21px;
	top: 21px;
	z-index: 10007;
	background: #02466b;
	padding: 7px 28px;
	width: 57px;
	height: 19px;
	border-radius: 5px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}

.delivery-popup .right .personal-info select {
	width: 100% !important;
}

.delivery-popup .right .personal-info input {
	font-size: 14px;
	width: calc(100% - 22px) !important;
	padding: 10px;
}

.delivery-popup .right .personal-info table {
	width: 100%;
	display: block;
}

.delivery-popup .right .personal-info table tbody {
	width: 100%;
	display: block;
}

.delivery-popup .right .personal-info table tr {
	width: 100%;
	display: block;
}

.delivery-popup .right .personal-info table tr td.fd-ui-third {
	width: calc(33.33% - 4px) !important;
	display: inline-block;
	border: none;
}

.delivery-popup .right .delivery-button-form button:nth-child(2) {
	display: none;
}

.delivery-popup .right .delivery-button-form button {
	margin-top: 30px;
}

.delivery-popup .right .delivery-disclaimer {
	margin: 40px 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #ededed;
}

.delivery-popup .right .delivery-disclaimer h2 {
	font-size: 16px;
	color: #5298b9;
	text-transform: uppercase;
	font-weight: bold;
}

.delivery-popup .right .delivery-disclaimer h4 {
	color: #5298b9;
	margin: 10px 0 20px;
}

/*---------Contact Us---------*/

.print-favorites{
	cursor: pointer;
	float: right;
	margin-right: 8.2%;;
	margin-top: 2%;
}

.phone-extension{
	margin-left: 30px;
}

#phoneExtensionForm .favouritePhoneExtensionList{
	margin-bottom: 30px;
}

#phoneExtensionForm .ui-selectonemenu{
	width: 85%;
}

.contact-us {
	width: 90%;
	display: inline-block;
	margin-top: 10px;
}

.contact-us-half h1 {
	margin-bottom: 30px;
	border-bottom: 4px solid #acb3b8;
}

.contact-us-half {
	width:40%;
	margin: 0 3% 0 3%;
	display: inline-block;
	vertical-align: top;
}

.contact-us-field {
	margin: 10px 0;
}

.contact-us-field h2 {
	color: #003b5c;
	margin-bottom: 5px;
}

.contact-us-field .contact-us-half {
	width:48%;
	margin: 0 1% 0 1%;
	display: inline-block;
	vertical-align: top;
}

.contact-us-field span {
	width: 100%;
	display: inline-block;
	padding: 2px 0;
}

.contact-us-field a {
	color: #7a9a01;
}

.contact-us-label h2 {
	color: black;
	font-weight: bold;
}

/*-------- Header ------------*/
.title-header {
	position: relative;
	display: webit-box;
	display: ms-flexbox;
	display: -webkit-flex;
	display: moz flex;
	display: ms flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: flex end;
	margin-bottom: 24px;
	align-items: flex-end;
	min-height: 75px;
	border-bottom: 1px solid #c2c7cc;
	text-align: left;
}

.title-header-title {
	-webkit-box-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 20px 42px 10px;
}

.title-header-navigation {
	margin: 0 auto;
	position: relative;
	bottom: -1px;
	margin-right: 42px;
}

.title-header h1 {
	font-size: 30px;
}
/*-------- 2nd Navigation ------------*/
.navbar-secondary-item {
	padding: 22px 22px 5px;
	float: left;
	font-size: 17px;
	font-weight: 500;
	border-bottom: 5px solid transparent;
}

.navbar-item-is-active {
	color: rgb(2, 79, 120);
	border-color: rgb(2, 79, 120);
}

/*-------- 3rd Navigation ------------*/
.third-nav {
	float: left;
	width: 200px;
	margin-right: 24px;
	margin-left: 42px;
}

.sidebar-item {
	line-height: 1.3;
	position: relative;
	padding: 9px 22px;
	border-radius: 3px;
	cursor: pointer;
	text-align: left;
	display: block;
	font-size: 14px;
}

.sidebar-item-is-active {
	background-color: #023c5b;
	color: white;
}

.sidebar-item-is-inactive {
	background: none;
}

.sidebar-item span {
	font-size: 14px;
}

/*-------- Content ------------*/
.content-area {
	width: calc(100% - 308px);
	float: right;
	margin: 0 42px 42px 0;
}

.content-header {
	text-align: left;
	margin-left: 1em;
}

.content {
	padding: 0 42px 42px 42px;
}

/*-------- Content Right Buttons ------------*/
.new-button {
	float: right;
	padding: 0 1em;
	border-radius: 3px;
	border: 1px solid #c2c7cd;
	background-color: #f4f4f4;
	color: #363636;
	margin-left: 15px;
	margin-bottom: 15px;
	font-size: 15px;
}

.ui-widget.new-button {
	color: #363636;
	font-size: 15px;
}

.new-button:hover {
	background-color: white;
	color: black;
}

.new-button button.ui-widget {
	background: none;
	border: none;
	margin: 0;
}

.new-button button.ui-widget .ui-button-text {
	font-size: 15px;
	color: #363636;
	line-height: 24px;
	font-weight: normal;
	padding: 0;
}

.new-button button.ui-widget .ui-button-icon-left {
	display: none;
}

/*-------- Content Left View As ------------*/
.view-as {
	color: #fff;
	display: inline-block;
	width: calc(100% - 220px);
}

.view-as h4 {
	float: left;
	font-size: 14px;
	line-height: 28px;
	margin-right: 10px;
	margin-top:5px;
	font-weight: bold;
	text-transform: uppercase;
}

.view-as h2 {
	padding: 0 0 20px 0;
	color: #4c4c4c;
	text-align: left;
	margin: 0;
}

.view-as-custom {
    color: #fff;
    display: inline-block;
    width: calc(100% - 412px);
}

.view-as-custom h4 {
	float: left;
	font-size: 14px;
	line-height: 28px;
	margin-right: 10px;
	margin-top:5px;
	font-weight: bold;
	text-transform: uppercase;
}


.view-as-custom h2 {
	padding: 0 0 20px 0;
	color: #4c4c4c;
	text-align: left;
	margin: 0;
}

/*-------- Dashboard Right Side Panel ------------*/
.side-panel {
	float: right;
	max-width: 300px;
	height: calc(100vh - 120px);
	z-index: 1;
	background-color: white;
	border: #c2c7cc solid 1px;
	padding: 10px 5px 50px 15px;
	display: none;
	position: fixed;
	overflow-y: scroll;
	overflow-x: hidden;
}

.side-panel-content {
	width: 280px;
	overflow-x: hidden;
}

.side-panel-content-item {
	margin-top:10px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	gap: 10px;
}

.side-panel-close {
	float: right;
	cursor: pointer;
	margin-bottom: 5px;
}

.side-panel-close-container {
	display: inline-block;
	width: 100%;
}

.side-panel-subheader {
	max-width: 100%;
	display: inline-block;

}

.side-panel-content img {
	width: 100%;
}

.side-panel-content a {
	width: 40%;
}

.side-panel-content-details {
	width: 55%;
	display: inline-block;
}

.side-panel-content h5 {
	margin-bottom: 5px;
	font-size: 17px;
}

.side-panel-content p {
	margin-top: 5px;
	line-height: 1.5;
}

.side-panel-header {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.right {
	float: right;
}

.side-panel-header-right {
	max-width: 49%;
	width: 100%;
	display: inline-block;
	padding-left: 5px;
}

.side-panel-main-header {
	max-width: 49%;
	display: inline-block;
	font-size: 17px;
}

#dashboardContent {
	float: left;
	width: 100%;
}

#grid-9 {
	display: inline-block;
	width:100%;
}

#allDashboards .ui-state-highlight {
	background-color: #fff;
	color: #222;
}

a.fa-star.gold-star {
	color: #ffc400;;
}

a.fa-pencil.link-fa {
	text-decoration: none;
}

.ui-state-highlight a.fa-star.gold-star {
	color: #ffc400;
	text-decoration: none;
}

a.fa-star-o.gold-star {
	text-decoration: none;
}

.ui-state-highlight a.fa-star-o.gold-star {
	text-decoration: none;
}

.ui-state-highlight .ui-icon {
	background-image: url("/javax.faces.resource/images/ui-icons_222222_256x240.png.xhtml?ln=primefaces-omega");
}

.create-dashboard-fh-list {
	position: fixed;
}

.center-text{
	text-align: center;
}

.dashboard-arrow {
	margin-left: 5px;
	position: relative;
	bottom: 3px;
}

.dashboard-button {
	padding: 5px 20px 5px 15px;
}

.dashboard-menu {
	background: white;
	z-index: 1;
	border: #c2c7cc solid 1px;
	position: absolute;
	top: 30px;
	left: calc(100% - 250px);
}

.dashboard-menu menu {
	padding: 0 10px 0 10px;
	margin: 10px 0 16px 0;
	width: 250px;
}

.dashboard-menu h6 {
	margin: 0;
}

.dashboard-menu li {
	width:100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.dashboard-menu li * {
	display: inline-block;
}

.dashboard-menu li a {
	float:right;
}

.dashboard-menu li i.fa {
	font-size: 16px;
	margin-right: 3px;
}

.dashboard-menu li hr {
	width: 100%;
	border-width: 1px;
	margin: 1em auto 0 auto;
}

.dashboard-options {
	background: white;
	z-index: 1;
	border: #c2c7cc solid 1px;
	position: absolute;
	left: calc(100% - 175px);
}

.dashboard-options menu {
	padding: 0 10px 0 10px;
	margin: 10px 0 16px 0;
	width: 175px;
}

.dashboard-options-button {
	cursor: pointer;
}

.selectable {
	cursor: pointer;
}

.dashboard-menu-action-item:hover {
	background-color: #eee;
}

.dashboard-menu-action-item {
	padding-right: 3px;
	padding-left: 3px;
	border-radius: 3px;
}

.dashboard-panel {
	width:calc(50% - 50px);
	margin-right: 20px;
	margin-left: 20px;
	display: inline-block;
}
@media screen and (max-width: 1024px) {
	.dashboard-panel{
		width:100%;
		margin-right:0px;
		margin-left:0px;
	}
}

.widget .fa-arrows {
	color: white;
	font-size: 20px;
	margin-left: 10px;
}

.widget-top {
	cursor: grab;
}

.drag-cursor {
	cursor: grabbing;
}

.default-text {
	font-size: 12px;
	margin-left: 5px;
}


.widget-details {
	display: inline-block;
}

.widget-details-description {
	width: 50%;
	float: left;
}

.widget-details-img {
	display: inline-block;
	width: calc(100% - 200px);
	margin-right: 100px;
	margin-left: 100px;
}

.widget-details-footer {
	display: inline-block;
	width: 100%;
}

.loading-gif {
	background: url('../../images/ripple.gif')no-repeat;
	background-size: contain;
	width:30px;
	height:30px;
	display: inline-block;
	position: absolute;
	top: 3px;
	left: 250px;
	z-index: 5;
}

.search-bar {
	position:relative;
}

.widget-roles {
	font-size: 10px;
}

.widget-add {
	color: #1C4257;
	font-weight: bold;
}

.widget-remove {
	font-weight: bold;
	color: #6e2306;
}













@media screen and (max-width: 1420px) {
	.navbar-secondary-item {
		font-size: 14px;
	}
	#deliveryDialog {
		width: 90% !important;
		height: 90% !important;
		left: 5% !important;
		top: 5% !important;
	}
	.delivery-popup .right .personal-info table tr td.fd-ui-third {
		width: 32.5% !important;
	}
	div.fd-ui-panel.user-sidebar div.fd-ui-panel-body {
		width: 100%;
	}
	#ideas .idea-popup .idea-container {
		height: 80%;
		top: 10%;
		width: 80%;
		left: 10%;
	}
}
@media screen and (max-width: 1220px) {
	.navbar__logo {
		display: none;
	}
	.navbar__merchant {
		display: none;
	}
	.navbar__environment {
		display: none;
	}
	.navbar__tablet-action {
		display: block;
	}
	.navbar__section--tablet-logo {
		display: block;
	}
	.navbar__section--tablet-logo .navbar__mobile{
		display:block;
	}
	.navbar__section--tablet-logo .navbar__mobile a{
		display:block;
		height:40px;
		width:40px;
	}
	.navbar__section--tablet-logo .navbar__mobile a span{
		display:none;
	}
	.dashboard-navigation__navbar {
        left: -180px;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		-webkit-transition: all .5s ease-in-out;
	}
	.dashboard-navigation__navbar.active {
		left:0;
	}
	.dashboard-navigation__topbar {
		width: calc(100% - 71px);
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		-webkit-transition: all .5s ease-in-out;
	}
	.dashboard-navigation__topbar.active {
		width: calc(100% - 251px);
	}
	.navbar__sections{
	}
	.navbar__sections__item{
		opacity: 0.0;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		-webkit-transition: all .5s ease-in-out;
	}
	.dashboard-navigation__navbar.active .navbar__sections__item {
		opacity: 1.0;
	}
	.navbar__sections__item.navbar__section--tablet-logo{
		opacity:0.3;
	}
	.dashboard-navigation__navbar.active .navbar__sections__item.navbar__section--tablet-logo {
		opacity: 0.0;
	}
	
	#footer {
		width: calc(100% - 70px);
		margin-left: 70px;
	}
	div.fd-ui-dialog .popup-documents div.fd-ui-panel.library tr {
		width: 30%;
	}
	#ideas .idea-popup {
		width: calc(100% - 70px) !important;
	}
	.notificationDelivery .notification-labels label {
		width: 250px;
	}
}

@media screen and (max-width: 1024px) {
	.modal-search__search-input {
		width: 315px;
	}
	.navbar__mobile{
		display:block;
	}
	.navbar__sections__item {
		opacity: 1.0;
	}
	.navbar__sections__item.navbar__section--tablet-logo {
		display: none;
	}
	.navbar__tablet-action {
		display: none;
	}
	.phone-logo{
		display:block;
	}
	.phone-action{
		display:block;
	}
	.dashboard-navigation__topbar {
		width:100%;
	}
	.dashboard-navigation__navbar {
		width: 100% !important;
		padding-top: 15px;
		display: none;
		top: 45px;
        left:0;
		height: calc(100% - 45px) !important;
	}
	.dashboard-navigation__navbar.show {
		display: block;
	}
	.navbar__header{
		display: none;
	}
	.navbar__sections__scroll {
		width:calc(100% + 20px);
	}
	.navbar__sections{
		width:98%;
		position: relative;
		height: 100%;
	}
	.navbar__sections__item {
		width: 96%;
		margin: auto;
		height: 50px;
		background: #797979;
		border: 1px solid #404040;
	}
	#navbar__section--space {
		background: none;
		border: none;
	}
	.navbar__sections__item h3 {
		margin-left: 20px;
		line-height: 50px;
		font-size: 18px;
	}
	.navbar__sections__item-icon {
		display: none;
	}
	.hide-phone-nav {
		display: none;
	}
	.navbar__sections .navbar__sections__item.navbar-item-is-active {
		border: 1px solid #fff;
		background: #797979;
	}
	.title-header {
		display: none;
	}
	.page-navigation__phonenav {
		display: block;
	}
	.phonenav__thirdnav-action {
		display: block;
	}
	.third-nav {
	    position: absolute;
	    left: -100%;
	    background: #e7ebee;
	    width: calc(100% - 20px);
	    height: 100%;
	    top: 100px;
	    z-index: 100;
	    margin:0;
	    padding:10px;
	    transition: all .3s ease-in-out;
	    -o-transition: all .3s ease-in-out;
	    -moz-transition: all .3s ease-in-out;
	    -webkit-transition: all .3s ease-in-out;
	}
	.third-nav.active{
		left:0;
	}
	.sidebar{
		display:block;
	}
	.content {
		padding: 0 30px 30px 30px;
	}
	.content-area {
		width: calc(100% - 60px);
		margin-right: 30px;
	}
	#footer {
		width: 100%;
		margin-left: 0;
	}
	#deliveryDialog {
		width: 98% !important;
		height: 98% !important;
		left: 1% !important;
		top: 1% !important;
	}
	.delivery-popup .left .icon {
		display: none;
	}
	.delivery-popup .left h4 {
		margin-top: 40px;
	}
	.delivery-popup .left span.delivery-prefer {
		margin: 0;
	}
	.delivery-popup .left label {
		line-height: 24px;
		margin-bottom: 10px;
	}
	.delivery-popup .right h3 {
		font-size: 24px;
	}
	.account-delivery .user-box label {
		line-height: 35px;
	}
	#ideas .idea-popup {
		width: 100% !important;
	}
	.notificationDelivery .notification-labels h4 {
		display: none;
	}
	.manage-notifications .custom-accordian .ui-accordion h3 a {
		width: 50px;
		overflow: hidden;
		height: 15px;
	}
	.manage-notifications .custom-accordian .ui-accordion .ui-accordion-header
		{
		font-size: 14px;
	}
}
@media screen and (max-width: 640px) {
	.content {
		padding: 0 10px 10px 10px;
	}
	.content-area {
		width: calc(100% - 20px);
		margin-right: 10px;
	}
	.user-nav {
		width: calc(100% - 140px);
	}
	.dashboard-navigation__navbar {
		left: 0px;
	}
	.phone-search-box {
		display: block
	}
	.phone-search-drop {
		display: block
	}
	.phone-search-exit {
		display: block
	}
	.modal-search {
		position: absolute;
		left: 0;
		width: 100%;
		top: -50px;
		background: #fff;
		border-bottom: 1px solid #c2c7cc;
	}
	.modal-search.show {
		top: 0;
	}
	.modal-search__search-input{
		width:calc(100% - 101px);
	}
	.notifications-menu__table .ui-datatable{
		height:300px;
	}
	.notifications-drawer__dropdown{
		width:310px;
		height:400px;
		right:-45px;
	}
	.search-box .search-input {
		width: calc(100% - 101px);
	}
	.new-button {
		float: left;
		margin: 0;
	}
	.message-delete {
		width: 50px;
	}
	.delivery-popup .left {
		width: 94%;
		float: none;
		height: initial;
	}
	.delivery-popup .right {
		width: 94%;
		float: none;
		height: initial;
	}
	.delivery-popup .right .delivery-close span {
		right: 0;
		top: 3px;
	}
	.delivery-popup .right .personal-info table tr td.fd-ui-third {
		width: 32% !important;
	}
	.account-info .user-sidebar li {
		width: 100%;
		top: 0;
	}
	.account-delivery .user-box label {
		font-size: 20px;
	}
	.account-info .personal-info .user-box table tr td.fd-ui-third {
		width: 100%;
	}
	.account-info .personal-info .user-box .delivery-button button:nth-child(2)
		{
		display: none;
	}
	.account-info .personal-info .user-box .delivery-button .fd-ui-buttons-cancel
		{
		display: none;
	}
	#ideas .idea-popup .idea-container {
		width: 96%;
		left: 2%;
		height: 90%;
	}
	.notificationDelivery .notification-title h4 {
		margin-left: 0;
	}
	.notificationDelivery .notification-title .ui-inputswitch {
		margin-right: 0;
	}
	.notificationDelivery .notification-labels label {
		width: 215px;
		margin-left: 0;
	}
	.notificationDelivery .notification-labels .ui-inputswitch {
		margin-right: 0;
	}
	.manage-notifications .custom-title a {
		float: left;
	}
	.message-box .message-drop {
		right: -46px;
		width: 320px;
		height: 430px;
	}
	.message-box .message-drop .notifications {
		height: 330px;
	}
	.notification-options .note-settings {
		float: left;
	}
}















