/* CPFS - 146 UI code changes START*/
.custom-notifications {
    margin: 0px;
    width: 100%;
}
.customize-results {
	width: 100%;
	margin: 0;
	padding-left: 20px;
	min-height: 400px;
}
.custom-notifications .customAccount {
    width: 100%;
    margin: 0 !important;
    min-height: auto !important;
}

.custom-notifications #notifyIcon {
    font-size: 24px;
    position: relative;
    padding-left: 18px;
    top: -1px;
    cursor: pointer;
    margin-top: 1px;
}
.notify-select label {
	font-weight: normal;
    color: #333;
    display: inline-block;
    padding-left: 25px;
}
.notify-select input {
	margin-top: 4px;
    opacity: 1;
    width: 18px;
    height: 15px;
    display: inline-block;
}
.notify-select input[type='radio']:checked + label:not(.label--toggle)::before {
	background: none;
}
.notifyEmail-btns {
	position: relative;
    bottom: 128px;
    padding-right: 25px;
    width: 99%;
    margin-bottom: 10px;
    text-align: right;
}
.customize-results .sub-section {
	width: 20%;
	display: inline;
}
.customize-results select {
	width: 190px;
	margin: 5px 0;
	margin-bottom: 10px;
	padding-right: 2rem !important;
}
.sub-section-divider {
	width: 92%;
    min-height: 310px;
    border-right: 1px solid #cccccc;
}
.customize-results .custom-results {
	margin-top: 40px;
    font-size: 14px;
    font-weight: bold;
}
.custom-results-sub p{
	color: black;
    font-size: 15px;
    margin: 0;
    font-weight: bolder;
    word-break: break-all;
}

.custom-results-sub {
	padding-left: 24px;
}
.custom-results-sub .fa-times {
	color: red !important;
	cursor: pointer;
}
.custom-cancelPopup .fa-times {
	float: right !important;
    position: relative;
    right: -30px;
    top: -22px;
    font-size: 18px;
}
.custom-notifications .alert-custom-messages {
    background-color: #dddddd;
    width: 85%;
    height: 35px;
    margin-left: 110px;
    text-align: center;
    border-radius: 5px;
}

.custom-notifications .alert-custom-messages p{
    padding: 7px;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.custom-notifications .addon-message {
	margin: 0;
    width: 100%;	
}
.addon-message .fa-times-circle{
	float: right;
    position: relative;
    right: 8px;
    top: 4px;
}
.custom-notifications .custom-cancelPopup {
	display: none;
	margin: 20px 0;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
    margin-top: 0 !important;
}

.custom-notifications #customCancelPopup {
	position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    background: white;
    padding: 25px 50px;
    border-radius: 5px;
}

.custom-notifications {
    margin: 0px;
    width: 100%;
}
.customize-results {
	width: 100%;
	margin: 0;
}
.custom-notifications .customAccount {
    width: 100% !important;
    margin: 0 !important;
    min-height: auto !important;
}

.custom-notifications #notifyIcon {
    font-size: 24px;
    position: relative;
    padding-left: 18px;
    top: -1px;
    cursor: pointer;
    margin-top: 1px;
}
.notify-select label {
	font-weight: normal;
    color: #333;
    display: inline-block;
    padding-left: 25px;
}
.notify-select input {
	margin-top: 4px;
    opacity: 1;
    width: 18px;
    height: 15px;
    display: inline-block;
}
.notify-select input[type='radio']:checked + label:not(.label--toggle)::before {
	background: none;
}
.customize-results .sub-section {
	width: 20%;
	display: inline;
}
.customize-results select {
	width: 200px;
	margin: 5px 0;
	margin-bottom: 10px;
}
.sub-section-divider {
	width: 92%;
    min-height: 310px;
    border-right: 1px solid #cccccc;
}
.customize-results .custom-results {
	margin-top: 40px;
    font-size: 14px;
    font-weight: bold;
}
.custom-results-sub p{
	color: black;
    font-size: 15px;
    margin: 0;
    font-weight: bolder;
}
.custom-results-sub .fa-times {
	color: red !important;
}
.custom-cancelPopup .fa-times {
	float: right !important;
    position: relative;
    right: -30px;
    top: -10px;
}
.custom-notifications .addon-message {
	margin: 0;
    width: 100%;	
}
.addon-message .fa-times-circle{
	float: right;
    position: relative;
    right: 8px;
    top: 4px;
}
.custom-notifications .custom-cancelPopup {
	display: none;
	margin: 20px 0;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}
.custom-notifications #customCancelPopup {
	position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    background: white;
    padding: 25px 50px;
    border-radius: 5px;
    width: 385px !important;
}
.btn-notActive {
	background: #ececec;
}
/* CPFS-600-Technical Publication Preferences Info Icon START */
.techPubPrefsInfoIcon {
    font-size: 24px;
    position: relative;
    padding-left: 18px;
    top: -1px;
    cursor: pointer;
    margin-top: 1px;
}
/* CPFS-600-Technical Publication Preferences Info Icon END */

/* CPFS-979-Auto Complete Text Box Style START */
@media screen and (min-width: 37.5rem) {
    input[type='search'] {
        height: 3.10rem;
        max-width: 12.75rem;
    }
}
/* CPFS-979-Auto Complete Text Box Style END */

/* CPFS-979-Auto Complete Results Menu Style START */
.ui-menu-item a {
	max-width: 100%;
	white-space: nowrap;
	/*overflow: auto;*/
	overflow-wrap: break-word;
	/*text-overflow: ellipsis;*/
}
/* CPFS-979-Auto Complete Results Menu Style END */

/* CPFS-979-Auto Complete Scroll Bar Style START */
.ui-autocomplete {
	max-height: 250px;
	overflow-y: auto;
	overflow-x: auto;
	/*padding-right: 20px;*/
}
/* CPFS-979-Auto Complete Scroll Bar Style END */

/* CPFS - 146 UI code by Venkat END*/

