* {
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
	background:  #f4f6f8;
}
body[data-layout=horizontal][data-topbar=light] #topnav {
    background: #152033;
}    
body.gbg {
	height: 600px;
	background: linear-gradient(60deg, #1b7dc0,#1e3c72,#002448);
	animation: gradient 10s ease infinite; 
	background-size: 400% 400%;
}
@-webkit-keyframes gradient{
	0% {
	background-position: 0 50%;
	}
	50% {
	background-position: 100% 50%;
	}
	100% {
	 background-position: 0% 50%;
	}
}
@keyframes gradient{
	0% {
	background-position: 0 50%;
	}
	50% {
	background-position: 100% 50%;
	}
	100% {
	 background-position: 0% 50%;
	}
}
a:disabled {
	 cursor: not-allowed;
	 pointer-events: all !important; 
}
span.htext {
	color: #000000;
	font-weight: 600;
	padding-right: 6px;
}
.form-control:disabled, 
.form-control[readonly] {
    color: #acb5bd;
    background: #f8f8f8;
}
.lfooter {
	font-size: 12px;
}
.btn-pri {
    background-color: #0094c9;
    border-color: #0094c9;
    color: #ffffff;
}
.btn-pri:hover,
.btn-pri:focus {
    background-color: #006083;
    border-color: #006083;
    color: #ffffff;
}
.small, small {
	font-size: 13px;
}
#topnav .has-submenu.active>a {
    color: #1dd4ff;
}
.boxcenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.ralgn {
	display: flex;
}
ul.rate {
	display:  inline-flex;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
	font-size: 13px;
}
ul.rate li {
    font-size: 12px;
    line-height: 20px;
}
ul.rate li:not(:last-child) {
	padding-right: 2px;
}
table.tcase td:last-child {
	text-align: right;
}
table.tcase td:nth-child(1) {
	font-weight: 500;
}
table.tcase tr:nth-child(1) {
    border-top: 2px solid #38414a;
}
table.tcase td,
table.tcase th {
    border-top: 1px solid #f5f5f5;
}
table.tcase td:nth-child(1) {
	padding: 0.5rem 0 0.5rem 0.5rem;
}
span.badgep {
	background: #616161;
	color: #ffffff;
	margin-left: 6px;
}
/* Create three equal columns that floats next to each other */
.column {
  display: none; /* Hide all elements by default */
}
.show {
  display: block;
}
div#myBtnContainer button.bc {
	border-radius: 3px;
	background-color: #1d2f4d;
	color: #ffffff;
	border: none;
	padding: 8px 10px;
	font-size: 13px;
}
div#myBtnContainer button.bc:hover {
	background-color: #266082;
}
div#myBtnContainer button.bc.active,
div#myBtnContainer button:active,
div#myBtnContainer .bc:active{
	background-color: #0094c9;
	color: #ffffff;
}
/* Clear floats after rows */ 
.casesf:after {
  content: "";
  display: table;
  clear: both;
}
button.add_field_button {
    background: #38414a;
    color: #ffffff;
    border: none;
    padding: 6px 14px;
    margin-bottom: 10px;
}
.add-more input {
    width: 100%;
    display: block;
    width: 100%;
    height: calc(1.5em + 0.9rem + 2px);
    padding: 0.45rem 0.9rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.add-more input:not(:last-child) {
	margin-top: 8px;
}	


.datainputs input{
	width: 100%;
	display: block;
	width: 100%;
	height: calc(1.5em + 0.9rem + 2px);
	padding: 0.45rem 0.9rem;
	font-size: .9rem;
	font-weight: 400;
	line-height: 1.5;
	color: #6c757d;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.2rem;
	-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.datainputs input:not(:last-child){
	margin-bottom: 10px;
}

.add_input{
	display: inline-block;
	color: #0094c9;
	text-decoration:none;
	width:auto;
	line-height: 30px;
}
.add_input i {
	padding-right: 8px;
}
.inputRemove{
	cursor:pointer;
}
.required_inp_claimants,
.required_inp_claimantsrep,
.required_inp_respondent,
.required_inp_respondentsrep,
.required_inp_panellist,
.required_inp_excludepanellist {
    display: flex;
}
input.inputRemove_claimants,
input.inputRemove_claimantsrep,
input.inputRemove_respondent,
input.inputRemove_respondentsrep,
input.inputRemove_panellist,
input.inputRemove_excludepanellist {
    padding: 0 10px;
    background-color: #6c757d;
    position: relative;
    width: 100px;
    color: #ffffff;
}
.psearch {
	margin:  0 0 20px 0;
}
.psearch input {
	border-radius: 25px;
}
.psearch button.btn {
    background: #ffffff;
    border-top: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    color: #9ba2a8;
    border-radius: 0 25px 25px 0;
}
.psearch button.btn:hover,
.psearch button.btn:active,
.psearch button.btn:focus {
	color: #38414a;
	font-weight: 600;
}
ul.cprogress li:not(:last-child) {
	border-right: 1px solid #ffffff;
} 
ul.cprogress li.pass {
    background: #d5f3ed;
}    
ul.cprogress {
    padding: 0;
    display: flex;
    text-align: center;
}
ul.cprogress li{
	background: #e4ebf1;
	list-style: none;
	color: #38414a;
	flex: 1;
}
ul.cprogress li.active {
	background: #38414a;
	color: #ffffff;
	box-shadow: 0 0 1rem 0 rgb(0 0 0 / 40%);
}
ul.cprogress li.active h1,
ul.cprogress li.active h2 {
	color: #ffffff;
}
ul.cprogress li.active:after {
	content: " ";
    position: absolute;
    left: 0;
}
ul.cprogress li h1 {
	margin-top: 10px;
	margin-bottom: 4px;
}
ul.cprogress li h2 {
	margin: 0;
	font-weight: 400;
}
.pbox {
    background-color: rgba(255,255,255,.4);
    border:  1px solid rgba(0,0,0,.1);
    padding: 1.5rem;
    -webkit-box-shadow: 0 0.75rem 6rem rgb(56 65 74 / 3%);
    box-shadow: 0 0.75rem 6rem rgb(56 65 74 / 3%);
    margin-bottom: 24px;
    border-radius: 0.25rem;
}
	
i.gth {
	margin-right: 5px;
}

.glist i.rg,
.glist i.rr,
.glist i.ro,
.glist i.rb,
.glist i.rn {
	margin-right: 5px;
}

select i.rg,
select i.rr,
select i.ro,
select i.rb,
select i.rn,
.glist h4 i{
	margin-right: 6px;
}
i.rg {
	color: #26a69a;
}
i.rr{
	color: #df5645;
}
i.ro {
	color: #fa9f1b;
}
i.rb {
	color: #373c43;
}
i.ry {
	color: #fddc00;
}
i.rn {
    color: #969696;
}
a.vmore {
	margin-top: 4px;
	display: block;
}
a.vmore:hover,
a.vmore:active,
a.vmore:focus {
	text-decoration: underline;
	color: #0094c9;
}
.glist {
    background: #f3f8fc;
    padding: 15px;
    border-radius: 5px;
}
.glist h4 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #343a40;
	margin-bottom: 10px;
}
.glist ul{
	list-style: lower-roman;
	margin-left: -25px;
	margin-bottom: 0;
}
.glist ul li {
	font-size: 13px;
	text-align: justify;
}
.glist:not(:last-child) {
	margin-bottom: 10px;
}
a.br {
	margin: 20px 0 0 0;
	padding: 10px;
	border-radius: 5px;
	background: #333333;
	color: #ffffff;
	display:inline-block;
	font-size: 13px;
}
a.br i {
	margin-right: 10px;
}
i.mdi-rn::before {
	-webkit-transform:rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rfixbtn {
    position: fixed;
    top: 50%;
    right: 0;
    writing-mode: vertical-rl;
    font-weight: 500;
    background-color: #0094c9;
    color: #ffffff;
    line-height: 36px;
    padding: 15px 3px;
    border-radius: 6px 0 0 6px;
    transform: translateY(-50%);
    text-transform: uppercase;
    z-index: 9;
}  
a.rfixbtn:hover {
	background: #014f6a;
	color: #ffffff;
}  

.sortbox {
    /*box-shadow: 0 1rem 1rem -0.75rem rgb(105 96 215 / 18%);*/
    border-bottom: 1px solid #38414a;
    background: #ffffff;
    padding: 0 0 20px 0;
    margin-bottom: 25px;
}
.sortbox2 {
    box-shadow: 0 1rem 1rem -0.75rem rgb(105 96 215 / 18%);
    background: #ffffff;
}
.bselect {
	text-transform: uppercase;
}
.bselect i {
	margin-right: 6px;
}
.cheader {
	padding: 15px 20px;
	background: #0094c9;
	border-radius: 5px 5px 0 0;
	margin:  0;
}
.cheader h1,
.cheader p {
	color: #ffffff;
}
.cheader h1 {
	font-size: 16px;
	margin: 0 0 5px 0;
}
.cheader p {
	margin: 0;
	opacity: .8;
}
.cbody {
	border-top: 1px solid #ebeff2;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 20px;
	border-radius: 0 0 5px 5px;
	background: #f5fcff;
}
.csub:not(:last-child) {
	border-bottom: 1px solid #333333;
	margin-bottom: 30px;
}
.csub h1 {
	font-size: 15px;
	text-transform: uppercase;
	color: #0094c9;
}
.cli:not(:last-child) {
	margin-bottom: 20px;
}
.cli:last-child {
	margin-bottom: 30px;
}
.cli h2 {
	font-size: 14px;
	margin-bottom: 4px;
}
.cli p {
	font-size: 13px;
	padding: 0;
}
.cli ul.num {
	padding: 0 0 0 15px;
	list-style: decimal;
	font-size: 13px;
}
.crtbtn{
	color: #98a6ad;
    font-size: 20px;
    line-height: initial;
}
.breadcrumb-item.active {
    color: #38414a;
}
.btn-brd {
    color: #ffffff;
    background-color: #373c43;
    border: 1px solid #373c43;
    border-radius: 25px;
}
.btn-brd:hover,
.btn-brd:active,
.btn-brd:focus {
	color: #373c43 !important;
	background: #ffffff;
	border-color: #373c43;
}
.btn-brdo {
    color: #373c43;
    background-color: #ffffff;
    border: 1px solid #373c43;
    border-radius: 25px;
}
.btn-brdo:hover,
.btn-brdo:active,
.btn-brdo:focus {
	color: #ffffff !important;
	background: #000000;
	border-color: #000000;
}
ul.nselected {
	padding-left: 15px;
}
ul.nselected li {
    font-weight: 500;
    font-size: 14px;
    color: #646464;
    list-style: decimal;
}
.tcase td, 
.tcase th {
	padding: .5rem;
}
a.disabled,
a.disabled:hover,
a.disabled:active,
a.disabled:focus {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 1 !important;
}
select.fcr {
	border-radius: 25px !important;
}
span.tnum {
	background: #df5645;
	border: none;
	color: #ffffff;
	padding: 2px 6px;
	margin-left: 4px;
	border-radius: 5px;
}
.right-bar h4.rbheader {
    font-size: 16px;
    color: #0293c9;
    padding: 0;
    margin-bottom: 15px;
}
.right-bar .card-box {
	border: 1px solid #d7dadb;
}
.right-bar {
	background: #edf2f3;
}
.right-bar .crtbtn{
	color: #98a6ad;
    font-size: 20px;
    line-height: initial;
}
a.rbhref {
	float: right;
	color: #343a40;
	font-weight: 400;
	padding-right: 10px;
	font-size: 13px;
}
.right-bar .rightbar-title {
	background: #0293c9;
}
.bbtn {
	margin-top: 10px;
}
ul.navfm li.nav-item:first-child {
	border-radius: 3px 0 0 3px;
}
ul.navfm li.nav-item:last-child {
	border-radius: 0 3px 3px 0;
}
ul.navfm li.nav-item{
    color: #373c43;
    border-radius: 25px;
}


ul.navfm li.nav-item {
	padding: 2px;
	height: 38px;
	display: flex;
}
ul.navfm li.nav-item a {
	justify-content: center;
    vertical-align: middle;
    display: flex;
    margin: auto;
    color: #ffffff;
    font-weight: 400;
    min-width: 80px;
    line-height: 16px;
}
ul.navfm .nav-item.show .nav-link, 
ul.navfm .nav-link.active,
ul.navfm li.nav-item a:hover,
ul.navfm li.nav-item a:focus {
	background: #e4ebf1;
	border-radius: 25px;
	color: #373c43;
	width: 100%;
	font-weight: 500;
}
ul.navfm li.nav-item a:active,
ul.navfm li.nav-item a.active {
	border-radius: 25px;
}
ul.nav-tabs.navfm {
    border: 1px solid #e4ebf1 !important;
    border-radius: 25px;
    background: #38414a;
}
ul.navfm .nav-item.show .nav-link, 
ul.navfm .nav-link.active,
ul.navfm .nav-link {
	border: none !important;
}
ul.ftabs {
	display: flex;
}
li.ftab {
	flex: 1;
}
ul.navfm li span.num {
	font-size: 13px;
	margin-left: 2px;
}
.nav-tabs.navfm .nav-item {
	margin-bottom: 0;
}
.cflex .ol a {
	line-height: 22px;
}
.cflex:not(:last-child) {
	padding-right: 5px;
}
.imodal i.fsuccess{ 
	color: #00995b;
	font-size: 60px;
	margin-bottom: 8px;
}
a.editb {
	color: #ffffff;
}
a.editb i {
	padding-right: 2px;
}
a.editb:hover,
a.editb:active,
a.editb:focus {
	color: rgba(255,255,255,.7);
}	
a.ribbontag i {
    padding-right: 4px;
}
a.ribbontag {
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 11px;
    font-size: 11px;
    padding: 1px 14px;
    border-radius: 0 0 2px 2px;
    letter-spacing: 0.05rem;
}
a.ribbontag:after {
	position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    z-index: 1;
    top: 0;
    right: 0;
    border-width: 8px 4px 12px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}
a.ribbontag:hover {
	background: #000000;
}
a.r1{
	background: #13a283;
}
a.r2 {
	background: #3c8bbb;
}	
a.rnp {
	background: #7d848b;
}
h4.cathea:not(:first-child) {
	margin-top: 30px;
}
a.disabled {
  pointer-events: none;
  cursor: not-allowed !important;
}
a.remarksinfo {
    color: #333a46;
    font-size: 13px;
    margin-right: 6px;
}
a.remarksinfo:hover {
	color: #000000;
}
a.remarksinfo i{
	padding-right: 2px;
}
a.logs {
	text-transform: capitalize;
    font-size: 14px;
    color: #ffffff;
    background: #333a46;
    font-weight: 400;
    padding: 10px;
    display: block;
    border-radius: 0 0 10px 10px;
}
a.logs i {
	padding-right: 5px;
}
a.logs:hover,
a.logs:active,
a.logs:focus {
	background: #000000;
}
h1.logh{
	font-size: 14px;
	color: #0094c9;
}
ul.slogs {
    padding: 0 0 0 16px;
    list-style: decimal;
}
ul.slogs li {
    font-size: 13px;
}
.loglist:not(:last-child) {
	margin-bottom: 30px;
}
a.ares {
	color: red;
	text-decoration: underline;
}
a.ares:hover,
a.ares:focus,
a.ares:active {
	color: #b60000;
}
.accordion a.collapsed i{
	transform: rotate(-180deg);
}
.accordion a i{
	flex-shrink: 0;
    margin-left: auto;
    transition: transform .2s ease-in-out;
    right: 15px;
    text-align: right;
    position: absolute;
}
.accordion>.card>.card-header {
	display: flex;
}
table.w100 {
    overflow-x: auto;
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0 ;
}
.cardcapture {
    padding: 15px;
    border-radius: 5px;
    background: #e2ebef;
    margin-top: 20px;
}
.cardcapture .card:not(last-child) {
	margin-bottom: 15px;
}
.cardcapture:after {
    content: " ";
    position: absolute;
    left: 50px;
    top: 8px;
    border-top: none;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-bottom: 15px solid #e2ebef;
}
.plcard{
	display: flex;
  flex-wrap: wrap;
  align-items: stretch; 

}
.plcbox {
	background-color: #fff;
	/* padding: 1.5rem; */
	-webkit-box-shadow: 0 0.75rem 6rem rgba(56,65,74,.03);
	box-shadow: 0 0.75rem 6rem rgba(56,65,74,.03);
	margin-bottom: 24px;
	border-radius: 0.25rem;
	    
  flex: 1 0 0;


}    
.plctop {
	border-radius: 6px 6px 0 0;
    background: #004eb8;
    padding: 10px 15px;

}
.plctop .header-title {
	margin:  0;
}
.plctop h4 {
	color: #ffffff;	


}
.plctop .crtbtn {
	color: #ffffff;
}
.plcbottom {
    padding: 0 15px 15px 15px;
    border-radius: 0 0 6px 6px;
}
.plcbottom table.tcase td:last-child {
    color: #004fb8;
    font-weight: 500;
}
.plcbottom table.tcase tr:nth-child(1) {
	border-top:  none;
}
.plctop, .plcbottom {
	/*display: block;*/
}