@font-face {
    font-family: 'Montserrat';
    src: url('../tinymce/skins/lightgray/fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../tinymce/skins/lightgray/fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body,html {
	font-family: "Montserrat" !important; 
}
/* html {
	overflow-y: scroll;
} */
/* .date, .dateBirthDateToday  {
	background: url(../images/calender-icon.png) no-repeat right 7px center;
} */

/* .dateMaxDateToday {
	background: url(../images/calender-icon.png) no-repeat right 7px center;
} */

/* .dateMinDateToday { */
/* 	background: url(../images/calender-icon.png) no-repeat right 7px center; */
/* } */

/* .dateMinDateTodayMeeting {
	background: url(../images/calender-icon.png) no-repeat right 7px center;
}  */

a {
	color:#20257f;
}
a:hover,a:focus {
	color:#F17021;
	text-decoration:none !important;
	outline:0;
}

.btn-success,.btn-success:active:hover, .btn-success.active:hover, .open>.dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open>.dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open>.dropdown-toggle.btn-success.focus,
.btn-success:hover,.btn-success:focus, .btn-success.focus {
	background-color: #20257f;
    border-color: #20257f;
}
.btn-default,.btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus {
	color: #20257f;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
	background-color: #20257f;
    border-color: #20257f;
}

hr.grey {
	border-top: 1px solid #A2A2A2;
	margin-bottom: 15px;
}
.headingBar{
	font-size: 18px;
	color:#20257f;
	margin: auto 15px;
	padding: 2px 0px;
	font-weight: bold;
	border-bottom: 1px solid #999;
	width: calc( 100% - 30px);
}
.headingBar .checkbox{
	float:right;
/*	display: inline-block;*/
	font-size: 13px;
	color:#666;
	margin: 0;
}
.fieldAlertIcon {
	margin-right: 5px;
	display: inline-block;
	float: right;
	width: 25px;
	text-align: center;
	height: 25px;
	margin-top: -27px;
	background-color: #FFF;
}
/* move to left and right button css strats */
.userRoleBtnDiv {
	height: 106px;
	text-align: center;
	padding-right: 20px;
}
.userRoleBtnDiv input {
	background-color: #797979;
	border-radius: 5px;
	border: 0;
	height: 20px;
}
.userRoleBtnDiv .moveAll {
	background-image: url(../images/scorecard-btn-arrows.png);
	background-repeat: no-repeat;
	background-position: -25px -10px;
	width: 75px;
	margin: 2px 0;
}
.userRoleBtnDiv .moveAll:hover {
	Background-color: #870e12;
	background-image: url(../images/scorecard-btn-arrows.png);
	background-repeat: no-repeat;
	background-position: -25px -10px;
	width: 75px;
	margin: 2px 0;
}
.userRoleBtnDiv .moveAllLeft {
	background-image: url(../images/scorecard-btn-arrows.png);
	background-repeat: no-repeat;
	background-position: -13px -112px;
	width: 75px;
	margin: 2px 0;
}
.userRoleBtnDiv .moveAllLeft:hover {
	Background-color: #870e12;
	background-image: url(../images/scorecard-btn-arrows.png);
	background-repeat: no-repeat;
	background-position: -13px -112px;
	width: 75px;
	margin: 2px 0;
}
.userRoleBtnDiv .moveRight {
	background-image: url(../images/scorecard-btn-arrows.png);
	background-repeat: no-repeat;
	background-position: -20px -49px;
	width: 25px;
	margin: 2px 0;
}
.userRoleBtnDiv .moveRight:hover {
	Background-color: #870e12;
	background-image: url(../images/scorecard-btn-arrows.png);
	background-repeat: no-repeat;
	background-position: -20px -49px;
	width: 25px;
	margin: 2px 0;
}
.userRoleBtnDiv .moveLeft {
	background-image: url(../images/scorecard-btn-arrows.png);
	background-repeat: no-repeat;
	background-position: -78px -49px;
	width: 25px;
	margin: 2px 0;
}
.userRoleBtnDiv .moveLeft:hover {
	Background-color: #870e12;
	background-image: url(../images/scorecard-btn-arrows.png);
	background-repeat: no-repeat;
	background-position: -78px -49px;
	width: 25px;
	margin: 2px 0;
}
.userRoleBtnDiv input[type="button"]:hover {
	Background-color: #870e12;
}
/* move to left and right button css ends */

.row.headerDiv {
	margin: 0 !important;
}
.navbar-header.leftMargin {
	margin-left: 15px !important;
	width: 20px;
}
.leftPanelLinks {
	float: left;
	width: 250px;
	margin-right: 30px;
}
.tab-content-data {
	display: inline-block;
	width: calc(100% - 280px);
}
.fadeDiv {
	display: none;
	background-color: rgba(0,0,0,0.4);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 999;
}
.fadeIssueDiv {
	display: none;
	background-color: rgba(0,0,0,0.4);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 999;
}

.mordenWindow {
	display: none;
	position: fixed;
	border: 2px solid #444444;
	background-color: #FFF;
	box-shadow: 0 0 15px #000;
	/* width: 80%;old */
	width: 95%;/* new */
	z-index:1000;
	top: 10%;
	/* left: 50% old; */
	left: 45% /* new */;
	/* margin-left: -40%old; */
	margin-left: -42%/* new */;
	padding: 10px 20px 25px;
}
.mordenWindow h2.title {
	font-size: 18px;
	border-bottom: #777 2px solid;
	color: #424242;
	line-height: 180%;
}
.mordenWindow .mordenWindowContainer {
	min-height: 150px;
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
}
.mordenWindow .mordenWindowContainer table > thead > tr > th, .summaryViewPage table > thead > tr > th {
	color: #191919;
	font-weight: bold;
	font-size: 14px;
	vertical-align: top;
	border-bottom: 1px solid #C0D0D0;
	background-color: #f2f2f2 !important;
}
.mordenWindow .closeBtn {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	color: #FFF;
	background-color: #333;
	float: right;
	margin-right: -34px;
	margin-top: -25px;
	padding: 6px 11px;
	cursor: pointer;
}
.mordenWindow .closeBtn:hover {
	box-shadow: 0 0 10px #000;
	background-color: #000;
}
.mordenWindowSmall {
	display: none;
	position: fixed;
	border: 2px solid #444444;
	background-color: #FFF;
	box-shadow: 0 0 15px #000;
	width: 600px;
	z-index: 1000;
	top: 10%;
	left: 50%;
	margin-left: -300px;
	padding: 10px 20px 25px;
}
.mordenWindowSmall h2.title {
	font-size: 18px;
	border-bottom: #20257f 2px solid;
	color: #20257f;
	line-height: 180%;
}
.mordenWindowSmall .mordenWindowContainer {
	min-height: 150px;
}
.mordenWindowSmall .closeBtn {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	color: #FFF;
	background-color: #333;
	float: right;
	margin-right: -34px;
	margin-top: -25px;
	padding: 6px 11px;
	cursor: pointer;
}
.mordenWindowSmall .closeBtn:hover {
	box-shadow: 0 0 10px #000;
	background-color: #000;
}
body > .container-fluid {
	min-height: 460px;
}
.footer {
	background-color: #cdcdcd;
	padding: 20px 50px;
	color: #424242;
}
.linkColor {
	color: #37a9a5;
	border-bottom: 1px solid #37a9a5;
	padding: 3px 0;
}
.bottomRightLinks {
	display: inline-block;
	float: right;
}

.breadcrumb {
	background-color: #FFF;
	padding: 8px 0px;
	width: 94%;
	font-size: 12px;
	color: #444;
	margin: 0 auto;
}
.breadcrumb label {
	font-size: 15px;
	line-height: 5px;
}
.topshadowsImg {
	background: url(../images/bodyTopShadowImg.png) top left repeat-x;
	padding-top: 10px;
}
h3.pagetitle {
	color:#20257f;
}
.topLine {
	height: 3px;
	background:#20257f;
}
.brandLogo {
	width: 94%;
	margin: 0 auto;
}
.topLinksOnHeader {
	position: absolute;
	width: 100%;
	z-index: 0;
	text-align: right;
	background-color: #ffffff;
	padding: 3px 3%;
	font-size: 11px;
	color: #424240;
}
.panel-body .row {
	margin-bottom: 15px;
}
.lightText {
	font-size: 11px;
	color: #8d8d8d;
	font-weight: normal;
	font-style: italic;
}
.sectionTab {
	background-color:#20257f;
	margin-bottom: 20px;
}
.sectionTab h3 {
	font-size: 16px;
	color: #FFF;
	padding: 8px 20px;
	display: inline-block;
	background-color:#20257f;
	margin: 0;
	position: relative;
	cursor: pointer;
	width: calc(100% - 40px);
}
.sectionTab h3:after {
	content: "";
	position: absolute;
	display: block;
	min-width: 0px;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 5px 0px 5px;
	border-top-color: #20257f;
	margin-top: 8px;
	margin-left: 60px;
	z-index: 1;
}
.sectionTab h3.plus:after {
	display: none;
}
.sectionTab .tabCollapseIcon {
	float: right;
	width: 20px;
	height: 20px;
	display: inline-block;
	border:1px solid #20257f;
	text-align: center;
	border-radius: 4px;
	margin: 5px 10px;
	cursor: pointer;
	color: #56a9a6;
	z-index: 520;
	right: 3%;
}
.sectionTab .tabCollapseIcon.minus {
	background: #FFF;
}
.sectionTab .tabCollapseIcon.plus {
	background: #FFF;
	font-weight:bold;
}
.sectionTab .tabCollapseIcon.minus::after {
	content: '-';
    font-size: 30px;
    line-height: 0.5;
    color: #20257f;
}
.sectionTab .tabCollapseIcon.plus::after {
	content: '+';
    font-size: 20px;
    color: #20257f;
    line-height: 1;
}
.salutationWidth {
	width: 120px;
}
.field {
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 1em;
}
label,input {
  transition: all 0.2s;
  touch-action: manipulation;
  font-size:13px;
}
label input:placeholder-shown + label {
  cursor: text;
  max-width: 66.66%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(0, 3.125rem) scale(1);
  padding-left:10px;
}
label::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}
/**
* Show the placeholder when the input is focused.
*/
.field label input:focus::-webkit-input-placeholder {
  opacity: 1;
}
/**
* When the element is focused, remove the label transform.
* Also, do this when the placeholder is _not_ shown, i.e. when 
* there's something in the input at all.
*/
.field label input:not(:placeholder-shown) + label,
.field label input:focus + label {
  transform: translate(0, 0) scale(1);
  cursor: pointer;
  padding-left:10px;
}
.linkDiv {
	margin-bottom:15px;
}
.linkDiv a{
	text-align:center;
	display:block;
	color:#20257f;
	font-size:13px;
}
/* Custom Design for Radio and Checkbox ============== */
input[type='radio'] {
	opacity: 0;
	width: 18px;
	height: 18px;
	position: absolute;
	cursor: pointer;
	z-index:1;
}
input[type='radio'] + label {
	margin: 0;
	clear: none;
	padding: 4px 0 4px 25px;
	height: 24px;
	cursor: pointer;
	position: relative;
    margin-right: 10px;
	/*  background: url(../images/redio-btn.png) left center no-repeat; 
	cursor: default; */
}

input[type='radio'] + label::before {
    width: 18px;
    height: 18px;
    content: '';
    border: 1px solid #cccccc;
    border-radius: 100%;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: 0;
}
input[type='radio']:checked + label::before,input[type="radio"]:visited + label::before {
    border: 6px solid #20257f;
}

table input[type='radio'] + label {
	height: 17px;
}
/* input[type='radio']:checked + label {
	background-image: url(../images/redio-btn-active.png);
} */
input[type='checkbox'] {
	opacity: 0;
	width: 18px;
	height: 18px;
	position: absolute;
	cursor: pointer;
	z-index:1;
}
input[type='checkbox'] + label,input[type='checkbox'] + input[type='hidden'] + label {
	margin: 0;
	clear: none;
	padding: 1px 0 0px 24px;
	cursor: pointer;
    background: url(../images/checkbox-btn.png) left top no-repeat;
	cursor: default; 
	min-height: 16px;
	display: inline-block;
	position:relative;
}
/* input[type='checkbox']:hover + label {
	background-image: url(../images/checkbox-btn-over.png);
}
*/ 
input[type='checkbox']:checked + label:afer {
	/*  background-image: url(../images/checkbox-btn-active.png); */
	border: solid #20257f;
    border-width: 0 3px 3px 0;
} 
input[type='checkbox']:checked + input[type='hidden']  + label:after,
input[type='checkbox'] + input[type='hidden'] + label:after {
	left:5px;
	top:3px;
    width: 5px;
    height: 10px;  
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content:'';
	position:absolute;
}
input[type='checkbox'][disabled]:checked + label {
	/* background:#20257f; */
	/* background-image: url(../images/checkbox-btn-over.png); */
}
input[type='checkbox'][disabled] + label {
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}
 input[type='checkbox'][disabled].aLinked + label {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

/* Custom Design for Radio and Checkbox struts2 specific============== */
/*input[type='checkbox'] + input[type='hidden'] + label{
    margin: 0;
    clear: none;
    padding: 1px 30px 0px 24px;
    cursor: pointer;
    background: url(../images/checkbox-btn.png) left top no-repeat;
	cursor: default;
	min-height: 16px;
}
 input[type='checkbox']:hover + input[type='hidden']  + label {
    background-image: url(../images/checkbox-btn-over.png);
} */
input[type='checkbox']:checked + label:after,input[type='checkbox']:checked + input[type='hidden']  + label:after,input[type='checkbox'][readonly="readonly"] + label:after {
   /*  background-image: url(../images/checkbox-btn-active.png); */ 
    border: solid #20257f;
    border-width: 0 3px 3px 0;
    content:'';
    left: 5px;
    top: 3px;
    width: 5px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position:absolute;
}
input[type='checkbox'][disabled]:checked + input[type='hidden']  + label {
	background-image: url(../images/checkbox-btn-over.png);
}
input[type='checkbox'][disabled] + input[type='hidden']  + label {
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}
/* Custom Design for Radio and Checkbox struts2 specific============== */

.sectionTabContents {
	padding: 0 20px;
}
.naturClaimDocLab {
	color: #8c8c8c;
	font-size: 11px;
	padding-left: 25px;
}
.fileUploadedLabel {
	display: inline-block;
	border: 1px solid #FFF;
	border-radius: 2px;
	padding-left: 2px;
}
.fileUploadedLabel:hover {
	border: 1px solid #ccc;
	border-radius: 2px;
}
.fileUploadedLabel .closeIconFile {
	height: 14px;
	display: inline-block;
	padding: 0px 2px;
	background-color: #ddd;
	border: 1px solid #ccc;
	border-radius: 2px;
	line-height: 10px;
	margin-left: 4px;
	cursor: pointer;
}
.fileUploadedLabel .closeIconFile:hover {
	background-color: #666;
	border: 1px solid #444;
	color: #FFF;
}
#resendOTP {
	cursor: pointer;
	color: #066;
}
.text-category-main {
	padding: 0 15px 0 0;
}
.text-category-main:last-child {
	padding: 0 0px 0 0;
}
.categoryMenuLabel {
	font-size: 16px;
	border: 5px solid #FFFFFF;
	padding: 10px 5px;
	background-color: #20257f;
	color: #fff;
	box-shadow: 0px 0px 5px #999;
}
.categoryMenu .row div {
	margin-bottom: 10px;
}
.amountRow {
	clear: left;
	margin-top: -20px;
}
.amountRow div {
	font-size: 14px;
	/* font-weight: bold; */
	color: #545454;
	border: 1px dotted #E2DBDB;
	padding: 10px 15px;
	background-color: #CEBFBF;
}
.amountRow div span {
	float: right;
}
.amountRow2 div {
	font-size: 14px;
	/* font-weight: bold; */
	color: #545454;
	border: 1px dotted #E2DBDB;
	padding: 10px 15px;
	background-color: #CEBFBF;
	position: absolute;
	margin-top: 230px;
}
.amountRow2 div span {
	float: right;
}
.categoryMenu > div > .row {
	border: 1px dotted #ccc;
	border-width: 0 1px 1px 1px;
}
.dateField {
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.titleUploadDocument {
	color: #C3040B;
	font-size: 16px;
}
.lightText2 {
	color: #999;
}
.large-textarea {
	height: 150px !important;
}
.large-text {
	font-size: 16px;
}
/*  SuccessMsg Pop up Start========== */
.successMsg-popup {
	width: 500px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: 2px solid #444;
	box-shadow: 0 0 30px #000000;
	position: fixed;
	font-size: 15px;
	left: 50%;
	top: 30%;
	padding: 10px 15px;
	margin-left: -250px;
	min-height: 150px;
	z-index: 9999999;
}
.successMsg-popup .closeButton2 {
	background-image: url(../images/closeBtn.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	margin: -25px -25px 0px 0px;
	float: right;
	cursor: pointer;
}
.successMsg-popup .popup-heading-div {
	font-size: 16px !important;
	background: #f3f3f3;
	margin: -10px -15px 0px -15px;
	padding: 10px 15px;
	border-bottom: #d9d9d9 1px solid;
}
.successMsg-popup > span {
	width: 30px;
	height: 50px;
	background: url(../images/confirm.png) no-repeat;
	display: inline-block;
	margin-bottom: -8px;
	margin-right: 10px;
}
.successMsg-popup  > div > .alertSpan {
	width: 30px;
	height: 50px;
	background: url(../images/alert-icon.png) no-repeat !important;
	display: inline-block;
	margin-bottom: -8px;
	margin-right: 10px;
}
.successMsg-popup > div > .sucessMsgSpan {
	width: 30px;
	height: 50px;
	background: url(../images/sucess-icon.png) no-repeat !important;
	display: inline-block;
	margin-bottom: -8px;
	margin-right: 10px;
}
.successMsg-popup > .infoMsgSpan {
	width: 30px;
	height: 50px;
	background: url(../images/info-icon.png) no-repeat !important;
	display: inline-block;
	margin-bottom: -8px;
	margin-right: 10px;
}
.successMsg-popup .msgDiv {
	margin-left: 5px;
	display: inline-block;
	font-size: 15px;
	min-height: 50px;
	vertical-align: top;
	overflow: hidden;
	width: 88%;
}
.successMsg-popup .msgDiv ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.successMsg-popup .msgDiv ul li {
	color: #222;
}
.sucessMsg-popup-footer {
	text-align: center;
	margin: 15px 0;
}
.TransparentBg {
	position: fixed;
	z-index: 9999998;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.3);
}
/* ========== SuccessMsg Pop up End========== */


.categoryMenuAmount {
	display: block;
	font-size: 13px;
	color: #666;
	margin: 0;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20px;
}
.active .categoryMenuAmount {
	color: #FFF;
	text-shadow: none;
}
/*.tmDetailsIcon:after{
	content: url(../images/info-tm.png);
	margin: 5px;
}*/

.table-bordered2 {
}
.table-bordered2 > thead> tr > th {
	color: #000;
	font-weight: normal;
	font-size: 14px;
	vertical-align: top;
	/* border: 1px solid #ddd; */
	background-color: #E6E3E3 !important;
}
.table-bordered2 > tbody > tr > td {
	border-bottom: 1px solid #ddd;
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
}
.table-bordered2 > thead> tr > th input {
	width: 100% !important;
	border: 1px solid #ddd;
	color: #777;
	padding: 2px 5px;
}

.vailidationErrorIcon{
	position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #F00;
    border-radius: 8px;
    z-index: 99998;
    color: #FFF;
    padding: 0px 5px;
    line-height: 15px;
    background: #F00;
	right: 20px;
	top: 9px;
}
table td{
	position: relative;
}
table.dataTable thead th, table.dataTable tfoot th {
	font-weight:normal;
}
.table-bordered2 {
	border:1px solid #ddd;
}
table .vailidationErrorIcon{
	position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #F00;
    border-radius: 8px;
    z-index: 99998;
    color: #FFF;
    padding: 0px 5px;
    line-height: 15px;
    background: #F00;
	right: 20px;
	top: 17px;
}
.vailidationErrorMsg{
	background-color: #444;
    position: absolute;
    color: #FFF;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 5px;
    right: 0;
    top: 30px;
	z-index: 99999;
}
.vailidationError{
	border: 1px solid #F00;
}

.nav-tabs {
	border-bottom:2px solid #20257f;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	background-color: #20257f;
    border: 1px solid #20257f;
}

@media print {
body * {
	-webkit-print-color-adjust: exact;
	-ms-print-color-adjust: exact;
}
.sectionTab {
	background-color: #f68b1f !important;
	-webkit-print-color-adjust: exact;
}
.sectionTab h3 {
	background-color: #f68b1f !important;
	color: #FFF !important;
	-webkit-print-color-adjust: exact;
}
.categoryMenuLabel {
	font-size: 16px !important;
	border: 5px solid #FFFFFF !important;
	padding: 10px 5px !important;
	background-color: #82CBE0 !important;
	color: #000 !important;
	box-shadow: 0px 0px 5px #999 !important;
	-webkit-print-color-adjust: exact;
}
input[type='checkbox'] + label {
	margin: 0 !important;
	clear: none !important;
	padding: 1px 0 0px 24px !important;
	cursor: pointer !important;
	background: url(../images/checkbox-btn.png) left top no-repeat !important;
	min-height: 16px !important;
	display: inline-block !important;
	-webkit-print-color-adjust: exact;
}
.mordenWindow .mordenWindowContainer table > thead > tr > th, .summaryViewPage table > thead > tr > th {
	color: #191919;
	font-weight: normal;
	font-size: 14px;
	vertical-align: top;
	border-bottom: 1px solid #C0D0D0;
	background-color: #DBE6E6 !important;
	-webkit-print-color-adjust: exact;
}
.footer {
	background-color: #cdcdcd !important;
	padding: 20px 50px;
	color: #424242;
	-webkit-print-color-adjust: exact;
}
.topshadowsImg {
	background: url(../images/bodyTopShadowImg.png) top left repeat-x !important;
	-webkit-print-color-adjust: exact;
}
.navbar-default {
	background-color: #424240 !important;
	border-color: #FFF !important;
	border: 0px !important;
	color: #FFF !important;
	-webkit-print-color-adjust: exact;
}
.navbar-default .navbar-nav>li>a {
	color: #fff !important;
	background-color: transparent !important;
	-webkit-print-color-adjust: exact;
}
input[type='checkbox']:checked + label {
	background-image: url(../images/checkbox-btn-active.png) !important;
	-webkit-print-color-adjust: exact;
}
}
.loaderDiv{
                background:url(../images/loading_icon.gif) no-repeat center center;
                min-height: 250px;
}



.tree ul {
    list-style: none outside none;
	color: #3B4C56;
	font-size: 13px;
	padding-left:0;
}
.tree li span {
    line-height: 25px;
	color: #3B4C56;
	text-decoration: none;
}
.tree > ul > li > span {
    color: #3B4C56;
    display: inline-block;
    font-weight: normal;
    position: relative;
    text-decoration: none;
}
.tree li.parent > span {
    padding: 0 0 0 25px;
}
.tree li.parent > span:before {
    background: url(../images/plus-btn.png) no-repeat top 3px left;
     content: ""; 
    display: block;
    height: 21px;
    left: 0;
    position: absolute;
    top: 2px;
    vertical-align: middle;
    width: 23px;
}
.tree ul li.active > span:before {
    background: url(../images/minus-btn.png) no-repeat top 3px left;
}
.tree ul li ul {
    border-left: 1px solid #D9DADB;
    display: none;
    margin: 0 0 0 8px;
    overflow: hidden;
    padding: 0 0 0 25px;
}
.tree ul li ul li {
    position: relative;
	line-height: 200%;
}
.tree ul li ul li:before {
    border-bottom: 1px dashed #E2E2E3;
    content: "";
    left: -20px;
    position: absolute;
    top: 12px;
    width: 15px;
}

/* Added to remove Arrows from number input fields  */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
@media (min-width:768px) {
.navbar-nav li > ul {
	display: none;
}
.navbar-nav li:hover > ul {
	display: block;
}
.categoryMenu > div > .row {
	/* height: 320px; */
	min-height:400px;
}
}
@media (max-width:767px) {
.navbar-brand img{
	width:32px;
	margin-top: 5px;
	height: auto;
}
}

.tab-content{
     padding: 10px 0;
}
.dataTables_filter input[type="search"], .dataTables_length select{
    padding: 3px 8px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 2px !important;
}
#divDraftTable {
	padding-left: 17%;
}
.tbl-parent{
	width: 100%;
	overflow: auto;

}

.plusInTable{
	font-size: 20px;
	font-weight: bold;
	border: 1px solid #CCC;
	height: 20px;
	width: 20px;
	text-align: center;
	display: inline-block;
	padding: 0;
    line-height: 16px;
    vertical-align: middle;
	color: #444;
	margin-right: 5px;
	cursor: pointer;
}
.plusInTable:hover{
	background-color: #D3D3D3
}
.showRowListing > td{
	padding:0 !important;	
}
.showRowListing > td table td{
	border-top: 0px !important;
	border-bottom: 1px solid #aaa;
}
.showRowListing > td table tr:last-child td{
	border-bottom: 0;
}
.checkListLink{
	float:right;
	font-size: 16px;
}

.table>thead>tr>th {
	background-color:#20257f !important;
	color:#fff;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    /*text-align: left !important;*/
    vertical-align: top;
   /*  border-top: 1px solid #ccc; */
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th {    
    text-align: left !important;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td 
{
	border-top:0 !important;
	border-left:0 !important;
	border-right:0 !important;
	border-bottom:1px solid #ccc !important;
}

.checkListPause{
    position: fixed;
    z-index: 998;
    text-align: right;
    display:block;
    right:3%;
    top:0;
    border-bottom: 2px solid #666;
    padding: 10px 0;
    background-color: #FFF;
}
.reduceSize{
	width: calc(100% - 30px) !important;
	display: inline-block;
	margin-left: -30px;
}

/* Progress Tabs */
.progressTabs {
	width: 100%;
}
.progressTabs .progressBar{
	width: 65%;
	height:10px;
	margin: 0 9%;
}
.progressTabs .progressBarGrey{
	height: 10px;
	width: 100%;
	background: #dadada;
}
.progressTabs .progressTabsGroups{
	margin-top: -24px;
	z-index: 99;	
}
.progressTabs .progressTabsGroups ul{
	margin: 0;
	padding: 0;
	border-bottom: 5px solid #1370b8;
}
.progressTabs .progressTabsGroups li{
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: 10%;
	margin: 0 3%;
	height: 50px;
	text-align: center;	
	height: 110px;
}
.progressTabs .progressTabsGroups li label{
	display: block;
	margin-top: 10px;
	color: #666;	
	font-size: 13px;
	font-weight: normal !important;
	cursor: pointer;
}
.progressTabs .progressTabsGroups li > a > span{
	display: inline-block;
	background-color: #e7dd6d;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	box-shadow: inset 0px 0px 15px rgba(0,0,0,0.5);
	border: 1px solid #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.progressTabs .progressTabsGroups li > a> span > span {
	display: inline-block;
	height: 38px;
	width: 38px;
	border-radius: 20px;
	box-shadow: inset 0px 0px 15px rgba(0,0,0,0.5);
	color: #5b593d;	
	font-size: 18px;
	line-height: 38px;
	font-weight: bold !important;
}

.progressTabs .progressTabsGroups li.success > a > span{
	background:  #7dcb5b url(../images/sucess-icon1.png) center center no-repeat;
}
.progressTabs .progressTabsGroups li.disabled > a > span{
	background: #b0ae9b url(../images/sucess-icon1.png) center center no-repeat;
}
.progressTabs .progressTabsGroups li.active > a > span{
	background: #167ece;
}
.progressTabs .progressTabsGroups li.disabled > a > span > span, .progressTabs .progressTabsGroups li.success > a > span > span{
	color: rgba(0,0,0,0.0);
}
.progressTabs .progressTabsGroups li.active >  a > span > span{
	font-size: 18px;
	color: #FFF;
}
.progressTabs .progressTabsGroups li.active label{
	font-size: 14px;
	color: #096bb6;
	font-weight: bold !important;
}
.progressTabs .progressTabsGroups li.active{
	background: url(../images/currentTabIcon.png) no-repeat center bottom;
}
.boxBorder{
	border: 2px solid #1370b8;
	border-top: 0px solid #1370b8;
	margin: 0px;
	padding: 15px 25px;
}

.topLinksAlerts {
	position: absolute;
	width: 95%;
	z-index: 0;
	text-align: right;
	padding: 3px 3%;
	font-size: 14px;
	color: #bf050b;
}
.typeMail {
    background: #f0f0f0;
    padding: 10px 20px;
    border: 1px solid #ccc;
}
.mordenWindowContainerInnerDiv{
	height: 330px;
	overflow-y: auto;
	overflow-x: hidden;
}
.mordenWindowContainer.issuesMW{
	overflow-y: hidden !important;		
}

.mordenWindowNatureofIssueContainer.issuesMW{
	overflow-y: hidden !important;		
}
.noborder{
	border: 0 !important;
    background: #FFF !important;
    padding: 0;
}

.myFile{
	width: 100%;
}
.nav>li>a {
	padding:10px 12px;
}
table {
	font-size:13px;
}
table.dataTable.no-footer {
	border-bottom: 0 !important;
}
.navbar-default {
	background:#f1f1f1;
}
.navbar-default .navbar-nav>li>a {
	color:#000;
}
.navbar-default .navbar-nav>li:hover a{
	color:#eee;
}
.navbar-default .navbar-nav>li:hover .dropdown-menu>li>a {
	color:#424240;
}
.navbar>.container-fluid .navbar-brand {
	background-color:transparent !important;
}
.backMenu {
	margin-left:2rem;
}
.eng { display:inline; }
.hindi { display:none;}
.language { margin-right:5px; margin-top:5px; }
.mb-3 {
	margin-bottom:1rem; 
}
.d-flow-root {
	display:flow-root;
} 
.hindiLanguage .eng{
	display:none;
}
.hindiLanguage .hindi {
	display:inline;
}

.ui-front {
    z-index: 1001;
}

.mordenNatureofIssuesWindow {
	display: none;
	position: fixed;
	border: 2px solid #444444;
	background-color: #FFF;
	box-shadow: 0 0 15px #000;
	/* width: 80%;old */
	width: 95%;/* new */
	z-index:1000;
	top: 10%;
	/* left: 50% old; */
	left: 45% /* new */;
	/* margin-left: -40%old; */
	margin-left: -42%/* new */;
	padding: 10px 20px 25px;
}
.mordenNatureofIssuesWindow h2.title {
	font-size: 18px;
	border-bottom: #777 2px solid;
	color: #424242;
	line-height: 180%;
}
.mordenNatureofIssuesWindow .mordenWindowNatureofIssueContainer {
	min-height: 150px;
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
}
.mordenNatureofIssuesWindow .mordenWindowNatureofIssueContainer table > thead > tr > th, .summaryViewPage table > thead > tr > th {
	color: #191919;
	font-weight: bold;
	font-size: 14px;
	vertical-align: top;
	border-bottom: 1px solid #C0D0D0;
	background-color: #f2f2f2 !important;
}
.mordenNatureofIssuesWindow .closeBtn {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	color: #FFF;
	background-color: #333;
	float: right;
	margin-right: -34px;
	margin-top: -25px;
	padding: 6px 11px;
	cursor: pointer;
}
.mordenNatureofIssuesWindow .closeBtn:hover {
	box-shadow: 0 0 10px #000;
	background-color: #000;
}

