@CHARSET "UTF-8";

/*-- global reset --*/
html {
	font-family: "Segoe UI", Tahoma, Arial, Verdana, Sans-serif;
}

body {
	font-family: inherit;
	font-weight: normal;
	line-height: 1.2;
}

.resetCSS {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	outline: none;
	border: none;
	margin: 0;
	padding: 0;
}

/* loading */
#loadingContainerId {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
	z-index: 9997;
}

#loadingCardId {
	position: relative;
	top: 50%;
	margin: -20px auto;
	display: inline-block;
	background-color: #F5F6F7;
	border: 1px solid #ABB4BC;
	border-radius: 4px;
	z-index: 9998;
}

#loadingMessageId {
	margin: 2px;
	padding: 4px 5px 4px 25px;
	background-image: url('../images/loading.gif');
	background-repeat: no-repeat;
	background-position: 5px center;
	border: 1px solid #DDDDDD;
	border-radius: 2px;
	background-color: #EEEEEE;
	line-height: 16px;
	color: #222222;
	z-index: 9999;
}

.loadingMessage::before {
	content: url('../images/loading.gif');
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 2px;
	vertical-align: middle;
}

/* navigation */
.navbar .navbar-brand {
	padding: 0 0 0 15px;
}

.navbar .navbar-brand img {
	width: 50px;
	height: 50px;
}

.navbar .navbar-brand:focus,
.navbar .navbar-brand:focus-visible {
	outline: 1px solid #ffffff;
	outline-offset: -2px;
}

.dropdown-menu {
	padding: 5px 0px;
}

html.with-bottom-navbar {
	position: relative;
	min-height: 100%;
}

body.with-bottom-navbar {
	margin-bottom: 50px;
}

footer.footer-navbar {
	width: 100%;
	height: 50px;
}

/* alert */
.alert {
	padding: 10px;
}

.alert-dismissable, .alert-dismissible {
	padding-right: 30px;
}

.alert-dismissable .close, .alert-dismissible .close {
	top: -4px;
}

/* popover */
.popover {
	max-width: none;
	font-family: inherit;
	font-size: 12px;
}

.popover-title {
	font-size: 12px;
}

.popover-footer {
	margin: 0;
	padding: 8px 14px;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	background-color: #F7F7F7;
	border-bottom: 1px solid #EBEBEB;
	border-radius: 5px 5px 0 0;
}

.popover-content{
	width: 25rem;
}

/* input error */
input.inputError {
	border-color: #C11A2E;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	background-image: url('../images/exclamation.png');
	background-position: 98% center;
	background-repeat: no-repeat;
}

input.inputError:focus {
	border-color: #DC1E33;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #F2A1AA;
}

textarea.inputError {
	border-color: #C11A2E;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	background-image: url('../images/exclamation.png');
	background-position: 98% center;
	background-repeat: no-repeat;
}

textarea.inputError:focus {
	border-color: #DC1E33;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #F2A1AA;
}

select.inputError {
	border-color: #C11A2E;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	background-image: url('../images/exclamation.png');
	background-position: 90% center;
	background-repeat: no-repeat;
}

select.inputError:focus {
	border-color: #DC1E33;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #F2A1AA;
}

input[type=checkbox].inputError {
	outline: 1px solid #C11A2E;
}

table.inputError {
	outline: 1px solid #C11A2E;
	border: 1px solid #C11A2E;
}

@media screen and (max-width: 767px) {
	.table-responsive > table.inputError {
		outline: 1px solid #C11A2E;
		border: 1px solid #C11A2E;
	}
}

.inputError-block {
	margin-top: 5px;
	margin-bottom: 10px;
	color: #C11A2E;
	text-align: left;
}

.center-input-block {
	margin-top: 5px;
    margin-bottom: 15px;
    color: #C11A2E;
    text-align: center;
}

/* table */
.table-borderless,
.table-borderless > thead > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tbody > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > tfoot > tr > td {
	border: none;
}

.table-edge-bordered {
	border: 1px solid #DDDDDD;
}

@media screen and (max-width: 767px) {
	.table-responsive > .table-edge-bordered {
		border: 0;
	}
}

.table-highlight > tbody > tr.highlight {
	background-color: #D9EDF7;
}

.tablesorter-default .tablesorter-header.tablesorter-headerUnSorted:not(.sorter-false),
.tablesorter-default .headerSortUp,
.tablesorter-default .tablesorter-headerSortUp,
.tablesorter-default .tablesorter-headerAsc,
.tablesorter-default .headerSortDown,
.tablesorter-default .tablesorter-headerSortDown,
.tablesorter-default .tablesorter-headerDesc {
	cursor: pointer;
	padding-right: 21px;
}

.tablesorter-header:active{
	outline: #FFFFFF 0px solid;
	border: #FFFFFF 0px solid;
}
.tablesorter-header:focus{
	outline: 1px solid #1D6080;
	outline-offset: -1px;
}

.tablesorter-default .tablesorter-header.tablesorter-headerUnSorted:not(.sorter-false) .tablesorter-header-inner::after {
	content: url(data:image/gif;base64,R0lGODlhFQAJAIABAB45SP///yH5BAEKAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
	width: 0;
	height: 0;
	margin-right: -21px;
}

.tablesorter-default .headerSortUp,
.tablesorter-default .tablesorter-headerSortUp,
.tablesorter-default .tablesorter-headerAsc,
.tablesorter-default .headerSortDown,
.tablesorter-default .tablesorter-headerSortDown,
.tablesorter-default .tablesorter-headerDesc {
	border-bottom: #1D6080 2px solid;
	color: #1D6080;
}

.tablesorter-default .headerSortUp .tablesorter-header-inner::after,
.tablesorter-default .tablesorter-headerSortUp .tablesorter-header-inner::after,
.tablesorter-default .tablesorter-headerAsc .tablesorter-header-inner::after {
	content: url(data:image/gif;base64,R0lGODlhFQAEAIABADCX0f///yH5BAEKAAEALAAAAAAVAAQAAAINjI+AywnaYnhUMopbAQA7);
	position: relative;
	top: -2px;
	width: 0;
	height: 0;
	margin-right: -21px;
}

.tablesorter-default .headerSortDown .tablesorter-header-inner::after,
.tablesorter-default .tablesorter-headerSortDown .tablesorter-header-inner::after,
.tablesorter-default .tablesorter-headerDesc .tablesorter-header-inner::after {
	content: url(data:image/gif;base64,R0lGODlhFQAEAIABADCX0f///yH5BAEKAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
	position: relative;
	top: -2px;
	width: 0;
	height: 0;
	margin-right: -21px;
}

.tablesorter .filtered {
	display: none;
}

/* layout */
.m-a-xs {
	margin: 5px !important;
}

.m-t-xs {
	margin-top: 5px !important;
}

.m-t-2 {
	margin-top: 2.5px !important;
}

.m-r-xs {
	margin-right: 5px !important;
}

.m-b-xs {
	margin-bottom: 5px !important;
}

.m-l-xs {
	margin-left: 5px !important;
}

.m-x-xs {
	margin-right: 5px !important;
	margin-left: 5px !important;
}

.m-y-xs {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.m-a-sm {
	margin: 10px !important;
}

.m-t-sm {
	margin-top: 10px !important;
}

.m-r-sm {
	margin-right: 10px !important;
}

.m-b-sm {
	margin-bottom: 10px !important;
}

.m-l-sm {
	margin-left: 10px !important;
}

.m-x-sm {
	margin-right: 10px !important;
	margin-left: 10px !important;
}

.m-y-sm {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.p-a-xs {
	padding: 5px !important;
}

.p-t-xs {
	padding-top: 5px !important;
}

.p-r-xs {
	padding-right: 5px !important;
}

.p-b-xs {
	padding-bottom: 5px !important;
}

.p-l-xs {
	padding-left: 5px !important;
}

.p-x-xs {
	padding-right: 5px !important;
	padding-left: 5px !important;
}

.p-y-xs {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.p-a-sm {
	padding: 10px !important;
}

.p-t-sm {
	padding-top: 10px !important;
}

.p-r-sm {
	padding-right: 10px !important;
}

.p-b-sm {
	padding-bottom: 10px !important;
}

.p-l-sm {
	padding-left: 10px !important;
}

.p-x-sm {
	padding-right: 10px !important;
	padding-left: 10px !important;
}

.p-y-sm {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

/* text */
.text-light {
	font-weight: 300;
}

.text-normal {
	font-weight: 400;
}

.text-medium {
	font-weight: 500;
}

.text-semibold {
	font-weight: 600;
}

.text-bold {
	font-weight: 700;
}

.text-xs {
	font-size: 10px;
}

.text-sm {
	font-size: 12px;
}

.text-md {
	font-size: 14px;
}

.text-lg {
	font-size: 16px;
}

.text-xl {
	font-size: 18px;
}

.text-underline {
	text-decoration: underline;
}

/* miscellaneous */
.faded {
	opacity: 0;
}

.custom-control-indicator {
	width: 16px;
	height: 16px;
	border: 1px solid rgba(0, 0, 0, 0.8);
}

#fileDocumentModalId .modal-header, #fileDocumentModalId .modal-footer {
	border: none;
}

#fileDocumentModalId .modal-text {
	height: 100px;
}

#fileDocumentModalId .box-content { 
	border: 2px solid #ebf1f4;
    background: #f4f8fb;
}

#fileDocumentModalId .modal-header {
	padding: 0;
}

#fileDocumentModalId .close {
	padding: 0;
	margin: 5px 10px 0 0;
}

.search-box {
	max-width: 200px;
}

.popover-markup .popover-footer {
  margin: 0;
  padding: 8px 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #F7F7F7;
  border-top: 1px solid #EBEBEB;
}

/* This is the contents of the original '.popover-content' class.
   The padding values have been copied here.
*/
.popover-markup .popover-content1 {
    padding: 9px 14px;
    padding-top: 9px;
    padding-right: 14px;
    padding-bottom: 9px;
    padding-left: 14px;
}

/* This is the original content class used by the bootstrap popover.
   This adds padding on all sides. The padding has been set to 0 here 
   to allow the footer to expand to fill the entire width of the popup
*/
.popover-markup .popover-content {
    padding: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.revisions-needed-icon{
    position: relative;
    line-height: initial;
    margin-left: 4px;
    width: 15px;
    height: 15px;
    padding: 0;
    background-color: #a94442;
    border-radius: 50%;
    border: none;
}
.icon-exclamation:before {
    content: "\0021";
    font-weight: 700;
    top: -2px;
    color: #FFF;
}
.odr-filed-document-info-icon {
	position: relative;
    line-height: initial;
    margin-left: 4px;
    margin-right: 4px;
    width: 15px;
    height: 15px;
    padding: 0;
    background-color: #ffc107;
    border-radius: 50%;
    border: none;
}
.svg-icon.money-check-dollar-pen-solid {
	width: 20px;
	height: 20px;
	margin: 0px;
	margin-top: -1px;
	display: block;
	-webkit-mask: url(../images/money-check-dollar-pen-solid.svg) no-repeat
		center/contain;
	mask: url(../images/money-check-dollar-pen-solid.svg) no-repeat center/contain;
	background-color: #A94442;
}

#ODRfiledDocWarning .icon-exclamation:before {
	top: -5px;
	left: 5px;
}

#ODRfiledDocWarning {
	line-height: 1;
}

.animated-form .form-group{
	position: relative;
	text-align: start;
	margin-bottom: 20px;
}
.animated-form .form-group>label {
	position: absolute;
	top: 7px;
    left: 6px;
    color: #536570;
    background-color: white;
    padding: 0px 5px 0px 5px;
    font-size: 0.9em;
    transition: 0.2s;
    font-weight: normal;
    pointer-events: none;
    z-index: 1;
}
.animated-form .form-group.label-animate>label {
	top: -7px !important;
	left: 5px !important;
    font-size: 0.8em;
}

.animated-form input:-webkit-autofill,
.animated-form input:-webkit-autofill:hover, 
.animated-form input:-webkit-autofill:focus, 
.animated-form input:-webkit-autofill:active {
	-webkit-background-clip: text;
	border-color: #1C79C4;
}

/* Placeholder */
*::-webkit-input-placeholder {
    color: #757575 !important;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #757575 !important;
    opacity: 1;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #757575 !important;
    opacity: 1;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #757575 !important;
}
*::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #757575 !important;
}
*::placeholder {
    /* modern browser */
    color: #757575 !important;
}
.form-control {
	color: #000 !important;
}

.p-y-1{
	padding: 1rem 0;
}
.navbar-inverse .navbar-nav > li > a:active,
.navbar-inverse .navbar-nav > li > a.activeState,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:focus-visible {
	outline: 1px solid #1e3948;
	outline-offset: -2px;
	background: #1e3948;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:focus-visible {
	outline: 1px solid #ffffff;
}

.navbar-inverse .navbar-nav > li > a.dropdown-toggle.inactiveDropdown.activeState:active,
.navbar-inverse .navbar-nav > li > a.dropdown-toggle.inactiveDropdown.activeState:focus,
.navbar-inverse .navbar-nav > li > a.dropdown-toggle:active,
.navbar-inverse .navbar-nav > li > a.dropdown-toggle:focus {
	outline: 1px solid #1e3948;
	background: #1e3948;
}

.navbar-inverse .navbar-nav > li > a.dropdown-toggle.inactiveDropdown.activeState:focus,
.navbar-inverse .navbar-nav > li > a.dropdown-toggle:focus {
	outline: 1px solid #ffffff;
}

.navbar-inverse .navbar-nav > li > a.dropdown-toggle.inactiveDropdown:active,
.navbar-inverse .navbar-nav > li > a.dropdown-toggle.inactiveDropdown:focus{
	color: #fff;
    background-color: transparent;
    outline: none;
}


/* START - Navigation Icon Bar */
.navigation-icon-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: white;
    z-index: 99;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    border-top: 1px solid #d3e0e9;
}
.navigation-icon-bar-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	color: #000;
	width: 25%;
	height: 100%;
}
.navigation-icon-bar-item.navActiveState,
.navigation-icon-bar-item.activeState,
.navigation-icon-bar-item:focus,
.navigation-icon-bar-item:active {
	background: #1e3948;
	color: #fff;
	text-decoration: none;

}

.navigation-icon-bar-item .svg-icon {
	width: 18px;
    height: 18px; 
    background-color: #000;
    margin: 2px;
}
.navigation-icon-bar-item .svg-icon.icon-mycase {
	width: 20px;
    height: 20px;
    margin: 1px; 
	-webkit-mask: url(../images/USC_logo.svg) no-repeat center / contain;
    mask: url(../images/USC_logo.svg) no-repeat center / contain;
}

.navigation-icon-bar-item .svg-icon.icon-clone {
	-webkit-mask: url(../images/clone-regular.svg) no-repeat center / contain;
    mask: url(../images/clone-regular.svg) no-repeat center / contain;
}
.navigation-icon-bar-item .svg-icon.icon-paperwork {
	-webkit-mask: url(../images/paperclip-solid.svg) no-repeat center / contain;
    mask: url(../images/paperclip-solid.svg) no-repeat center / contain;
}
.navigation-icon-bar-item.navActiveState .svg-icon.icon-clone,
.navigation-icon-bar-item.navActiveState .svg-icon.icon-chat,
.navigation-icon-bar-item.activeState .svg-icon.icon-mycase,
.navigation-icon-bar-item.activeState .svg-icon.icon-user-solid,
.navigation-icon-bar-item.activeState .svg-icon.icon-paperwork,
.navigation-icon-bar-item:focus .svg-icon.icon-mycase,
.navigation-icon-bar-item:active .svg-icon.icon-mycase,
.navigation-icon-bar-item:focus .svg-icon.icon-clone,
.navigation-icon-bar-item:active .svg-icon.icon-clone,
.navigation-icon-bar-item:focus .svg-icon.icon-user-solid,
.navigation-icon-bar-item:active .svg-icon.icon-user-solid, 
.navigation-icon-bar-item:focus .svg-icon.icon-paperwork,
.navigation-icon-bar-item:active .svg-icon.icon-paperwork {
	color: #1e3948;
	background-color: #fff;
}
.navigation-icon-bar-item .svg-icon.icon-user-solid {
	-webkit-mask: url(../images/user-solid.svg) no-repeat center / contain;
    mask: url(../images/user-solid.svg) no-repeat center / contain;
}

.svg-icon.icon-pencil-solid {
	-webkit-mask: url(../images/pencil-solid.svg) no-repeat center / contain;
    mask: url(../images/pencil-solid.svg) no-repeat center / contain;
}

.svg-icon.file-arrow-download {
	display: block;
	width: 16px;
    height: 22px;
    background: #1D6080;
	-webkit-mask: url(../images/file-download.svg) no-repeat center / contain;
    mask: url(../images/file-download.svg) no-repeat center / contain;
	cursor: pointer;
}

.svg-icon.file-pending {
	display: block;
	width: 16px;
    height: 22px;
    background: #1D6080;
	-webkit-mask: url(../images/pending.svg) no-repeat center / contain;
    mask: url(../images/pending.svg) no-repeat center / contain;
	cursor: pointer;
}

.svg-icon.file-exclamation {
	display: block;
	width: 16px;
    height: 22px;
    background: #1D6080;
	-webkit-mask: url(../images/exclamation.svg) no-repeat center / contain;
    mask: url(../images/exclamation.svg) no-repeat center / contain;
	cursor: pointer;
	transform: scale(1.5,1.55);
}

.modified-warning-text {
	padding: 15px;
	background-color: #e4b9b9;
	text-align: center;
	font-weight: 600;
	margin-top: -15px;
}

.paperwork-name-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modal-dialog.paperwork-download-modal {
	margin-top: 250px;
}

/*.navigation-icon-bar-item.active {
	color: #1D6080 !important;
}
.navigation-icon-bar-item .active-bg {
	background-color: #1D6080 !important;
}*/
@media screen and (max-width: 767px) {
	.footer .container {
		padding-bottom: 75px;
	}
}

/* END - Navigation Icon Bar */

.navbar-collapse.in {
  height: calc(100vh - 50px);
}

/* START : Accordion */
#accordion, .jquery-accordion{
	width: 100%;
	min-width: 340px;
    margin:0 auto; 
}
#accordion h3, .jquery-accordion h3{
    width:100%;
    height:auto;
    color:white;
    background:rgb(31,104,150);
    padding:10px;
    border:1px solid rgb(31,104,150);
    margin-top:10px;
    margin-bottom: 0;
    font-size:15px;
    text-align:left;
}
#accordion h3 + div, .jquery-accordion h3 + div{
    border:1px solid rgb(31,104,150);
    height:auto !important;
}
/* END : Accordion */

.agreements {
	display: flex;
	flex-direction: column;
	color: #1D6080;
}

.agreements a {
	text-decoration: underline;
}

.agreements-header {
	border-bottom: 1px solid #e5e5e5;
}

.userInformation-modal-buttons {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.svg-icon.icon-info-circle {
	width: 16px;
    height: 16px;
    margin-right: 10px;
    background: #31708f;
	-webkit-mask: url(../images/icon-info.svg) no-repeat center / contain;
    mask: url(../images/icon-info.svg) no-repeat center / contain;
}
/** Start :Add Case Modal **/

.info-block {
    display: flex;
    align-items: center;
}
a.tsdp-step-link {
	text-underline-offset: 2px;
	color: #fff;
	font-weight: bold;
}
.tsdp-step {
	align-items: center;
	justify-content: center;
	color: #1D6080;
	width: 24px;
	height: 24px;
	background-color: #fff;
	border-radius: 50%;
}
.step-completed div {
	color: #d7d7db;
}
.pointer-events-none {
	pointer-events: none;
}
.step-completed .tsdp-step {
	background-color: #d7d7db;
}
.model-body-header{
  margin: 0 auto;
    width: 75%;
}
.modal-heading{
    margin-left: 20px;
}

.model-body-content{
    margin-left: 20px;
}

.modal-heading-content{
    margin-left: 20px ;
}

.info-block-content {
    text-align: left;
    display: inline-block;
}
.login-content{
    margin: 0 auto;
    width: 75%;
 }
/** END: Add Case Model **/
.line{
	width: 100%;
	border: 0.5px solid #536570;
}
.icon-gavel-solid{
	width: 30px;
    height: 30px;
    margin-right: 10px;
    background: #31708f;
	-webkit-mask: url(../images/gavel-solid.svg) no-repeat center / contain;
    mask: url(../images/gavel-solid.svg) no-repeat center / contain;
}
.icon-gavel-solid-inline{
	width: 16px;
    height: 16px;
    margin-left: 10px;
    background: #31708f;
	-webkit-mask: url(../images/gavel-solid.svg) no-repeat center / contain;
    mask: url(../images/gavel-solid.svg) no-repeat center / contain;
}
.icon-traffic-cone{
	width: 24px;
	display: inline-block;
    height: 24px;
    background: #31708f;
    margin-left: 7px;
    cursor: pointer;
	-webkit-mask: url(../images/traffic-cone.svg) no-repeat center / contain;
	mask: url(../images/traffic-cone.svg) no-repeat center / contain;
}
.gavel-block{
  	width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
}

.step-panel.nav > li.disabled > a {
  color: #4F5963;
}

.step-panel.nav > li.disabled > a:hover,
.step-panel.nav > li.disabled > a:focus {
  color: #4F5963;
}
.textWithIcon{
	display: flex;
}
.svg-icon.icon-user-shield{
	width: 16px;
    height: 16px;
    margin-left: 10px;
    background: #a94442;
	-webkit-mask: url(../images/user-shield-solid.svg) no-repeat center / contain;
    mask: url(../images/user-shield-solid.svg) no-repeat center / contain;
    cursor: pointer;
}
.svg-icon-wrapper{
	display: flex;
	width: 15%;
	justify-content: center;
}
.svg-icon.icon-file-circle-exclamation{
    display: block;
	width: 16px;
    height: 16px;
    background: #a94442;
	-webkit-mask: url(../images/file-circle-exclamation-solid.svg) no-repeat center / contain;
    mask: url(../images/file-circle-exclamation-solid.svg) no-repeat center / contain;
    cursor: pointer;
}
.svg-icon-wrapper .svg-icon.icon-user-shield, 
.svg-icon-wrapper .svg-icon.icon-file-circle-exclamation{
	width: 25px;
    height: 25px;
}
.svg-icon.icon-pencil-solid{
    display: block;
	width: 16px;
    height: 16px;
    margin:0 auto;
    background:#1D6080;
	-webkit-mask: url(../images/pencil-solid.svg) no-repeat center / contain;
    mask: url(../images/pencil-solid.svg) no-repeat center / contain;
    cursor: pointer;
}
.svg-icon.icon-check-solid{
    display: block;
	width: 16px;
    height: 16px;
    margin:0 auto;
    background:#187f4e;
	-webkit-mask: url(../images/check-solid.svg) no-repeat center / contain;
    mask: url(../images/check-solid.svg) no-repeat center / contain;
}
.svg-icon.icon-xmark-solid{
    display: block;
	width: 16px;
    height: 16px;
    margin:0 auto;
    background:#f05647;
	-webkit-mask: url(../images/xmark-solid.svg) no-repeat center / contain;
    mask: url(../images/xmark-solid.svg) no-repeat center / contain;
}
.svg-icon.user-secret-solid{
    display: block;
	width: 25px;
    height: 25px;
    margin-right: 15px;
    background:#1D6080;
	-webkit-mask: url(../images/user-secret-solid.svg) no-repeat center / contain;
    mask: url(../images/user-secret-solid.svg) no-repeat center / contain;
    cursor: pointer; 
}


.nickname_definition{
	display:flex;
	align-items: flex-start;
	justify-content: space-between;
}
.nickname_desc{
	flex-basis:85%;
	line-break:anywhere;
	text-wrap: wrap;
}

button.unstyled-btn{
    border: none;
    background: none;
    color:inherit;
    cursor: pointer;
    &:disabled{
        cursor: default;
    }
}

.anchor-text-decoration-none,
.anchor-text-decoration-none:hover,
.anchor-text-decoration-none:focus {
	text-decoration: none;
}

.login-note{
	background: #1D6080;
	color: white;
	text-align: left;
	border-radius: 5px;
}

.login-note-hyperlink{
    text-decoration: underline;
}
.login-note-hyperlink, .login-note-hyperlink:focus, .login-note-hyperlink:hover{
	color: white;
}

.rw-widget-container {
	z-index: 999 !important;
}

.dp-alert-info-message {
	display: flex;
    justify-content: center;
    gap: 5px;
    width: 48.75%;
    margin: 0 auto;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px){
	.dp-alert-info-message{
		width: 100%;
		font-size: 11px;
	}
}

li.active .mini-nav-tab {
	color: #fff;
    background-color: #1D6080;
    margin-bottom: 0;
    text-align: center;
    border-radius: 4px;
    display: block;
}
.dropdown-menu > li > a {
  color: #525252;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #E5EDF0;
}

input[type="radio"].custom-radio-button {
  /* Remove the default radio button appearance */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  width: 16px;
  height: 16px;
  border: 1px solid rgb(0, 0, 0, 0.8);
  background-color: white;
  border-radius: 50%;
  margin: 0;
  opacity: 1;
  margin-left: -20px;
}

input[type="radio"]:checked.custom-radio-button {
  background-color: white;
  border: 4px solid #1D6080;
}

input[type="radio"]:focus.custom-radio-button{
	outline: 1px solid black;
	outline-offset: 3px;
} 

/* ==================== Start:  Responsive Table CSS ==================== */
table.custom-responsive-table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 98%;
  table-layout: fixed;
}

table.custom-responsive-table a:focus {
    outline: 2px solid #000;
    outline-offset: 2px;
    border-radius: 1px;
}

table.custom-responsive-table tr.active-tr{
	background-color: #DDE0E4;
    border: 1px solid #C6CBD2;
}

table.custom-responsive-table tr {
  background-color: #fbfbfb;
  border: 1px solid #ddd;
  padding: 10px;
}

table.custom-responsive-table tr:hover {
	background-color: #F2F3F5;
}

table.custom-responsive-table thead tr {
	background-color: #EBEDEF;
}

table.custom-responsive-table thead tr th {
    width: 100%;
}

table.custom-responsive-table th,
table.custom-responsive-table td {
  padding: 8px;
  text-align: left;
}

table.custom-responsive-table td.listTable {
	text-align: center;
}

table.custom-responsive-table th {
  font-weight: bold;
  font-size: 8pt;
}

table.custom-responsive-table td.viewMoreBtnTd {
	display: none;
}

@media screen and (max-width: 767px) {
  table.custom-responsive-table {
    border: 0;
  }

  table.custom-responsive-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.custom-responsive-table tr {
    border-bottom: 3px solid #ddd;
    display: flex;
    flex-direction: column;
    margin: 10px;
  }
  
  table.custom-responsive-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right;
    overflow: scroll;
  }
  
  table.custom-responsive-table tr:hover {
	background-color: inherit;
  }
  
  table.custom-responsive-table #noSearchResults td {
  	text-align: center;
  }
  
  table.custom-responsive-table td::before {
    content: attr(data-label) "\00a0 \00a0";
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table.custom-responsive-table td:last-child {
    border-bottom: 0;
  }
  table.custom-responsive-table td.viewMoreBtnTd {
	display: block;
	text-align: center;
  }
  a.viewMoreBtn {
	text-decoration: none !important;
	font-weight: bold;
  }
}

/* ==================== End:  Responsive Table CSS ==================== */

/* ==================== Start: Paperwork CSS ==================== */

#paperWorkTableId.custom-responsive-table td {
	overflow: hidden;
}

.navbar .nav-btn{
	color: #fff;
    padding: 14px 15px;
    line-height: 22px;
}

.d-flex-center{
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal-footer-btn-wrapper{
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}

#impersonateFormId .form-group{
	margin: 0;
}

.mb-2{
	margin-bottom: 10px !important;
}

.btn-outline-primary {
    color: #1D6080;
    background-color: transparent;
    background-image: none;
    border-color: #1D6080;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #1D6080;
    border-color: #2a88bd;
}

.btn-outline-primary:hover .svg-icon.user-secret-solid{
	background: #fff;
}

.impersonate-btn-container{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;
}

.align-center{
	margin: 10px auto !important;
}

/* Mobile view alignment for paperwork */
@media (max-width: 375px){

	.mobile-left-align
	{
	  display: flex;
	  flex-direction: column;
	  align-items: flex-start;
	}
	.search-box-margin{
	  margin-right: 10px !important;
	  margin-left: 10px !important;
	  margin-bottom: 5px;
	}
  }

  /* Vertical-align in mobile view for mycase login*/
@media (max-width: 406px){
	.mobile-right-align{
	  display: flex;
	  flex-direction: column;
	  align-items: flex-end;
	}
  }

  /* Remove icon changing to text in mobile view */
@media(max-width:767px) {
		.icon-circle-with-minus:before {
			content: "Remove Paperwork";
			font-family: inherit;
		}
	   
}

a.disable-document-title {
	/* since we are using cursor: not-allowed; here, need to prevent the click event from js or jsp */
	cursor: not-allowed !important;
	color: grey !important;
	text-decoration: none !important;
	pointer-events: auto !important;
}

a.disable-document-title:focus {
	outline: none !important;
}

/* ==================== End: Paperwork CSS ==================== */