@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;
}
#loadingCardId{
	max-width: 500px;
    margin: 20px;
}

.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;
}

.dropdown-menu {
	padding: 5px 0px;
}

html.with-bottom-navbar {
	position: relative;
	min-height: 100%;
}

body.with-bottom-navbar {
	margin-bottom: 50px;
}

footer.footer-navbar {
	position: absolute;
	bottom: 0;
	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;
}

/* jumbotron */
.jumbotron-rotunda-bg {
	background-image: url('../images/matheson_rotunda_muted.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* 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;
	display: none;
}

/* 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 .sort-icon::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 .sort-icon::after,
.tablesorter-default .tablesorter-headerSortUp .tablesorter-header-inner .sort-icon::after,
.tablesorter-default .tablesorter-headerAsc .tablesorter-header-inner .sort-icon::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 .sort-icon::after,
.tablesorter-default .tablesorter-headerSortDown .tablesorter-header-inner .sort-icon::after,
.tablesorter-default .tablesorter-headerDesc .tablesorter-header-inner .sort-icon::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);
}

.unstyled-btn{
    border: none;
    background: none;
    color:inherit;
    cursor: pointer;
    &:disabled{
        cursor: default;
    }
}

/* 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;
}

.navbar-inverse .navbar-nav > li > a.activeState,
.navbar-inverse .navbar-nav > li > a:active
.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.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;
	outline-offset: -2px;
	background: #1e3948;
}
.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;
}

.message-input-group{
	display: flex;
}
.message-input-group button{
	border-radius: 0 4px 4px 0px;
}
.input-group-flex{
    display: grid;
    grid-template-columns: auto auto auto;
}

.agreements {
	display: flex;
	flex-direction: column;
	gap: 10px;
	color: #1D6080;
}

.agreements a {
	text-decoration: underline;
}

.upload-section {
	display: flex !important;
	gap: 30px;
}

/* 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;

}

.info-block{
	display: flex;
	align-items: center;
}
.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 .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;
}
.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;
}

.info-block .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;
}
/*.navigation-icon-bar-item.active {
	color: #1D6080 !important;
}
.navigation-icon-bar-item .active-bg {
	background-color: #1D6080 !important;
}*/
.line{
	width: 100%;
	border: 0.5px solid #536570;
}
@media screen and (max-width: 767px) {
	.footer .container {
		padding-bottom: 75px;
	}
	#mainContainer .container .row .pull-right .panel-default.message-screen {
		margin-bottom: 75px;
	}
}
/* END - Navigation Icon Bar */

.control-checkbox-input {
	margin-right: 5px !important; 
}
.control-checkbox-label {
	line-height: 1.5;
    vertical-align: bottom;
    display: inline;
}
/* START : Accordion */
#accordion{
	width: 100%;
    margin:0 auto; 
}
#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{
    border:1px solid rgb(31,104,150);
    height:auto !important;
}
/* END : Accordion */

.navbar-collapse.in {
  height: calc(100vh - 50px);
}

/* START: PreODRStep2 */
#caseSearchId .inputError-block, #nameValidationId .inputError-block{
	margin-top: -15px; 
	margin-bottom: 1.4rem"
}
.login-note{
	background: #1D6080;
	color: white;
	text-align: left;
	border-radius: 5px;
}
/* END: PreODRStep2 */

.rw-widget-container {
	z-index: 999 !important;
}
.dropdown-menu > li > a {
  color: #525252;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #E5EDF0;
}

.icon-exclamation:before {
	content: "\0021";
	font-weight: 700;
	top: -2px;
	color: #FFF;
}

.mycase-filed-document-info-icon {
	position: relative;
	line-height: initial;
	margin-left: 4px;
	margin-right: 4px;
	width: 15px;
	height: 15px;
	padding: 0;
	background-color: #1D6080;
	border-radius: 50%;
	border: none;
}

#MyCasefiledDocWarning .icon-exclamation:before {
	top: -5px;
	left: 5px;
}

#MyCasefiledDocWarning {
	line-height: 1;
}

.p-y-1 {
	padding: 1rem 0;
}