@charset "utf-8";
/*======================================================================
Site Name: tamp
Theme URI: 
Description: this site is developed by STTL
Version: 1.0
Author: Web Team
------------------------------------------------------------------------
Base Color: #fff (White)
Site Color: #066597 (Sky Blue)
Header Color:#fff (Dark Blue with 0.75 opacity)
Text Color: #171717 (Dark Grey)
Title Color: #363e98, (Dark Blue), #066597 (Sky Blue)
Footer Color: #f5f7fa (off white) #98a0a6 (light grey)
------------------------------------------------------------------------
Layout Width: 100%
Container Width: 100%
Responsive Layout: Partial
=======================================================================*/
/********* Reset CSS *********/
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
a:hover, a:active { outline: 0; }
/********* Form fields *********/
:root { --sttl-theme-yellow: #FEB834; --sttl-theme-blue: #0082CE; --sttl-theme-lightblue: #E2F6FF; --sttl-theme-black: #000; --sttl-theme-gray: #323232; --sttl-theme-lightgray: #e1e1e1; --sttl-theme-red: #F84E33; --sttl-theme-orange: #F66A2F; --sttl-theme-white: #ffffff; --sttl-theme-lightwhite: #f7f7f7; --sttl-theme-lightgreen: #35a6bb; --sttl-theme-lightborder: #e8e8f7; --sttl-theme-font-12:0.75em; --sttl-theme-font-13:0.813em; --sttl-theme-font-14:0.875em; --sttl-theme-font-15:0.938em; --sttl-theme-font-16:1em; --sttl-theme-font-18:1.125em; --sttl-theme-font-20:1.25em; --sttl-theme-font-22:1.375em; --sttl-theme-font-24:1.5em; --sttl-theme-font-26:1.625em; --sttl-theme-font-28:1.75em; --sttl-theme-font-30:1.875em; --sttl-theme-font-33:2.063em; --sttl-theme-font-40:2em; --sttl-theme-font-65:4.063em; }
:root .wob { --sttl-theme-yellow: black; }
button, input, select, textarea { margin: 0; vertical-align: baseline; background-color: transparent; border: none; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; margin: 0 5px 0 0; }
input[type="checkbox"] { -webkit-appearance: checkbox; }
input[type="radio"] { -webkit-appearance: radio }
input[type="submit"], input[type="button"], input[type="reset"], button, .button { line-height: 20px; padding: 4px 10px; display: inline-block; text-decoration: none; border: 0 none; margin: 0; outline: 0 none; }
textarea { overflow: auto; vertical-align: top; resize: vertical; height: 100px; max-width: 100%; min-width: 100%; max-height: 500px; min-height: 90px; }
fieldset { border: 0 none; margin: 0; padding: 0 }
label { display: inline-block; padding-bottom: 10px; font-weight: normal; }
@font-face { font-family: 'Poppins'; src: url('./fonts/Poppins-SemiBold.woff2') format('woff2'), url('./fonts/Poppins-SemiBold.woff') format('woff'), url('./fonts/Poppins-SemiBold.ttf') format('truetype'), url('./fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Poppins'; src: url('./fonts/Poppins-Regular.woff2') format('woff2'), url('./fonts/Poppins-Regular.woff') format('woff'), url('./fonts/Poppins-Regular.ttf') format('truetype'), url('./fonts/Poppins-Regular.svg#Poppins-Regular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Poppins'; src: url('./fonts/Poppins-Bold.woff2') format('woff2'), url('./fonts/Poppins-Bold.woff') format('woff'), url('./fonts/Poppins-Bold.ttf') format('truetype'), url('./fonts/Poppins-Bold.svg#Poppins-Bold') format('svg'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'Poppins'; src: url('./fonts/Poppins-Medium.woff2') format('woff2'), url('./fonts/Poppins-Medium.woff') format('woff'), url('./fonts/Poppins-Medium.ttf') format('truetype'), url('./fonts/Poppins-Medium.svg#Poppins-Medium') format('svg'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Poppins'; src: url('./fonts/Poppins-Light.woff2') format('woff2'), url('./fonts/Poppins-Light.woff') format('woff'), url('./fonts/Poppins-Light.ttf') format('truetype'), url('./fonts/Poppins-Light.svg#Poppins-Light') format('svg'); font-weight: 300; font-style: normal; font-display: swap; }
/********* Clear floats *********/
.cf:before, .cf:after, .container:before, .container:after, .row:before, .row:after, ul:before, ul:after, .boxs:before, .boxs:after, .radioList:after, .radioList:before { content: " "; display: table }
.cf:after, .container:after, .row:after, ul:after, .boxs:after, .radioList:after { clear: both }
/********* Common Classes *********/
body, html { height: 100%; width: 100%; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 10px 0; padding: 0 }
body, button, input, select, textarea { color: #171717; font-family: 'Poppins'; font-size: 15px; line-height: 1em; }
body { background-color: #f5f7fa; line-height: 1.5; }
h1 { font-size: 2.308em; }
h2 { font-size: 32px; }
h3 { font-size: var(--sttl-theme-font-26); }
h4 { font-size: 22px; }
h5 { font-size: var(--sttl-theme-font-18); }
h6 { font-size: var(--sttl-theme-font-16); }
ul { padding: 0 0 0 15px; }
ol { padding: 0 0 0 20px; }
ul ul, ol ol { margin: 10px 0; }
ul.bulletText { list-style: none; padding: 0; }
ul.bulletText li { background: url(../images/right-arrow.gif) no-repeat left 7px; padding: 2px 0 2px 15px; }
p, h1, h2, h3, h4, h5, h6, ul, ol, dd, table, fieldset, address { margin: 0 0 25px; }
input[type="time"], input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="url"], input[type="password"], input[type="search"], select, textarea { height: 43px; border: 1px solid #cccccc; border-radius: 6px; font-size: 14px; line-height: 26px; padding: 3px 10px; width: 100%; color: #838d94; }
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button:hover, .button:hover { color: var(--sttl-theme-white); background-color: #444; }
input[type="submit"].cancelBtn, input[type="button"].cancelBtn, input[type="reset"].cancelBtn { background-color: #888; }
.alignLeft { float: left; }
.alignRight { float: right; }
.displayNone, .hasJS noscript, .hideThis { display: none !important; visibility: hidden; }
.jsRequired { display: none; }
.noJS .jsRequired { display: block; background-color: #C00; color: var(--sttl-theme-white); width: 100%; line-height: 30px; text-align: center; font-size: 12px; border: 0 none; }
.mrgAuto { margin-right: auto; margin-left: auto; }
  .mrgT25 { margin-top: 25px; }
  .mrgT20 { margin-top: 20px; }
  .mrgL20 { margin-left: 20px; }
  .mrgR20 { margin-right: 20px; }
  .mrgB20 { margin-bottom: 20px; }
  .mrgT10 { margin-top: 10px; }
  .mrgL10 { margin-left: 10px; }
  .mrgR10 { margin-right: 10px; }
  .mrgB10 { margin-bottom: 10px; }
  .padL20 { padding-left: 20px; }
  .padR20 { padding-right: 20px; }
  .padB20 { padding-bottom: 20px; }
  .padT20 { padding-top: 20px; }
  .padL15 { padding-left: 15px; }
  .padR15 { padding-right: 15px; }
  .padB15 { padding-bottom: 15px; }
  .padT15 { padding-top: 15px; }
  .padL10 { padding-left: 10px; }
  .padR10 { padding-right: 10px; }
  .padB10 { padding-bottom: 10px; }
  .padT10 { padding-top: 10px; }
  .pad10  { padding: 10px; }
  .pad15  { padding: 15px; }
  .pad20  { padding: 20px; }
  .pad25  { padding: 25px; }
  .pad30 { padding: 30px; }
  .padTB10{ padding-top: 10px; padding-bottom: 10px; }
  .padTB15{ padding-top: 15px; padding-bottom: 15px; }
  .padTB20{ padding-top: 20px; padding-bottom: 20px; }
.width100p{ width: 100%; }
.width90p { width: 90%; }
.width80p { width: 80%; }
.width70p { width: 70%; }
.width60p { width: 60%; }
.width50p { width: 50%; }
.width40p { width: 40%; }
.width30p { width: 30%; }
.width20p { width: 20%; }
.width10p { width: 10%; }
 .extIcon { vertical-align: middle; margin-left: 3px; }
  .rsIcon { display: inline-block; margin-right: 2px; height: 11px; text-indent: -999px; overflow: hidden; width: 11px; background: url(../../images/rupee.png) left top no-repeat; }
    .bold { font-weight: bold; }
  .italic { font-style: italic; }
.longWord, .wordBreak { word-wrap: break-word; }
/********** Image Formating & Alignment **********/
.imgLeft { float: left; margin-right: 20px; margin-bottom: 20px; }
.imgRight { float: right; margin-left: 20px; margin-bottom: 20px; }
.imgCenter { float: none; margin-bottom: 20px; margin-left: auto; margin-right: auto; display: block; }
.imgBorder { border: 1px solid #ccc; padding: 5px }
.rounded { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.circle { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.shadow { -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2); padding: 4px; }
/********** Alignment **********/
.left { text-align: left !important; }
.right { text-align: right !important; }
.center { text-align: center !important; }
.justify { text-align: justify !important; }
/********** Error/Alert Messages **********/
.message { padding: 10px 38px 10px 10px; margin-bottom: 20px; border: 1px solid transparent; position: relative; }
.message.success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; }
.message.success a { color: #2b542c; }
.message.error { color: #a94442; background-color: #f2dede; border-color: #ebccd1; }
.message.error a { color: #843534; }
/********** Responsive Tab **********/
.resTab { position: relative; border: 1px solid #00c5ad; }
.resTab .tabNav { margin: 0; padding: 0; list-style: none }
.resTab .tabNav li { display: inline-block; margin: 0; position: relative; background-color: #00c5ad; }
.resTab .tabNav li a { display: inline-block; padding: 10px 12px; text-decoration: none; font-size: 14px; font-weight: bold; color: var(--sttl-theme-white); }
.resTab .tabNav .r-tabs-state-active a { color: #00c5ad; text-shadow: none; background-color: white; }
.resTab .tabContent { padding: 15px; display: none; }
.resTab .r-tabs-panel.r-tabs-state-active { display: block; }
.resTab .r-tabs-accordion-title { display: none; }
.resTab .tabNav .r-tabs-state-disabled { opacity: 0.5; }
.resTab .r-tabs-accordion-title .r-tabs-anchor { display: block; padding: 10px; background-color: #00c5ad; color: var(--sttl-theme-white); font-weight: bold; text-decoration: none; }
.resTab .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor { background-color: var(--sttl-theme-white); color: #00c5ad; text-shadow: none; }
.resTab .r-tabs-accordion-title.r-tabs-state-disabled { opacity: 0.5; }
.noJS .resTab .tabContainer { height: 150px; overflow: hidden }
.noJS .resTab .tabContent { display: block; height: 150px }
/********** Table **********/
.tableOut { overflow-y: hidden; overflow-x: auto }
table, .tableData { border-collapse: separate; border-spacing: 0; width: 100%; empty-cells: show; /*border: none;*/ }
table th, .tableData th { font-weight: bold; color: #34495e; }
table table, .tableData table { margin: 0 }
caption, th, td { font-weight: normal; }
.tableData th:last-child, .tableData td:last-child { border-right: 0 none; }
.tableScroll { overflow-y: hidden; overflow-x: auto }
.tableData th:last-child, .tableData td:last-child { border-right: 0 none; }
/* ******** Grid : 12 Coloum and Boxs ******** */
.example div div, .example .boxs li { border: 1px solid #eee; margin-bottom: 15px; padding-top: 15px; padding-bottom: 15px }
.cols1, .cols2, .cols3, .cols4, .cols5, .cols6, .cols7, .cols8, .cols9, .cols10, .cols11, .cols12 { float: left; padding-left: 15px; padding-right: 15px; }
.cols12 { width: 100%; }
.cols11 { width: 91.66666667%; }
.cols10 { width: 83.33333333%; }
.cols9 { width: 75%; }
.cols8 { width: 66.66666667%; }
.cols7 { width: 58.33333333%; }
.cols6 { width: 50%; }
.cols5 { width: 41.66666667%; }
.cols4 { width: 33.33333333%; }
.cols3 { width: 25%; }
.cols2 { width: 16.66666667%; }
.cols1 { width: 8.33%; }
.boxs { list-style: none; padding: 0; margin: 0; }
.boxs2 { margin-left: -2%; }
.boxs3 { margin-left: -2%; }
.boxs4 { margin-left: -2%; }
.boxs5 { margin-left: -2%; }
.boxs6 { margin-left: -2%; }
.boxs > li, .boxs > div { float: left; min-height: 1px; margin-left: 30px; }
.boxs2 > li, .boxs2 > div { width: 48%; margin-left: 2%; }
.boxs3 > li, .boxs3 > div { width: 31%; margin-left: 2%; }
.boxs4 > li, .boxs4 > div { width: 23%; margin-left: 2%; }
.boxs5 > li, .boxs5 > div { width: 18%; margin-left: 2%; }
.boxs6 > li, .boxs6 > div { width: 14.6%; margin-left: 2%; }
.boxBorder { padding: 5px; border: 1px solid #ccc; }
/********* Navigation *********/
.mainNavigation { margin: 0; position: relative; background: none; z-index: 9999; float: right; }
.toggleMenu { display: none; padding: 15px; text-decoration: none; }
.toggleMenu .mobileMenu { font-size: 1.250em; color: var(--sttl-theme-white); }
.toggleMenu .iconBar { float: right; width: 25px; height: 25px; background: url(../images/mobile-menu.png) no-repeat center center; }
#nav, #nav ul { list-style: none; margin: 0; padding: 0; }
#nav li { float: left; margin: 0; padding: 0; position: relative; display: inline; }
#nav li a { padding: 28px 19px; line-height: 36px; color: var(--sttl-theme-black); font-size: /*1.067em*/ 15px; display: inline-block; text-decoration: none; text-transform: uppercase; letter-spacing: normal; }
#nav ul { width: 250px; top: 100%; padding: 0; left: 0; position: absolute; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5); }
.hasJS #nav ul { opacity: 0; transition: opacity 400ms linear; -webkit-transition: opacity 400ms linear; }
#nav ul li { float: left; height: auto; width: 100%; margin: 0; padding: 0; }
#nav ul li a { display: block; font-size: 1.08em; line-height: 24px; color: #060613; border: none; border-top: 1px solid #e4e3e3; padding: 8px 15px 8px 15px; text-align: left; text-transform: none; }
#nav ul ul { top: 0; left: 300px; }
#nav ul a:hover, .noJS #nav ul a:focus, #nav ul a.selected { color: #7fb6e9; }
#nav ul, #nav:hover ul ul, #nav .hover ul ul, #nav .focus ul ul { margin-left: -9999px; }
#nav li:hover > ul, #nav li.hover > ul, #nav li.focus > ul, #nav a:focus + ul, #nav ul ul, .noJS #nav .hover a:focus, .noJS #nav .focus a:focus { margin-left: 0; }
#nav > li > a:hover, #nav > li.hover > a, #nav > li.focus > a, #nav > .highlight > a { color: #f16815; }
#nav li ul li a:hover, #nav li ul li > a.selected, #nav ul a:hover, .noJS #nav ul a:focus, #nav ul a.selected, #nav ul > .highlight > a { color: #f16815; }
#nav ul li.focus > a { color: #f16815; display: block; }
#nav .menuIcon { display: none; position: absolute; right: 5px; top: 20px; width: 9px; height: 9px; }
#nav li .menuIcon { background: url(../images/down-arrow.gif) no-repeat right center; z-index: 10; }
#nav li li .menuIcon { display: block; background: url(../images/right-arrow.gif) no-repeat right center; top: 13px; right: 10px; z-index: 11; }
#nav li li li .menuIcon { z-index: 12; }
#nav li .menuIcon.active { transform: rotate(180deg); -webkit-transform: rotate(180deg); }
.noJS #nav ul a:focus { width: 200px; }
.noJS #nav ul a:focus, .noJS #nav ul a:focus + ul { margin-left: 9999px; }
.noJS #nav ul a:active { margin-left: 0; }
.hasJS .menuPart #nav a:focus + ul, .hasJS .menuPart #nav li.focus > ul, .hasJS .menuPart #nav li.hover > ul, .hasJS .menuPart #nav li:hover > ul, .hasJS .menuPart #nav ul ul { opacity: 1; }
#nav > li:last-child a { padding-right: 0; color: #f16815; }
/*********  Accordion ******** */
.accordion { margin-bottom: 20px; font-family: 'Poppins', sans-serif; }
.accordion .accTriggerDisabled, .accordion .accTrigger { background: url(../images/plus.png) left 5px no-repeat; padding-left: 20px; cursor: pointer; font-weight: bold; color: var(--sttl-theme-white); padding: 10px 15px; font-weight: 500; }
.noJS .accordion .accTrigger { background: none; padding-left: 0; color: var(--sttl-theme-white); }
.accordion .accTrigger { position: relative; }
.accordion .accTrigger .mdi { position: absolute; right: 20px; font-size: var(--sttl-theme-font-20); top: 50%; transform: translateY(-50%); }
.accordion .accTrigger.active .mdi-chevron-down:before { content: "\F143"; }
.accordion .accTrigger a { display: block; text-decoration: none; outline: 0; color: var(--sttl-theme-white); }
.accordion .accTrigger.active { background: #008CA6; }
.accordDetail { padding: 10px 15px 10px 40px; display: none; color: var(--sttl-theme-white); border-bottom: 1px solid rgba(255, 255, 255, 0.5); line-height: 1.5; }
.noJS .accordDetail { display: block; padding: 10px 0; }
.accordListMenu { margin: -10px -15px; padding: 0; list-style: none; }
.accordListMenu li:last-child a { border: 0; }
.accordListMenu a { text-decoration: none; color: var(--sttl-theme-white); border-bottom: 1px solid rgba(255, 255, 255, 0.5); padding: 10px 15px 10px 25px; display: flex; position: relative; }
.accordListMenu a:after { content: ""; position: absolute; left: 5px; top: 50%; transform: translateY(-50%); width: 10px; height: 10px; background-color: var(--sttl-theme-white); border-radius: 50%; }
.accordListMenu a:hover:before { content: ""; position: absolute; right: -10px; top: 50%; transform: translateY(-50%); width: 0; height: 0; display: flex; border-top: 6px solid transparent; border-left: 10px solid #00B471; border-bottom: 6px solid transparent; }
.accordListMenu a:hover { background-color: #00B471 !important; }
/********** Layout **********/
#wrapper { position: absolute; min-height: 100%; background: #f5f7fa; width: 100%; }
.container { margin: 0 auto; width: 100%; max-width: 1170px; }
/********** Header **********/
#header { width: 100%; display: flex; justify-content: space-between; margin: 0; padding: 0 20px; z-index: 1; vertical-align: top; background: var(--sttl-theme-white); box-shadow: 0 9px 9px rgba(0, 0, 0, 0.10); -webkit-box-shadow: 0 9px 9px rgba(206, 206, 206, 0.10); }
.logoSection { float: left; padding: 10px 0; text-align: center; width: 100%; }
.logoSection a img { max-width: 200px; margin: 0 auto; display: block; text-align: center; }
.topLinksAndSearch { padding: 10px 0; display: flex; justify-content: end; position: relative; z-index: 3; }
.topLinksAndSearch #accessControl input { color: #333; }
.topLinksAndSearch .searchAndMenubar { float: left; padding: 26px 0; }
.topLinksAndSearch .userTopLinks { float: left; padding: 0; margin-left: 10px; }
.topLinksAndSearch ul { margin: 0; padding: 0; list-style: none; display: flex; align-content: center; justify-content: end; /*flex-wrap: wrap; */ height: 100%; }
.topLinksAndSearch li { display: flex; justify-content: end; align-items: center; font-size: var(--sttl-theme-font-26); color: #b0bec5; position: relative; padding: 0 20px; }
.topLinksAndSearch li:nth-child(1):after { display: none; }
.topLinksAndSearch li:after { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 30px; background-color: #ccc; }
.topLinksAndSearch li a { color: #111C75; float: left; text-align: center; }
.topLinksAndSearch li a .fa { font-size: 22px; }
.topLinksAndSearch li a:hover { color: #363e98; }
.topLinksAndSearch li a.active { color: #111C75; }
.userInformation ul { display: block; }
.roundCount { background: #00bfe9; position: absolute; height: 18px; width: 18px; text-align: center; font-size: 10px; font-weight: 600; color: var(--sttl-theme-white); line-height: 18px; vertical-align: middle; right: -8px; bottom: 2px; border-radius: 50%; -webkit-border-radius: 50%; }
.roundCount.blue { background: #00bfe9; }
.roundCount.red { background:red; }
.searchIcon.closed, .searchIcon:hover { color: #57bdde; }
.menuToggle.active { color: #00bfe9; }
.dropPopup { display: none; width: 360px; background: #fafafa;border-radius: 10px; position: absolute; top: 53px; right: -20px; margin-right: -10px; border: 0 none; box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2); z-index: 2; }
.dropPopup ul { margin: 0; padding: 0; list-style: none; }
.timedate { border-top: 1px solid #ccc; padding: 6px 0; margin-top: 10px; color: #a8a8a8; }
.dropPopup li { font-size: 13px; color: var(--sttl-theme-white); margin-bottom: 10px; padding-bottom: 10px; border-bottom:1px dashed #ccc; margin-right: 0; position: relative; }
.topLinksAndSearch li .dropPopup.messagePopup ul li:after, .topLinksAndSearch .userDetail .dropPopup.messagePopup li:after { display: none; }
.userTopLinks .relative .messagePopup ul { display: block;overflow-y:auto;height:400px; }
.messagePopup li { padding:10px 10px 10px 40px; }
.viewClear { background: #fff; display: flex; justify-content: space-between; border-top: 1px solid #ccc; padding: 15px;border-radius:0 0 10px 10px; }
.dropPopup.messagePopup li:before { content: "\f1f0"; font-family: "Material Design Icons";color: #f54d35; font-size: 21px; position: absolute; left: 10px; top: 10px; margin-top: 0; background-color: transparent;line-height:1; }
.dropPopup li a { color: var(--sttl-theme-black); text-decoration: none;font-weight:500; }
.dropPopup li a:hover { opacity: 0.7; color: var(--sttl-theme-black); }
.dropPopup li span { display: block; }
.dropPopup li span.dropPopupTitle { font-weight: 600; margin-bottom: 5px; }
.dropPopup li span.dropPopupText { line-height: var(--sttl-theme-font-16); margin-bottom: 10px; }
.dropPopup li span.dropPopupDate { font-size: 12px; }
.dropPopup li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom:none; display: block; padding-right: 0; }
.dropPopup .viewAll { transition: all 0.4s; display: block; border-radius: 3px; -webkit-border-radius: 5px; font-size: 15px;font-weight: 500; color: #959595; text-align: center; padding: 10px; text-decoration: none;}
.dropPopup .viewAll:hover { color: var(--sttl-theme-white); background: var(--sttl-theme-red); }
.dropPopup::before { content: ""; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 12px solid #fafafa; position: absolute; z-index: 111; right: 30px; top: -12px; width: 0; height: 0; }
/*********serachFeild**********/
.searchFiled { display: none; width: 500px; position: absolute; right: 100%; top: -8px; margin-right: 10px; }
.searchFiled input[type="text"] { height: 42px; border: 1px solid #939393; border-radius: 0px; -webkit-border-radius: 0px; font-size: 14px; padding-right: 50px; }
.searchFiled input[type="submit"] { border: 0 none; position: absolute; right: 1px; top: 1px; height: 40px; border-radius: 0px; -webkit-border-radius: 0px; }
/********** Main Container **********/
#mainContainer { width: 100%; height: 100%; min-height: 100%; margin: 0; padding: 0; background: #f5f7fa; }
.contentContainer { margin-left: 280px; height: 100%; min-height: 100%; transition: all 0.3s ease-out; }
.userInformation { padding: 7px 0px; float: right; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.userImgWrap { display: inline-block; position: relative; vertical-align: middle; }
.userImg { width: 45px; height: 45px; background: var(--sttl-theme-white); border-radius: 50%; -webkit-border-radius: 50%; text-align: center; overflow: hidden; border: 1px solid var(--sttl-theme-lightwhite); }
.userImg img { height: 100%; width: 100%; display: inline-block; vertical-align: top; }
.userDetail { display: inline-block; vertical-align: middle; position: relative; margin-left: 8px; }

.userDetail .dropPopup { width: 200px; right: 30px; }
.userDetail .dropPopup.messagePopup li { width: 100%; padding: 7px 15px; font-size: 14px; margin: 0; display: inline-block; }
.userDetail .dropPopup.messagePopup li .fa { font-size: var(--sttl-theme-font-16); vertical-align: middle; margin-right: 5px; }
.userDetail .dropPopup.messagePopup li::before { display: none; }
.userDetail .openDrpPopup { font-size: 14px; color: #434343; text-decoration: none; display: block; font-family: 'Poppins', sans-serif; }
.userDetail .openDrpPopup .fa.fa-angle-down { font-size: 19px; color: #ba1a3b; vertical-align: top; line-height: 14px; }
.userDetail .division { display: block; color: #434343; font-size: 14px; }
.userDetail h4 { color: #505050; margin: 0; padding: 0; }
.userDetail p { color: var(--sttl-theme-gray); margin: 0; padding: 0;font-size: 13px; }
.userDetail h4 { font-size: var(--sttl-theme-font-16); }
.userDetail p span { display: block; font-size: 15px; color: #b0bec5; margin-top: 5px; }
.activeIcon { position: absolute; right: -4px; border: 5px solid #2f3b4c; background: #78a51e; width: 22px; height: 22px; border-radius: 50%; -webkit-border-radius: 50%; bottom: 4px; }
.viewMsg p { font-size: 15px; color: #fff; line-height: 23px; }
/********** navigation **********/
.navigation { width: 100%; height: auto; margin: 0; padding: 0; }
.navigation ul { margin: 0; padding: 0 0 10px; list-style: none; position: relative; }
.navigation li { font-size: 17px; color: #b0bec5; margin-bottom: 0; border-bottom: 1px solid #444f8e; }
.navigation li a { color: var(--sttl-theme-white); text-decoration: none; padding: 10px 15px; display: block; position: relative; }
.navigation li.active .nav-second-level li a:hover:before { opacity: 1; }
.menuText { font-size: var(--sttl-theme-font-16); margin-left: 0; font-weight: 300; }
.navigation li a i { font-size: var(--sttl-theme-font-20); float: left; }
.navigation li .menuText { display: inline-block; width: 85%; line-height: 18px; }
.menuCollepase .userInformation { padding: 20px 5px; }
.menuCollepase .userInformation .userDetail { display: none; }
.menuCollepase .menu li .menuText { display: none; }
.menuCollepase .menu li:hover .menuText { display: block; margin-left: 0; padding: 8px 10px 8px; height: 47px; text-align: left; position: absolute; left: 70px; top: 0; width: 250px; font-size: 15px; line-height: 15px; background: #b61234; opacity: 0; z-index: -2; border-bottom: 1px solid #1d242f; }
.menuCollepase .navigation ul::before { width: 70px; margin-left: -35px; }
.menuCollepase .userImg { width: 60px; height: 60px; line-height: 62px; }
.menuCollepase .navigation li a { padding: 10px; text-align: center; }
.menuCollepase .navigation li a { padding: 10px; text-align: left; }
.menuCollepase .navigation li ul.nav-second-level li a { padding: 5px 0; }
.menuCollepase .navigation li ul.nav-second-level li a .mdi-chevron-double-right { left: 9px; }
.menuCollepase .navigation li a .leftIcon { left: 11px; }
/********** Contentpart  commonBox Style**********/
.columnBoxWrap { margin: 0 -10px; padding: 0; }
.columnBox1, .columnBox2, .columnBox3, .columnBox4.columnBox4, .columnBox5, .columnBox6, .columnBox7, .columnBox8, .columnBox9, .columnBox10, .columnBox11, .columnBox12 { float: left; padding: 0 10px; margin-bottom: 20px; }
.columnBox1  { width: 8.33%; }
.columnBox2  { width: 16.33%; }
.columnBox3  { width: 33.33%; }
.columnBox4  { width: 25%; }
.columnBox5  { width: 20%; }
.columnBox6  { width: 50%; }
.columnBox7  { width: 58.33%; }
.columnBox8  { width: 66.66%; }
.columnBox9  { width: 75%; }
.columnBox10 { width: 83.33%; }
.columnBox11 { width: 91.66%; }
.columnBox12 { width: 100%; }
.whiteBg { background: var(--sttl-theme-white); }
.countContent { height: 94px; position: relative; display: inline-block; vertical-align: middle; padding: 0 15px; }
.boxShadow { box-shadow: 1px 1px 15px 2px rgb(0 0 0 / 10%); border-radius: 20px; }
.padLeftIcon { padding-left: 85px; }
.leftIcon { position: absolute; height: 45px; left: 5px; top: 50%; margin-top: -23px; width: 45px; text-align: center; color: var(--sttl-theme-white); padding: 0; background: url("../images/left-dashboardIcon.png") no-repeat 0 0; filter: brightness(0) invert(1); }
.leftIcons { margin-right: 5px; }
.leftIcon.observerIcon { background-position: 0 -45px; }
.leftIcon.alumniIcon { background-position: 0 -90px; }
.leftIcon.vendorIcon { background-position: 0 -135px; }
.leftIcon.patientIcon { background-position: 0 -180px; }
.leftIcon.recruitmentIcon { background-position: 0 -225px; }
.leftIcon.managementIcon { background-position: 0 -270px; }
.navigation li > a { padding: 10px 15px; position: relative; }
.navigation ul li ul li a { position: relative; }
.navigation ul li ul li a:before { content: ''; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--sttl-theme-white); left: 0; top: 40%; }
.navigation li > a .mdi { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); }
.countContent p { font-size: var(--sttl-theme-font-18); text-align: left; color: #2f3b4c; text-transform: uppercase; max-width: 147px; }
.orange .leftIcon { background: #ff8761; }
.orange.countContent p { color: #ff8761; }
.lightBlue .leftIcon { background: #57bdde; }
.lightBlue.countContent p { color: #57bdde; }
.lightLavedar .leftIcon { background: #b198dc; }
.lightLavedar.countContent p { color: #b198dc; }
.lightGreen .leftIcon { background: #6dc7be; }
.lightGreen.countContent p { color: #6dc7be; }
.countContent .count { display: block; color: #2f3b4c; }
.commonBox { padding: 15px; position: relative; }
/******************commonForm ********************/
.adminForm { margin: 0; padding: 0; list-style: none; }
.adminForm ul { margin: 0 -5px; padding: 0; list-style: none; }
.adminForm li { width: 100%; float: left; }
.adminForm li .feildCol { width: 50%; float: left; margin-bottom: 20px; padding: 0 10px; }
.adminForm li .feildCol.fullWidth { width: 100%; }
.adminForm .customSelect, .adminForm select, .adminForm select.customSelect, .adminForm .datepicker, .adminForm input[type="text"] { color: #2f3b4c; font-size: 13px; border: 1px solid #dee7ed; height: 38px; width: 100%; text-align: left; }
.form-control.date-picker, .form-control.datepicker { background: #fff url(../images/calender.svg) 0 0 no-repeat !important; background-position: 95% 14px !important; }
#listdataTable .form-control.date-picker { background-position: 95% 9px !important; }
.tendersFilterWrap .box-inner .inputborder input { background: #fff; }
/***************************contentPart**********/
h2.boxTitle { font-size: 1.5em; color: #238195; font-weight: 600; margin-bottom: 20px; text-align: left; margin-top: 10px; }
h2.boxTitle.calendarBg { background: url(../images/calendar-icon-bg.png) right center no-repeat; }
.chartArea { text-align: center; }
.chartArea .commonBox { height: 413px; }
.amcharts-chart-div a { display: none !important; }
.chartArea img { max-width: 100%; height: auto; }
.rightTopFeilds { width: 251px; position: absolute; right: 15px; top: 15px; }
.rightTopFeilds.adminForm .feildCol { padding: 0 5px; }
.rightTopFeilds.adminForm ul { margin: 0 -5px; }
.sectorWiseFeild { margin-top: -10px; }
.sectorWiseFeild.adminForm .feildCol { margin-bottom: 15px; }
/***************************recentlyUpdate*********************/
.recentlyUpdate { width: 100%; }
.recentlyUpdateBox h2 { background: #6dc7be; padding: 15px 30px; font-size: var(--sttl-theme-font-16); font-weight: 600; color: var(--sttl-theme-white); margin-bottom: 0; }
.updateListing { padding: 20px 30px; }
.updateListing ul { margin: 0 0 15px; padding: 0; list-style: none; }
.updateListing li { position: relative; padding-left: 25px; margin-bottom: 12px; color: #2f3b4c; font-size: 13px; line-height: 1; }
.updateListing li:before { content: "\f054"; position: absolute; top: 50%; font-size: var(--sttl-theme-font-18); margin-top: -9px; font-family: "Material Design Icons"; left: 0; color: #737373; }
.updateListing li a { color: #2f3b4c; text-decoration: none; }
.updateListing li a:hover { color: #e65a15; }
.updateListing .viewAllLink { color: #2f3b4c; font-size: 14px; font-weight: 600; text-decoration: none; }
.updateListing .viewAllLink:hover { color: #e65a15; }
/***************************topSearhcPanel*********************/
.boxSearchPanel { padding: 0; margin: 0 0 20px; list-style: none; position: relative; }
.adminForm .sixColFeild li .feildCol { padding: 0px 5px 10px 5px; margin: 0; list-style: none; width: 16.66%; }
.adminForm .fifthColFeild li .feildCol { padding: 0 5px; margin: 0; list-style: none; width: 20%; }
.adminForm .forthColFeild li .feildCol { padding: 0 5px; margin: 0; list-style: none; width: 25%; }
.adminForm .threeColFeild li .feildCol { padding: 0 5px; margin: 0; list-style: none; width: 33.33%; }
.adminForm .twoColFeild li .feildCol { padding: 0 5px; margin: 0; list-style: none; width: 50%; }
.adminForm .singleColFeild li .feildCol { padding: 0 5px; margin: 0; list-style: none; width: 100%; }
.boxSearchPanel { position: relative; }
.serchPanelFeild { padding-right: 102px; }
.boxSearchPanel::-webkit-input-placeholder { color: #2f3b4c; }
.boxSearchPanel:-moz-placeholder { color: #2f3b4c; opacity: 1; }
.boxSearchPanel::-moz-placeholder { color: #2f3b4c; opacity: 1; }
.boxSearchPanel:-ms-input-placeholder { color: #2f3b4c; }
.searchBtnCol input { background: #8d919b; font-size: 15px; border: 0 none; padding: 4px 15px; height: 43px; color: var(--sttl-theme-white); width: 100%; border-radius: 6px; }
.searchBtnCol input:hover { background-color: #444444; color: var(--sttl-theme-white); }
.textRight { text-align: right; }
.approved { color: #03953f; }
.pending { color: #c85c1a; }
.process { color: #0072bc; }
.reportIcon { white-space: nowrap; text-align: right; font-size: 19px; color: #585858; }
.reportIcon a { color: #585858; display: inline-block; }
.reportIcon a:hover, .reportIcon a.delete:hover { color: #57bdde; }
.reportIcon a.delete { color: #f00; }
.btnRow input, .btnRow a.button { background: #78a51e; font-size: 15px; border: 0 none; padding: 4px 10px; height: 28px; line-height: 18px; margin-left: 10px; border-radius: 25px; text-transform: uppercase; font-weight: bold; font-size: 13px; }
.btnRow a.button { line-height: 20px; }
.btnRow a.button:hover { background: #444; }
.rightBtn { text-align: right; }
/***********************gridIcons******************/
.gridIcons { display: block; text-align: center; white-space: nowrap; }
.bigIcon { font-size: var(--sttl-theme-font-24); }
.greenIcon { color: #2bad81; }
.greenIcon:hover { color: #097c55; }
.orangeIcon { color: #ff8761; }
.orangeIcon:hover { color: #e05528; }
/***********************popupGrid******************/
.popupContentScroll .tableData th { font-weight: 600; font-size: 14px; text-align: left; }
.textCenter { text-align: center !important; }
.popupContentScroll .tableData th, .popupContentScroll .tableData td { padding: 10px 12px; border-bottom: 1px solid #dee7ed; vertical-align: middle; line-height: 18px; }
.popupContentScroll table tr:nth-child(odd) td, .popupContentScroll .tableRowOdd { background-color: var(--sttl-theme-white); }
.popupContentScroll .tableData tr:last-child th, .popupContentScroll .tableData tr:last-child td { border-bottom: 0 none; }
.tableData.srNo tr td:first-child { width: 70px; text-align: center; vertical-align: top; }
.popupContentScroll .tableData.blueHead th { background: #00bfe9; }

/***********************popupStagetabs******************/
.legends { margin: 0 0 20px; text-align: right; }
.legends ul { display: inline-block; list-style: none; margin: 0 10px 0 0; padding: 0; }
.legends li { margin-left: 30px; font-size: 14px; color: #747474; display: inline-block; text-transform: uppercase; font-weight: 600; }
.legends li:first-child { margin-left: 0; }
.legends li span { padding-left: 28px; position: relative; }
.legends li span:before { position: absolute; content: ""; width: 13px; height: 13px; left: 0; top: 50%; margin-top: -7px; }
.legends li span.stageFinished:before { background: #ff8761; }
.legends li span.remainingStage:before { background: #dcdcdc; }
.gridTopBtn { background: var(--sttl-theme-white); border: 1px solid #d7d7d7; padding: 5px 10px; color: #747474; font-size: 14px; font-weight: 600; text-decoration: none; float: right; margin-top: -8px; }
.gridTopBtn:hover { background: #ff8761; color: var(--sttl-theme-white); border: 1px solid #ff8761; }
.gridTopBtn i { color: #ff8761; font-size: var(--sttl-theme-font-20); font-weight: 700; display: inline-block; vertical-align: middle; }
.gridTopBtn:hover i { color: var(--sttl-theme-white); }
.gridTopBtn span { display: inline-block; vertical-align: middle; }
.tableData th span { display: block; font-weight: 400; font-size: 13px; }
.gridIcons .commonIcon { color: #585858; font-size: var(--sttl-theme-font-18); }

/*********************************footer*******************************/
#footer { padding: 20px 0 20px 340px; color: #646464; float: left; width: 100%; position: fixed; bottom: 0; left: 0; background: #e9e9e9; z-index: 1; }
#footer p { font-size: 14px; margin-bottom: 0; line-height: 18px; }
#footer.on { padding-left: 110px; }
.mainDashboard #footer { padding-left: 0 !important; text-align: center; }

/********** Form Page **********/
.formList .box { padding-bottom: 15px; }
.formList { list-style: none; padding: 0; margin: 0; }
.formList li { margin: 0; }
.required, .formList .error { color: #C00; padding-right: 5px; }
.formList .error { display: block; font-size: 12px; position: absolute; background: #C00; color: var(--sttl-theme-white); padding: 7px 15px; right: 0; top: 115%; z-index: 1; display: none }
.formList .error:after { width: 0; height: 0; border-style: solid; border-width: 0 10px 8px 10px; border-color: transparent transparent #C00 transparent; content: ''; right: 10px; margin-left: -15px; top: -7px; position: absolute }
.formList .textBoxOut { margin-bottom: 5px; position: relative }
.formList textarea { min-height: 120px; }
.textBoxOut textarea, .textBoxOut input { background: var(--sttl-theme-white); }
.formList label, .formList .label { color: #333; display: inline-block; font-weight: normal; padding-top: 7px; padding-right: 5px; color: var(--sttl-theme-black); }
.radioList input { float: left; margin: 5px; clear: left; }
.radioList label, .radioList .label { float: left; color: #555; }
.note { font-size: 12px; font-style: italic; padding: 5px 0 0; }
.captcha { position: relative; }
.captcha .captchaImg { border: 1px solid #d7d7d7; float: left; max-height: 33px; }
.captcha .refreshCaptcha { float: left; margin: 5px 0 0 10px; }
.formList .title { font-size: 15px; font-weight: 700; color: #1A8E75; display: block }
.buttonOut .button { margin-right: 15px; }
.formList input[type="file"] { border: 1px solid #d0d0d0; height: 37px; width: 100%; }
.formList .uploadBtn { color: var(--sttl-theme-white); background: #78a51e; height: 37px; padding: 10px 17px; border: 1px solid #78a51e; position: absolute; left: 0; top: 0; border-radius: 4px; cursor: pointer }
.formList .uploadBtn:hover { background: #444 }
.formList .cols1, .formList .cols2, .formList .cols3, .formList .cols4, .formList .cols5, .formList .cols6, .formList .cols7, .formList .cols8, .formList .cols9, .formList .cols10, .formList .cols11, .formList .cols12 { padding-left: 0 }
.padR0 { padding-right: 0 !important }
.declarationCheck { width: 45px; float: left; position: relative; z-index: 1 }
.declarationDetails { width: 100%; margin-left: -45px; padding-left: 45px; float: left }
.userPhoto { width: 107px; display: inline-block; position: relative; overflow: hidden; }
.userPhoto a { position: absolute; width: 100%; background: rgba(0, 0, 0, 0.8); color: var(--sttl-theme-white); text-align: center; left: 0; bottom: -100%; padding: 5px 0; text-decoration: none; transition: 300ms all }
.userPhoto:hover a { bottom: 0 }

/********** Registration Form page **********/
.regisFormBlock { margin-top: 0; overflow: hidden }
.regisForm { position: relative }
.regisForm h3 { font-size: 28px; margin-bottom: 13px; padding-bottom: 5px; font-family: 'Poppins', sans-serif; border-bottom: 1px solid #d0d0d0; }
.regisForm h4 { font-size: var(--sttl-theme-font-20); margin-bottom: 25px; font-family: 'Poppins', sans-serif; color: #044e6b; }
.regisForm h5 { font-size: 17px; margin-bottom: 25px; font-family: 'Poppins', sans-serif; color: #044e6b; border-bottom: 1px solid #d0d0d0; margin-bottom: 15px; padding-bottom: 10px; }
.regisFiedSectionLeft { width: 170px; float: left; margin-top: 30px; }
.regiFieldNumber { text-align: center; position: relative; margin-bottom: 9px; padding-bottom: 20px; }
.regiFieldNumber::after { background: #cfcfcf; bottom: 0; content: ""; height: 15px; left: 0; margin: 0 auto; position: absolute; right: 0; width: 1px; }
.regiFieldNumber a { outline: 0 none; text-decoration: none; color: #444444; font-size: var(--sttl-theme-font-16); display: block; }
.regiFieldNumber span { background: var(--sttl-theme-white); border: 3px solid #919191; border-radius: 100%; -webkit-border-radius: 100%; display: block; height: 40px; line-height: 34px; text-align: center; width: 40px; margin: 0 auto 7px; font-size: 1.090em; font-family: 'Poppins', sans-serif; }
.regiFieldNumber:last-child::after { display: none }
.regisFiedSectionRight { float: right; margin-left: -170px; padding-left: 180px; width: 100%; }
.regiFormSection { padding: 0 40px 25px 40px; }
.regiFormBlock { background: #fafafa; border-bottom: 2px solid #78a51e; padding: 2%; margin-bottom: 30px; position: relative }
.regiFormBlock h2 { color: #1f1f1f; font-size: 1.510em; margin-bottom: 5px; width: 100%; float: left; margin-top: 24px; }
.boxs > h3, .boxs > h4 { border-bottom: 1px solid #dddddd; font-size: var(--sttl-theme-font-16); font-weight: bold; margin-left: 22px; padding-bottom: 10px; text-transform: uppercase; }
.boxs > h4 { font-size: 14px; }
.regiField .customSelectInner { font-style: italic; }
.regiField .customSelect { background-color: #fbfbfb; height: 39px; border: 1px solid #d0d0d0; color: #737373; font-size: 0.871em; width: 100%; background: url("../images/selectDnArrow.png") no-repeat 96% center !important; }
.calIcon { background: url(../images/cal.png) no-repeat Center Center; color: #757575; }
.stick { position: fixed; top: 0px; }
#sticker { max-width: 170px; width: 100%; }
#regField1 a span { border-color: #5b912d; color: #5b912d; }
#regField2 a span { border-color: #dc4b89; color: #dc4b89; }
#regField3 a span { border-color: #edb220; color: #edb220; }
#regField4 a span { border-color: #00aeb3; color: #00aeb3; }
#regField5 a span { border-color: #e68523; color: #e68523; }
#regField6 a span { border-color: #dd5143; color: #dd5143; }
#regField7 a span { border-color: #8d6cab; color: #8d6cab; }
#regField8 a span { border-color: #00a0dc; color: #00a0dc; }
#regField9 a span { border-color: #86888a; color: #86888a; }
#regField1 a:hover span, #regField1 a.active span { background: #5b912d; }
#regField2 a:hover span, #regField2 a.active span { background: #dc4b89; }
#regField3 a:hover span, #regField3 a.active span { background: #edb220; }
#regField4 a:hover span, #regField4 a.active span { background: #00aeb3; }
#regField5 a:hover span, #regField5 a.active span { background: #e68523; }
#regField6 a:hover span, #regField6 a.active span { background: #dd5143; }
#regField7 a:hover span, #regField7 a.active span { background: #8d6cab; }
#regField8 a:hover span, #regField8 a.active span { background: #00a0dc; }
#regField9 a:hover span, #regField9 a.active span { background: #86888a; }
.regiFieldNumber a:hover span, .regiFieldNumber a.active span { color: var(--sttl-theme-white) !important; }
.green { color: #5b912d; }
.pink { color: #dc4b89 }
.yellow { color: #edb220 }
.irisBlue { color: #00aeb3 }
.darkOrange { color: #e68523 }
.darkPink { color: #dd5143 }
.violet { color: #8d6cab }
.skyBlue { color: #00a0dc }
.grey { color: #86888a }

/********** Custom Checkbox / Radiobox ***********/
.cuctom-checkbox label, .cuctom-radiobox label { display: inline-block; margin-left: 5px; cursor: pointer; }
.cuctom-checkbox, .cuctom-radiobox { padding-top: 5px; }
h5 .cuctom-checkbox label { font-size: 14px; padding-bottom: 0; color: #383838; padding-top: 3px; }
h5 .note { color: #666; font-size: 14px; }
.formList .cuctom-checkbox label { padding-bottom: 3px; margin-left: 3px; padding-right: 0; }
.formList .boxs2.fullCheckbox .box { width: 100%; margin-left: 0px; }
.formList .boxs2.fullCheckbox .icheckbox_square { float: left; margin-right: -20px; }
.formList .boxs2.fullCheckbox .cuctom-checkbox label { padding-left: 26px; line-height: 17px; }
.icheckbox_square, .iradio_square { display: inline-block; display: inline; vertical-align: middle; margin: 0; padding: 0; width: 20px; height: 20px; background: url(../images/square.png) no-repeat; border: none; cursor: pointer; }
.icheckbox_square { background-position: 0 0; }
.icheckbox_square.hover { background-position: -24px 0; }
.icheckbox_square.checked { background-position: -48px 0; }
.icheckbox_square.disabled { background-position: -72px 0; cursor: default; }
.icheckbox_square.checked.disabled { background-position: -96px 0; }
.iradio_square { background-position: -120px 0; }
.iradio_square.hover { background-position: -144px 0; }
.iradio_square.checked { background-position: -168px 0; }
.iradio_square.disabled { background-position: -192px 0; cursor: default; }
.iradio_square.checked.disabled { background-position: -216px 0; }
div.dataTables_length label { font-weight: normal; text-align: left; white-space: nowrap; }
div.dataTables_length select { width: 75px; display: inline-block; }
div.dataTables_filter { text-align: right; }
div.dataTables_filter label { font-weight: normal; white-space: nowrap; text-align: left; }
div.dataTables_filter input { margin-left: 0.5em; display: inline-block; width: auto; }
div.dataTables_info { padding-top: 8px; white-space: nowrap; }
div.dataTables_paginate { margin: 0; white-space: nowrap; text-align: right; }
div.dataTables_paginate ul.pagination { margin: 2px 0; white-space: nowrap; background: transparent; }
div.dataTables_paginate ul.pagination li { width: auto; }
div.dataTables_paginate ul.pagination li:after { display: none; }
@media screen and (max-width:767px) {
	div .dataTables_wrapper>div.row>div, div.dataTables_length, div.dataTables_filter, div.dataTables_info, div.dataTables_paginate { text-align: center; }
	div.DTTT { margin-bottom: 0.5em; }
}
table.dataTable td, table.dataTable th { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; border: 1px solid #dee2e6; }
table.dataTable { clear: both; margin-top: 6px !important; margin-bottom: 6px !important; max-width: none !important; }
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled { cursor: pointer; position: relative; }
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after { position: absolute; top: 12px; right: 8px; display: block; font-family: "Material Design Icons"; opacity: 0.5; font-size: 14px; }
table.dataTable thead .sorting:after { content: "\f4e2"; }
table.dataTable thead .sorting_asc:after { font-family: "FontAwesome"; content: "\f176"; font-size: 1em; font-weight: bold; }
table.dataTable thead .sorting_desc:after { font-family: "FontAwesome"; content: "\f175"; font-size: 1em; font-weight: bold; }
div.dataTables_scrollBody table.dataTable thead .sorting:after, div.dataTables_scrollBody table.dataTable thead .sorting_asc:after, div.dataTables_scrollBody table.dataTable thead .sorting_desc:after { display: none; }
table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after { color: #eee; }
table.dataTable thead>tr>th { padding-right: 30px; }
table.dataTable th:active { outline: none; }
table.dataTable.table-condensed thead>tr>th { padding-right: 20px; }
table.dataTable.table-condensed thead .sorting:after, table.dataTable.table-condensed thead .sorting_asc:after, table.dataTable.table-condensed thead .sorting_desc:after { top: 6px; right: 6px; }
div.dataTables_scrollHead table { margin-bottom: 0 !important; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
div.dataTables_scrollHead table thead tr:last-child th:first-child, div.dataTables_scrollHead table thead tr:last-child td:first-child { border-bottom-left-radius: 0 !important; border-bottom-right-radius: 0 !important; }
div.dataTables_scrollBody table { border-top: none; margin-top: 0 !important; margin-bottom: 0 !important; }
div.dataTables_scrollBody tbody tr:first-child th, div.dataTables_scrollBody tbody tr:first-child td { border-top: none; }
div.dataTables_scrollFoot table { margin-top: 0 !important; border-top: none; }
table.table-bordered.dataTable { border-collapse: separate !important; }
table.table-bordered th:last-child, table.table-bordered td:last-child { border-right-width: 0; }
div.dataTables_scrollHead table.table-bordered { border-bottom-width: 0; }
.table.dataTable tbody tr.active td, .table.dataTable tbody tr.active th { background-color: #08C; color: white; }
.table.dataTable tbody tr.active:hover td, .table.dataTable tbody tr.active:hover th { background-color: #0075b0 !important; }
.table.dataTable tbody tr.active th>a, .table.dataTable tbody tr.active td>a { color: white; }
.table-striped.dataTable tbody tr.active:nth-child(odd) td, .table-striped.dataTable tbody tr.active:nth-child(odd) th { background-color: #017ebc; }
table.DTTT_selectable tbody tr { cursor: pointer; }
div.DTTT .btn:hover { text-decoration: none !important; }
ul.DTTT_dropdown.dropdown-menu { z-index: 2003; }
ul.DTTT_dropdown.dropdown-menu a { color: #333 !important; }
ul.DTTT_dropdown.dropdown-menu li { position: relative; }
ul.DTTT_dropdown.dropdown-menu li:hover a { background-color: #0088cc; color: white !important; }
div.DTTT_collection_background { z-index: 2002; }
div.DTTT_print_info { position: fixed; top: 50%; left: 50%; width: 400px; height: 150px; margin-left: -200px; margin-top: -75px; text-align: center; color: #333; padding: 10px 30px; opacity: 0.95; background-color: white; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5); }
div.DTTT_print_info h6 { font-weight: normal; font-size: 28px; line-height: 28px; margin: 1em; }
div.DTTT_print_info p { font-size: 14px; line-height: 20px; }
div.dataTables_processing { position: absolute; top: 50%; left: 50%; width: 100%; height: 60px; margin-left: -50%; margin-top: -25px; padding-top: 20px; padding-bottom: 20px; text-align: center; font-size: 1.2em; background-color: white; background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0))); background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); }
div.DTFC_LeftHeadWrapper table, div.DTFC_LeftFootWrapper table, div.DTFC_RightHeadWrapper table, div.DTFC_RightFootWrapper table, table.DTFC_Cloned tr.even { background-color: white; margin-bottom: 0; }
div.DTFC_RightHeadWrapper table, div.DTFC_LeftHeadWrapper table { border-bottom: none !important; margin-bottom: 0 !important; border-top-right-radius: 0 !important; border-bottom-left-radius: 0 !important; border-bottom-right-radius: 0 !important; }
div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child, div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child, div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child, div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child { border-bottom-left-radius: 0 !important; border-bottom-right-radius: 0 !important; }
div.DTFC_RightBodyWrapper table, div.DTFC_LeftBodyWrapper table { border-top: none; margin: 0 !important; }
div.DTFC_RightBodyWrapper tbody tr:first-child th, div.DTFC_RightBodyWrapper tbody tr:first-child td, div.DTFC_LeftBodyWrapper tbody tr:first-child th, div.DTFC_LeftBodyWrapper tbody tr:first-child td { border-top: none; }
div.DTFC_RightFootWrapper table, div.DTFC_LeftFootWrapper table { border-top: none; margin-top: 0 !important; }
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting:after, div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_asc:after, div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_desc:after, div.DTFC_RightBodyWrapper table.dataTable thead .sorting:after, div.DTFC_RightBodyWrapper table.dataTable thead .sorting_asc:after, div.DTFC_RightBodyWrapper table.dataTable thead .sorting_desc:after { display: none; }
div.FixedHeader_Cloned table { margin: 0 !important }
.pagination li { display: inline-block; margin: 0 5px; }
.pagination li a { border-radius: 6px; transition: all 0.4s; background-color: var(--sttl-theme-white); color: var(--sttl-theme-black); margin-left: 5px; float: left; padding: 10px 15px; text-decoration: none; }
.pagination li a:hover, .pagination li.active a { background-color: var(--sttl-theme-white); color: #00B471; border: 1px solid #00B471; }
.pagination li a:focus { outline: thin dotted; border: 1px solid #c2caed; box-shadow: none; }
div.dataTables_length select { display: inline-block; width: 75px; margin-left: 5px; vertical-align: middle; }
div.dataTables_length span.customSelect { display: inline-block !important; margin: 0 5px; vertical-align: middle; }
.box-body .row .col-sm-12 { overflow-x: auto; overflow-y: hidden; }
.box-body .row .col-sm-12 table.dataTable { width: 1600px; }
.action { width: 8% !important; }
.srNo { width: 40px !important; }
.box-body .row .col-sm-12 table.confirmationContract { width: 2200px; }
.box-body .row .col-sm-12 table.pageShipment { width: 100%; }
.boxSearchPanel .searchDroPopup { display: inline-block; position: relative; width: auto; }
.searchDroPopup .openDrpPopup input { width: 250px; }
.searchDroPopup>h3 { font-size: 14px; margin-bottom: 10px; display: none; }
a.openDrpPopup i { position: relative; right: 0px; top: 0px; font: normal normal normal 14px/1 FontAwesome; color: #848484; }
.searchDroPopup .openDrpPopup { color: var(--sttl-theme-black); font-size: 22px; position: relative; width: 250px; }
.searchDroPopup .dropPopup::before { left: 10px; right: inherit; }
.searchDroPopup .dropPopup { margin-right: 0; padding: 15px; width: 100%; z-index: 3; top: 53px; }
.searchDroPopup .dropPopup .searchBtnCol { margin-top: 20px; }
.searchDroPopup .dropPopup .serchPanelFeild { padding-right: 0; }
#byTradeConfirm .adminPopupInner { height: auto; }
#byTradeConfirm .popupContentScroll { color: var(--sttl-theme-black); font-size: 22px; line-height: 30px; margin: 0; padding: 0; text-align: center; }
#messageBox .adminPopupInner { height: auto; }
#messageBox .popupContentScroll { color: var(--sttl-theme-black); font-size: 22px; line-height: 30px; margin: 0; padding: 0; text-align: center; }
#messageBox .btnRow .closePopup, #byTradeConfirm .btnRow .closePopup { font-size: inherit; position: relative; right: 0; top: 0; }
#messageBox .btnRow, #byTradeConfirm .btnRow { margin-bottom: 0; margin-top: 20px; }
.confirmBtn:hover { background-color: #444444; color: var(--sttl-theme-white); }
.confirmBtn { border: 0 none; display: inline-block; line-height: 20px; margin: 0; outline: 0 none; padding: 6px 14px; text-decoration: none; cursor: pointer; background-color: #78a51e; border: 1px solid #78a51e; color: var(--sttl-theme-white); border-radius: 25px; }
.box-body, .gridScroll { overflow-x: auto; overflow-y: hidden; }
.infoList { background: #fafafa; border: 1px solid var(--sttl-theme-lightgray); padding: 10px; line-height: 24px; margin-bottom: 20px; }
.infoList strong { font-weight: normal; font-size: 15px; color: var(--sttl-theme-black); }
.iconSet { font-size: 1.5em; }
.resetBtn { background: #444 !important; border-color: #444 !important; }
.resetBtn:hover { background: #222 !important; }
.multiSelect { min-height: 120px; }
.customSelect.multiSelect { display: none !important; }
.box-body>h3, .gridScroll>h3 { font-size: var(--sttl-theme-font-16); font-weight: 600; }
.itemBlockMain { display: block; margin-bottom: 10px; width: 100%; }
.itemBlock { float: left; margin-bottom: 20px; width: 33%; }
.itemBlock>span { display: block; font-size: 15px; font-weight: 600; margin-bottom: 5px; }
.itemBlock2 { float: left; margin-bottom: 0; width: 25%; }
.itemBlock2>span { display: block; font-size: 15px; font-weight: 600; margin-bottom: 5px; }
.regiFormBlock>h3 { font-size: var(--sttl-theme-font-16); font-weight: 600; }
.btnRow { margin-bottom: 30px; }
h3.insideTitle { font-size: var(--sttl-theme-font-18); color: #2f3b4c; font-weight: 600; margin-bottom: 30px; text-align: left; margin-top: 10px; }
.iconLink { font-size: 1em; margin: 10px 0; }
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.formList .uploadBtn { padding: 10px 25px 4px; }
	.formList input[type="file"] { padding-top: 8px; }
}
.amountRow td { border-top: 1px solid #cfd8dc; }
.disabledInput { background: #f1f1f1 !important; border: 1px solid #fefefe !important; }
select.hasCustomSelect { font-size: 14px; height: 43px !important; line-height: 41px; width: 100%; color: #838d94; }
.customSelect, .customSelectInner { border: 0; border-radius: 0; font-size: 14px; height: 43px !important; line-height: 41px; overflow: hidden; padding: 0; width: 100%; color: #838d94; }
.customSelect { background-color: var(--sttl-theme-white); background-image: url("../images/selectDnArrow.png"); background-position: 96% center; background-repeat: no-repeat; border: 1px solid #d0d0d0; color: #444; cursor: pointer; height: 44px; border-radius: 6px; padding: 0 10px; }
.formList .uploadBtn, .formList li .fullCheckbox label { width: auto; float: none; }
.formList .uploadBtn { padding: 6px 17px; height: 27px; }
.formList input[type="file"] { height: 27px; }
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter: Alpha(Opacity=0); }
/* Overlays */
.ui-widget-overlay { position: fixed !important; bottom: 0; left: 0; width: auto; height: auto; z-index: 1; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-dialog { position: absolute; top: 0; left: 0; padding: .2em; width: auto; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Component containers*/
.ui-widget { font-family: Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #d1d1d1; background: var(--sttl-theme-white); color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-dialog-titlebar.ui-dialog-titlebar { background: #5a7e12; color: var(--sttl-theme-white); font-weight: bold; }
.ui-widget-header a { color: #222222; }
.ui-button-icon-only.ui-dialog-titlebar-close { background: #e6e6e6 url(../images/close-icon.png) center center no-repeat; }
.ui-widget-overlay { background: url('../images/fancybox_overlay.png'); }
.ui-widget-overlay { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.newLoginLogo { text-align: center; display: inline-block; width: 100%; padding: 30px 0 20px; }
.newLoginWrap { background: url(../images/admin-login-bg.jpg) top left no-repeat; background-size: cover; width: 100%; height: 742px; padding-top: 100px; }
.newLoginBox { width: 410px; margin: 0 auto; background: rgba(255, 255, 255, 0.9); border-radius: 6px; box-shadow: 0px 0px 4px 2px var(--sttl-theme-black); }
.newLoginTitle { color: var(--sttl-theme-white); padding: 20px 30px 25px; background: #2f4659; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; font-size: var(--sttl-theme-font-24); font-family: 'open_sansregular'; font-weight: 700; }
.newLoginInner { padding: 30px; }
.newLoginUser, .newLoginPass, .newLoginCaptcha { margin-bottom: 25px; position: relative; }
.newLoginUser:before, .newLoginPass:before, .newLoginCaptcha:before { position: absolute; left: 0; top: 0; width: 50px; height: 52px; z-index: 1; -webkit-border-top-left-radius: 2px; -webkit-border-bottom-left-radius: 2px; -moz-border-radius-topleft: 2px; -moz-border-radius-bottomleft: 2px; border-top-left-radius: 2px; border-bottom-left-radius: 2px; }
.newLoginUser:after { left: 50px; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(20, 160, 133, 0); border-left-color: #14a085; border-width: 6px; margin-top: -6px; }
.newLoginPass:after { left: 50px; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(229, 126, 37, 0); border-left-color: #e57e25; border-width: 6px; margin-top: -6px; }
.newLoginCaptcha:after { left: 50px; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(255, 80, 35, 0); border-left-color: #ff5023; border-width: 6px; margin-top: -6px; }
.newLoginUser:before { content: " "; background: #14a085 url(../images/login-icons.png) center center no-repeat; }
.newLoginPass:before { content: " "; background: #e57e25 url(../images/password-icon.png) center center no-repeat; }
.newLoginCaptcha:before { content: " "; background: #ff5023; }
.newLoginUser input[type="text"], .newLoginPass input[type="password"] { width: 100%; border: 1px solid #aeaeae; border-radius: 2px; height: 52px; padding-left: 70px; font-size: var(--sttl-theme-font-18); font-weight: 400; color: #808080; }
.newLoginCaptcha input[type="text"] { width: 50%; border: 1px solid #aeaeae; border-radius: 2px; height: 52px; padding-left: 70px; font-size: 18px; color: #808080; }
.newLoginBtn { width: 100%; background: #91ac37; color: var(--sttl-theme-white); text-align: center; font-family: 'open_sansregular'; font-weight: 700; text-transform: uppercase; font-size: var(--sttl-theme-font-24) !important; border-radius: 4px !important; padding: 10px 0; height: 52px; }
.forgotPass { color: #444444; font-size: 14px; text-align: center; padding: 20px 0 0; }
.captchaHolder { float: right; width: 45%; border: 1px solid #aeaeae; height: 52px; border-radius: 2px; }
.captchaRefresh { position: absolute; left: 0; top: 0; z-index: 1; cursor: pointer; width: 50px; height: 50px; text-align: center; padding-top: 15px; }
.mainDashboard { margin-left: 0 !important; background: url("../images/dashboardBg.jpg") no-repeat center top; background-size: auto auto; background-size: cover; padding: 80px 0; }
.dashBox { margin: 0 -13px; }
.dashBox .leftBx { float: left; width: 75%; }
.dashBox .rightBx { float: left; width: 25%; }
.dashBxOuter { float: left; width: 33.33%; padding: 10px 13px; }
.rightBx .dashBxOuter { width: 100%; }
.dashCnt { display: inline-block; width: 100%; padding: 20px 15px 10px; background: #636363; vertical-align: top; box-shadow: 0 5px 5px rgba(0, 0, 0, 0.10); border-radius: 5px; min-height: 200px; position: relative; }
.deshHead { font-size: 17px; font-family: 'Poppins', sans-serif; margin: 0 0 5px; line-height: 21px; color: var(--sttl-theme-white); padding-right: 50px; min-height: 50px; }
.dashCnt ul { list-style: none; padding: 0; margin: 0; }
.dashCnt ul li { background: url("../images/listAro.png") no-repeat left 5px; font-size: 15px; color: var(--sttl-theme-white); line-height: 21px; padding-left: 15px; margin: 3px 0; float: left; clear: both; transition: all 0.3s ease 0ms; -webkit-transition: all 0.3s ease 0ms; }
.dashCnt ul li a { text-decoration: none; color: var(--sttl-theme-white); }
.dashCnt ul li a:hover { color: var(--sttl-theme-black); }
.dashCnt ul li:hover { background: url("../images/listAroWob.png") no-repeat 5px 5px; padding-left: 20px; }
.rightBx .dashCnt { min-height: 420px; }
.dashCnt::before { content: ""; position: absolute; right: 0; top: 0; height: 80px; width: 80px; background: url("../images/dashboardIcon.png") no-repeat 0 0; }
.bx2 .dashCnt::before { background-position: -80px 0; }
.bx3 .dashCnt::before { background-position: -160px 0; }
.bx4 .dashCnt::before { background-position: -240px 0; }
.bx5 .dashCnt::before { background-position: -320px 0; }
.bx6 .dashCnt::before { background-position: -400px 0; }
.bx7 .dashCnt::before { background-position: -480px 0; }
.bx1 .dashCnt { background: rgba(91, 164, 223, 1); background: -moz-linear-gradient(45deg, rgba(91, 164, 223, 1) 0%, rgba(25, 130, 216, 1) 100%); background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(91, 164, 223, 1)), color-stop(100%, rgba(25, 130, 216, 1))); background: -webkit-linear-gradient(45deg, rgba(91, 164, 223, 1) 0%, rgba(25, 130, 216, 1) 100%); background: -o-linear-gradient(45deg, rgba(91, 164, 223, 1) 0%, rgba(25, 130, 216, 1) 100%); background: -ms-linear-gradient(45deg, rgba(91, 164, 223, 1) 0%, rgba(25, 130, 216, 1) 100%); background: linear-gradient(45deg, rgba(91, 164, 223, 1) 0%, rgba(25, 130, 216, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ba4df', endColorstr='#1982d8', GradientType=1); }
.bx2 .dashCnt { background: rgba(79, 191, 133, 1); background: -moz-linear-gradient(45deg, rgba(79, 191, 133, 1) 0%, rgba(59, 176, 117, 1) 100%); background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(79, 191, 133, 1)), color-stop(100%, rgba(59, 176, 117, 1))); background: -webkit-linear-gradient(45deg, rgba(79, 191, 133, 1) 0%, rgba(59, 176, 117, 1) 100%); background: -o-linear-gradient(45deg, rgba(79, 191, 133, 1) 0%, rgba(59, 176, 117, 1) 100%); background: -ms-linear-gradient(45deg, rgba(79, 191, 133, 1) 0%, rgba(59, 176, 117, 1) 100%); background: linear-gradient(45deg, rgba(79, 191, 133, 1) 0%, rgba(59, 176, 117, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4fbf85', endColorstr='#3bb075', GradientType=1); }
.bx3 .dashCnt { background: rgba(233, 136, 199, 1); background: -moz-linear-gradient(45deg, rgba(233, 136, 199, 1) 0%, rgba(195, 86, 157, 1) 100%); background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(233, 136, 199, 1)), color-stop(100%, rgba(195, 86, 157, 1))); background: -webkit-linear-gradient(45deg, rgba(233, 136, 199, 1) 0%, rgba(195, 86, 157, 1) 100%); background: -o-linear-gradient(45deg, rgba(233, 136, 199, 1) 0%, rgba(195, 86, 157, 1) 100%); background: -ms-linear-gradient(45deg, rgba(233, 136, 199, 1) 0%, rgba(195, 86, 157, 1) 100%); background: linear-gradient(45deg, rgba(233, 136, 199, 1) 0%, rgba(195, 86, 157, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e988c7', endColorstr='#c3569d', GradientType=1); }
.bx4 .dashCnt { background: rgba(231, 166, 14, 1); background: -moz-linear-gradient(45deg, rgba(231, 166, 14, 1) 0%, rgba(230, 116, 16, 1) 100%); background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(231, 166, 14, 1)), color-stop(100%, rgba(230, 116, 16, 1))); background: -webkit-linear-gradient(45deg, rgba(231, 166, 14, 1) 0%, rgba(230, 116, 16, 1) 100%); background: -o-linear-gradient(45deg, rgba(231, 166, 14, 1) 0%, rgba(230, 116, 16, 1) 100%); background: -ms-linear-gradient(45deg, rgba(231, 166, 14, 1) 0%, rgba(230, 116, 16, 1) 100%); background: linear-gradient(45deg, rgba(231, 166, 14, 1) 0%, rgba(230, 116, 16, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7a60e', endColorstr='#e67410', GradientType=1); }
.bx5 .dashCnt { background: rgba(15, 173, 184, 1); background: -moz-linear-gradient(45deg, rgba(15, 173, 184, 1) 0%, rgba(37, 48, 150, 1) 100%); background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(15, 173, 184, 1)), color-stop(100%, rgba(37, 48, 150, 1))); background: -webkit-linear-gradient(45deg, rgba(15, 173, 184, 1) 0%, rgba(37, 48, 150, 1) 100%); background: -o-linear-gradient(45deg, rgba(15, 173, 184, 1) 0%, rgba(37, 48, 150, 1) 100%); background: -ms-linear-gradient(45deg, rgba(15, 173, 184, 1) 0%, rgba(37, 48, 150, 1) 100%); background: linear-gradient(45deg, rgba(15, 173, 184, 1) 0%, rgba(37, 48, 150, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0fadb8', endColorstr='#253096', GradientType=1); }
.bx6 .dashCnt { background: rgba(95, 153, 254, 1); background: -moz-linear-gradient(45deg, rgba(95, 153, 254, 1) 0%, rgba(66, 95, 198, 1) 100%); background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(95, 153, 254, 1)), color-stop(100%, rgba(66, 95, 198, 1))); background: -webkit-linear-gradient(45deg, rgba(95, 153, 254, 1) 0%, rgba(66, 95, 198, 1) 100%); background: -o-linear-gradient(45deg, rgba(95, 153, 254, 1) 0%, rgba(66, 95, 198, 1) 100%); background: -ms-linear-gradient(45deg, rgba(95, 153, 254, 1) 0%, rgba(66, 95, 198, 1) 100%); background: linear-gradient(45deg, rgba(95, 153, 254, 1) 0%, rgba(66, 95, 198, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f99fe', endColorstr='#425fc6', GradientType=1); }
.bx7 .dashCnt { background: rgba(190, 215, 48, 1); background: -moz-linear-gradient(45deg, rgba(190, 215, 48, 1) 0%, rgba(118, 178, 34, 1) 100%); background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(190, 215, 48, 1)), color-stop(100%, rgba(118, 178, 34, 1))); background: -webkit-linear-gradient(45deg, rgba(190, 215, 48, 1) 0%, rgba(118, 178, 34, 1) 100%); background: -o-linear-gradient(45deg, rgba(190, 215, 48, 1) 0%, rgba(118, 178, 34, 1) 100%); background: -ms-linear-gradient(45deg, rgba(190, 215, 48, 1) 0%, rgba(118, 178, 34, 1) 100%); background: linear-gradient(45deg, rgba(190, 215, 48, 1) 0%, rgba(118, 178, 34, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bed730', endColorstr='#76b222', GradientType=1); }
.navBtn { position: absolute; left: 280px; top: 100px; height: 40px; width: 40px; transition: all 0.3s ease 0ms; -webkit-transition: all 0.3s ease 0ms; z-index: 10; box-shadow: 2px 0px 6px -2px rgba(0, 0, 0, 0.10); }
.navBtn.active { left: 70px; }
.navBtn .menuToggle { display: inline-block; width: 100%; height: 100%; font-size: var(--sttl-theme-font-24); text-align: center; color: var(--sttl-theme-white); background: #8f102a; padding: 8px 0; }
.addNew { display: inline-block; vertical-align: top; height: 49px; padding: 16px 20px; text-decoration: none; background: #363e98; color: var(--sttl-theme-white); font-size: 15px; }
.addNew:hover { background: #444444; color: var(--sttl-theme-white); }
.whiteBox { padding: 30px; }
.whiteBox-heading { color: #066597; position: relative; }
.whiteBox-heading h3 { font-weight: 600; }
.whiteBox-heading:after { content: ''; position: absolute; width: 80px; border-radius: 30px; height: 3px; background-color: #00b471; bottom: -10px; left: 0; }
.topFilter { margin-top: 50px; }
.topFilter ul { padding: 0px; margin: 0; list-style: none; }
.topFilter .feildCol { float: left; padding: 0 10px; }
.topFilter .feildCol.dateFrom label { float: left; padding: 0; line-height: 44px; }
.topFilter .feildCol.dateFrom input { float: right; width: 75%; }
.topFilter .feildCol.dateTo label { float: left; padding: 0; line-height: 44px; }
.topFilter .feildCol.dateTo input { float: right; width: 85%; }
.Filter-option { padding: 0; }
.iconGroup { min-width: 60px; display: block; }
.iconGroup a { margin: 0 5px; color: #737373; font-size: 17px; }
.iconGroup a:hover { color: #363e98; }
.pagenation { list-style: none; padding: 0; margin: 0; text-align: right; display: flex; justify-content: end; }
.showResult { float: left; color: #171717; line-height: 21px; }
.pagenation li { padding: 0 5px; display: inline-flex; justify-content: center; align-items: center; }
.pagenation .prevBtn, .pagenation .nextBtn { width: auto !important; border: 0 !important; height: auto !important; }
.pagenation li .fa { margin: 0 5px; }
.pagenation li a { color: #98a0a6; text-decoration: none; vertical-align: top; width: 100%; height: 100%; }
.pagenation li a:hover, .pagenation li.active a, .pagenation li.active span { color: #00B471; }
.pagenation li:last-child { border-right: 0; }
.pagenation li .fa { font-size: var(--sttl-theme-font-18); font-weight: 700; }
.pagenation li a { width: 30px !important; height: 30px !important; display: inline-flex; border: 1px solid var(--sttl-theme-white); border-radius: 6px; justify-content: center; align-items: center; }
.pagenation li .active, .pagenation li a:hover { border-color: #00B471; color: #00B471; }
.pagenation .prevBtn a, .pagenation .nextBtn a { width: auto !important; height: auto !important; border: 0; }
.divider { height: 1px; width: 100%; background-color: #ccc; display: inline-block; vertical-align: top; }
.regFormOuter { margin: 0; background: var(--sttl-theme-white); min-height: 530px; box-shadow: 0 0px 5px 2px #e7e7e7; padding: 0 30px 30px 30px; border-radius: 6px; overflow: hidden; }
.regForm .row { margin: 0 -15px 20px -15px }
.subTitle { width: 100%; padding-bottom: 20px; font-size: 22px; color: #434343; font-family: 'Poppins', sans-serif; margin: 0; border-bottom: 1px solid #e6e7e9; }
.regForm .resetBtn { border-radius: 0; padding: 8px 25px }
.regForm .btn-primary { border-radius: 0; padding: 8px 25px; background: #f7a041; color: var(--sttl-theme-white); text-decoration: none; box-shadow: 2px 2px 2px #d1d1d1; display: inline-block; transition: all 0.3s; background: -moz-linear-gradient(left, #1671da 0%, #4a54d3 100%); background: -webkit-linear-gradient(left, #1671da 0%, #4a54d3 100%); background: linear-gradient(to right, #1671da 0%, #4a54d3 100%); vertical-align: middle; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); text-align: center; }
.regForm .btn-primary:hover { background: #363e98; }
.topLinksAndSearch li li a, .dropPopup li a { text-align: left; line-height: inherit; white-space: normal; }
.resolved { color: #0c892f }
.assigned { color: #e75d11 }
.close .fa-close { color: #ff4545; }
/*access control*/
.fontResizeInfo { margin-right: 10px; position: relative; padding-right: 10px; }
.fontResizeInfo:before { content: ""; position: absolute; right: 0; top: 50%; width: 1px; height: 30px; background-color: rgba(255, 255, 255, .5); transform: translateY(-50%); }
#accessControl { display: flex; }
#accessControl input { float: left; height: 19px; background: none; border: none; padding: 0; width: 22px; color: var(--sttl-theme-white); border: 0px; }
#accessControl .contrastChanger.normal { background-image: url(../images/a-light.gif); background-size: 15px 15px; background-position: 2px 0px; }
#accessControl .contrastChanger.wob { background-image: url(../images/a-dark.gif); background-size: 15px; background-position: 1px 0px; }
#accessControl .contrastChanger { width: 17px; width: 17px; background-repeat: no-repeat; overflow: hidden; text-indent: -9999px; text-transform: capitalize; margin: 5px 0 0 0; }
.loginFormBottom { border-top: 1px solid #ccc; margin: 30px 0 0 !important; display: flex; padding-top: 20px; }
.loginFormBottom p { margin-bottom: 0; }
.loginFooter { position: fixed; left: 0; bottom: 0; width: 100%; }
/*common css start here*/
.table-title h2.heading { margin: 0; }
.table-inner .table-title { margin-bottom: 15px; }
.heading26 { font-size: var(--sttl-theme-font-26); font-weight: 700; color: var(--sttl-theme-gray); font-family: Poppins, Bold; text-transform: uppercase; margin-bottom: 0; }
.heading { font-size: var(--sttl-theme-font-24); color: var(--sttl-theme-gray); margin-bottom: 0px; font-weight: 600; font-family: 'Poppins', sans-serif; line-height: 1.3; }
.heading2 { font-size: 36px; }
.heading1 { color: #066597; font-size: 30px; }
.bold { font-weight: 700; }
.inputIcon { position: relative; }
.inputIcon .fa { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
.link1 { color: #2A7CA6; transition: all 0.3s; text-decoration: underline; }
.link1:hover { color: var(--sttl-theme-black); text-decoration: none; }
.btnGreen { background-color: #00B471; }
.relative { position: relative; }

.search input { width: 100%; padding: 0 44px 0 20px; height: 40px; border: none; display: none; }
.search button { color: #333; background: transparent; border: 0; position: absolute; right: 0px; top: 50%; transform: translateY(-50%); line-height: 20px; }
.search .fa { font-size: var(--sttl-theme-font-20); margin-right: 5px; color: #0E2753; }
.dateIconWrap { position: relative; }
.dateIconWrap .fa { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
.srNumTd { width: 60px; }
.nameOfprojectsTd { width: 20%; }
.corporationTd { width: 25%; }
.fileNoTd { width: 10%; }
.statusOfSupramaTd { width: 20%; }
.currentStatusofSupramaTd { width: 25%; }
.actionsTd { width: 60px; }
.fa-eye { color: var(--sttl-theme-black); }
.fa-pencil-square-o { color: #3884ac; }
.greenCol { color: #00B471; }
.top-section-content h3 { margin: 0; font-size: 14px; color: #848484 }
.top-section-content span { font-weight: bold; font-size: 14px; }
.top-section-content { margin: 10px 0; line-height: 35px; }
.top-section { position: relative; }
.top-section:after { content: ''; position: absolute; width: 1145px; height: 2px; bottom: 0; left: 0; background-color: #d7d7d7; }
.information-tittle { margin: 50px 0px; position: relative }
.information-tittle h2 { font-size: var(--sttl-theme-font-24); font-weight: 500; color: #066597; }
.information-tittle h2:after { content: ''; position: absolute; width: 100px; height: 2px; background-color: #00b471; bottom: -20px; left: 0 }
.cost-para { margin: 10px 0 -10px 0; font-weight: bold; }
.cost-para-1 { margin: 10px 0 -10px 0; font-weight: bold; }
.formBtn { border-radius: 100px; border: 0px; padding: 8px 20px; transition: all 0.3s; background: #008CA7; font-size: var(--sttl-theme-font-16); font-weight: 300; color: var(--sttl-theme-white); text-decoration: none; }
.formBtn:hover { background-color: #092651; color: var(--sttl-theme-white); }
.greenBg { background: #00B471; }
.blueBg { background: #066597; }
.greyBg { background-color: #333; }
.row.project-name-section { padding: 40px 15px; border-bottom: 2px solid #bebebe; background: #f5f5f5; }
.search-result h3 { font-size: var(--sttl-theme-font-20); font-weight: bold; }
.dateFrom label { padding: 10px 0; }
.regiterFormHeader { margin: 0 -15px; border-radius: 10px; }
.dashboard-box { transition: all 0.4s; padding: 15px; border-radius: 12px; position: relative; z-index: 0; box-shadow: 0 0px 9px 0px rgba(0, 0, 0, 0.10); height: 100%; display: flex; align-items: center; width: 100%; justify-content: space-between; }
.dashboard-box:hover { opacity: 0.5; }
.dashboard-box .dash-total { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.das1 { background: #5662B1; }
.das2 { background: #4BA43E; }
.das3 { background: #4399C2; }
.das4 { background: #EF7407; }
.das5 { background: #DEA42C; }
.das6 { background: #B04589; }
.maingrid { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; grid-gap: 10px; }
.admin-dashboard { width: 100%; }
.dash-count { margin-top: 20px; }
.dashboard-box .dash-total .total-inner { font-size: var(--sttl-theme-font-18); line-height: 20px; color: var(--sttl-theme-white); height: 100%; font-weight: 400; }
.dash-count .total-amount { font-size: var(--sttl-theme-font-26); color: var(--sttl-theme-white); }
.dash-count .total-amount span { font-size: 20px; }
.graph-inner { background: var(--sttl-theme-white); padding: 20px; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10); margin-bottom: 20px; height: 95%; }
.kimberley .kim-title { font-size: var(--sttl-theme-font-16); font-weight: 600; color: var(--sttl-theme-black); }
.kimberley p { color: #646464; }
.table-inner { background: var(--sttl-theme-white); border-radius: 12px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);/* margin-bottom: 20px;*/ padding: 20px; }
.oranges { color: #EB7373; }
.green-color { color: #198F10; }
.table-title, .invoice { display: flex; justify-content: space-between; align-items: center; }
.datefrom { display: flex; align-items: center; }
.datefrom .from-celender { margin-right: 15px; max-width: 160px; }
.datefrom .colwithbtn { max-width: 160px; }
.datefrom .colwithbtn input, .datefrom .from-celender input { border-radius: 50px; }
.dataTables_scrollBody tbody tr.odd { background-color: rgb(233 233 233 / 10%); }
.dataTables_scrollBody tbody tr.even { background-color: rgb(224 240 255 / 15%) }
body table.dataTable thead .sorting:before { transform: translateY(-50%); top: 50%; bottom: 0; }
body table.dataTable thead .sorting:after { top: 50%; transform: translateY(-50%); bottom: 0; }
body table.dataTable thead .sorting_asc:after { top: 50%; transform: translateY(-50%); bottom: 0; }
body table.dataTable thead .sorting_asc:before { top: 50%; transform: translateY(-50%); bottom: 0; }
body table.dataTable thead .sorting_desc:before { transform: translateY(-50%); top: 50%; bottom: 0; }
body table.dataTable thead .sorting_desc:after { top: 50%; transform: translateY(-50%); bottom: 0; }

/*list-deekey*/
.tast-list h2 { color: var(--sttl-theme-black); margin: 0; font-weight: 600; font-family: 'Poppins', sans-serif; line-height: 1; font-size: var(--sttl-theme-font-24); }
.list-inner { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; border-radius: 10px; background: var(--sttl-theme-white); padding: 15px; }
.list-btn { display: flex; align-items: center; justify-content: space-between; }
.list-btn a.btnicons { transition: all 0.4s; border: 1px solid #848484; height: 40px; width: 40px; display: flex; align-items: center; justify-content: space-around; border-radius: 50%; margin: 0 6px; }
.list-btn a.btnicons:hover { border: 1px solid #051d3e; background: #051d3e; box-shadow: 0px 0px 10px 1px #008CA7; }
.list-btn a.btnicons:hover img { filter: brightness(100); }
.task-select { display: flex; justify-content: space-around; align-items: center; }
.customSelectOuter:last-child { margin-right: 0; }
.customSelectOuter { width: 50%; margin-right: 15px; }
.task-select .customSelectOuter .customSelect { border-radius: 50px; background-image: url(../images/select-down-arrow.png); background-position: 95% center; }
.input-search input { border-radius: 50px; background: var(--sttl-theme-white); }
.datefrom .colwithbtn input:focus, .datefrom .from-celender input:focus { outline: thin dotted; border: 1px solid #c2caed; }
.search-btn { transition: all 0.4s; border-radius: 50px; padding: 8px 20px; margin-left: 15px; font-weight: 300; font-size: var(--sttl-theme-font-16); transition: all 0.3s; border: 1px solid #278ca7; background: transparent; color: #278ca7; }
.search-btn:hover { background: #278ca7; border: 1px solid #278ca7; color: var(--sttl-theme-white); }
.nav.nav-tabs:before, .nav.nav-tabs:after { display: none; }
.nav.nav-tabs { border: none; background: var(--sttl-theme-white); border-radius: 100px; flex-wrap: nowrap; overflow: hidden; align-items: center; justify-content: space-between; }
.custom-tab .nav-tabs .nav-link { font-family: Poppins, Regular; color: #646464; border: none; font-size: var(--sttl-theme-font-16); position: relative; padding: 8px 40px; transition: all 0.3s ease-out; margin: 0; white-space: nowrap; }
.left-side-opend .custom-tab .nav-tabs .nav-link { transition: all 0.3s ease-out; padding: 8px 22px; }
.custom-tab .nav-tabs .nav-item:hover .nav-link { color: var(--sttl-theme-white); }
.custom-tab .nav-tabs .nav-item:hover { background: var(--sttl-theme-red); color: var(--sttl-theme-white); border-radius: 100px; }
.custom-tab .nav-tabs .nav-item.active { background: var(--sttl-theme-red); color: var(--sttl-theme-white); border-radius: 100px; }
.custom-tab .nav-tabs .nav-item a:hover { border: none; }
.custom-tab .nav-tabs .nav-item.active .nav-link { background: transparent; color: var(--sttl-theme-white); border: none; }
.custom-tab .nav-tabs a:hover { background: transparent; color: var(--sttl-theme-white); }
.custom-tab .nav-tabs a.active { background: var(--sttl-theme-red); color: var(--sttl-theme-white); border-radius: 100px }
.custom-tab .nav-item { position: relative; display: inline-block; }
.custom-tab.efilling-edit .nav-item:after { background: #cfd0d1; height: 30px; position: absolute; right: -2px; z-index: 1; content: ""; top: 50%; transform: translateY(-50%); width: 1px; }
.custom-tab .nav-item:last-child:after { display: none; }
.custom-tab .tab-pane { border: none; }
.company .customSelectOuter { width: 100%; }
.reference label { color: #555555; }
.company-checkbox { display: flex; align-items: center; height: 100%; margin-top: 10px; }
.company-checkbox .remecheckbox { font-weight: 300; color: #555555; }
.company .customSelectOuter { width: 100%; overflow: hidden; position: relative; }
.properties ul { margin: 0; display: flex; justify-content: space-between; align-items: center; padding: 15px 0; background: #F4F6F9; border-radius: 5px; }
.properties ul li { list-style: none; width: auto; position: relative; }
.properties ul li:after { display: none; }
.company-checkbox [type="radio"]:checked, .company-checkbox [type="radio"]:not(:checked) { position: absolute; left: -9999px; }
.company-checkbox [type="radio"]:checked + label, .company-checkbox [type="radio"]:not(:checked) + label { position: relative; padding-left: 28px; cursor: pointer; line-height: 20px; display: inline-block; color: #666; }
.company-checkbox [type="radio"]:checked + label:before, .company-checkbox [type="radio"]:not(:checked) + label:before { content: ''; position: absolute; left: 0; top: 0; width: 18px; height: 18px; border: 1px solid #008ca4; border-radius: 100%; background: var(--sttl-theme-white); }
.company-checkbox [type="radio"]:checked + label:after, .company-checkbox [type="radio"]:not(:checked) + label:after { content: ''; width: 10px; height: 10px; background: #278ca6; position: absolute; top: 4px; left: 4px; border-radius: 100%; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.company-checkbox [type="radio"]:checked + label:after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); border: 1px solid #278ca6; }
.company-checkbox [type="radio"]:not(:checked) + label:after { background: #dddddd; border: 1px solid #cacaca; }
.company-checkbox [type="radio"]:not(:checked) + label:before { border-color: #c9c9c9; }
.company-checkbox [type="radio"]:checked + label { color: #278ca6; }
.readiobox .company-checkbox { justify-content: flex-start; }
.otherdetails .from-celender { width: 100%; max-width: 100%; }
.otherdetails .from-celender input { border-radius: 5px; }
.savenext-btn { display: flex; justify-content: end; align-items: center; }
.savenext-btn button { height: 46px; border: 1px solid #848484; background: transparent; color: #646464; border-radius: 50px; padding: 10px 30px; margin-right: 15px; transition: all 0.4s; font-size: var(--sttl-theme-font-16); font-weight: 300; }
.savenext-btn button:last-child { margin-right: 0; }
.savenext-btn button:hover, .savenext-btn button.active { color: var(--sttl-theme-white); background: #008CA7; border: 1px solid #008CA7; }
.custom-tab .accordion-button:hover { z-index: 0; }
.mobi_logoSection { display: none; }
#sidebar { background-color: var(--sttl-theme-white); box-shadow: 0 0px 9px 0px rgba(0, 0, 0, 0.10); transition: all 0.4s; width: 280px; min-height: 100%; z-index: 11; position: absolute; left: 0; top: 100px; color: var(--sttl-theme-white); }
.nav { margin-bottom: 0; padding-left: 0; list-style: none }
.nav > li { position: relative; display: block }
.nav > li > a { position: relative; display: block; padding: 10px 15px; text-decoration: none; }
.nav > li > a:hover { text-decoration: none; background-color: #eee }
.nav > li.disabled > a { color: #999 }
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus { text-decoration: none; color: #999; background-color: transparent; cursor: not-allowed }
.nav .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5 }
.nav > li > a > img { max-width: none }
.nav-tabs > li { float: left; margin-bottom: 1px }
.nav-tabs > li > a { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 4px 4px 0 0 }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555; background-color: var(--sttl-theme-white); border: 1px solid; border-color: #eee #eee #ddd; border-bottom-color: transparent; cursor: default; }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eee; }
.menu-animate .navbar-static-side, .menu-animate #container { transition: 0.20s all linear; }
.navbar-static-side ul li { border-bottom: 1px solid #0d2439;transition:all 0.4s; }
.navbar-static-side ul li.active a { outline: none; }
.navbar-static-side ul li a { padding: 15px; text-decoration: none; color: var(--sttl-theme-gray); font-weight: 300; }
.left-side-collapsed #sidebar { width: 0px; z-index: 3; position: absolute; left: -70px; padding-top: 1px; }
.navbar-static-side ul li a span.menu-title { margin-left: 3px; }
.navbar-static-side ul li a i { font-size: var(--sttl-theme-font-16); }
.navbar-static-side ul li a:hover { transition: 0.2s all ease-in-out; outline: none; }
.navbar-static-side ul li a .badge, .navbar-static-side ul li a .label { float: right; margin-right: 10px; }
.navbar-static-side ul li a.menu-title { margin-left: 10px; }
.navbar-static-side ul li .nav-second-level li a { padding: 15px 15px 15px 40px; color: #efefef; }
.navbar-static-side ul li .nav-second-level li a span.submenu-title { margin-left: 10px; }
.navbar-static-side ul li.sidebar-heading { padding: 5px 15px; }
.navbar-static-side ul li.sidebar-heading h4 { font-family: 'Oswald'; font-size: var(--sttl-theme-font-18); font-weight: bold; }
.navbar-static-side ul li.user-panel { padding: 15px; height: 85px; transition: 0.2s all ease-in-out; }
.navbar-static-side ul li.user-panel .thumb { position: absolute; left: 0; top: 0; border: 5px solid rgba(255, 255, 255, 0.1); border-radius: 50%; overflow: hidden; }
.navbar-static-side ul li.user-panel .thumb img { width: 45px; height: 45px; }
.navbar-static-side ul li.user-panel .info { padding: 5px 5px 5px 65px; color: var(--sttl-theme-white); }
.navbar-static-side ul li.user-panel .info p { margin-bottom: 5px; font-size: var(--sttl-theme-font-18); text-transform: uppercase; }
.navbar-static-side ul li.user-panel .info .websiteName { font-size: 13px; color: #dcdcdc; }
.navbar-static-side ul li.user-panel .info a i { font-size: 13px; color: #ccc; margin-right: 7px; }
.navbar-static-side ul li.user-panel .info a:hover, .navbar-static-side ul li.user-panel .info a:focus { background-color: transparent; }
.navbar-static-side ul li.user-panel ul li { border-bottom: 0; }
.sidebar-user-info { padding: 15px; }
.userPanel { position: relative; }
.arrow { float: right; margin-top: 3px; }
.fa.arrow:before { content: "\f107"; }
.active > a > .fa.arrow:before { content: "\f106"; }
.navbar-static-side ul li a i img { margin-top: -3px; }
.left-side-collapsed .nav li.user-panel { padding: 5px 0 0; height: 77px; }
.left-side-collapsed .nav li.user-panel .thumb { left: 50%; margin-left: -29px; }
.left-side-collapsed .nav .info { display: none; }
.left-side-collapsed .nav li.nav-hover a { height: 50px; }
.left-side-collapsed .nav li.nav-hover a span.menu-title { display: block !important; }
.left-side-collapsed .nav li.nav-hover a span.submenu-title { display: block !important; margin-left: 0; }
.left-side-collapsed .nav li.nav-hover ul.nav-second-level { display: block; position: absolute; top: 50px; left: 70px; width: 191px; }
.left-side-collapsed .nav li.nav-hover ul.nav-second-level li a { padding: 15px; }
.left-side-collapsed .nav li a span { display: none; }
.left-side-collapsed .nav li a i.fa { height: 20px; display: block; margin: 0 auto; }
.left-side-collapsed .nav li a span.menu-title { background-color: #018da8; position: absolute; top: 0px; left: 70px; padding: 15px 10px; margin-left: 0; color: var(--sttl-theme-white); width: 195px; height: 50px; border-radius: 6px; }
.left-side-collapsed .nav li a span.menu-title:after { right: 100%; top: 50%; border: solid transparent; content: ""; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(1, 141, 168, 0); border-right-color: #018da8; border-width: 8px; margin-top: -8px; }
.left-side-collapsed .nav li ul.nav-second-level { display: none; position: absolute; top: 50px; left: 70px; width: 195px; }
.left-side-collapsed .nav li ul.nav-second-level li a i { display: none; }
.navbar-static-side ul li .nav-second-level li { border-bottom: 1px dashed #ccc; transition: all 0.4s; }
.navbar-static-side ul li .nav-second-level li:hover { border-bottom: 1px dashed #2381cc; }
.left-side-collapsed #page-wrapper { margin: 0 0 0 70px; }
.navbar-static-side ul li.dashbordActive { background: var(--sttl-theme-blue); color: var(--sttl-theme-white); margin: 0; width: 100%; }
.navbar-static-side ul li.dashbordActive img { filter: brightness(100); }
/*.navbar-static-side ul li:hover { background: var(--sttl-theme-blue); }*/
.navbar-static-side ul li.dashbordActive a { color: var(--sttl-theme-white); }
.navbar-static-side ul li.dashbordActive:hover a { color: var(--sttl-theme-white); }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { border-color: #018da8; }
.navbar-static-side ul li, .navbar-static-side ul li .nav-second-level li { border-bottom-color: rgb(171 171 171 / 30%); display: block; width: 100%; margin: 0 auto; }
.navbar-static-side ul li.active a, .navbar-static-side ul li a:hover { background-color:var(--sttl-theme-blue); color: var(--sttl-theme-white); }
.navbar-static-side ul li a:hover  img, .navbar-static-side ul li.active a img { filter: brightness(0) invert(1); }
.navbar-static-side ul li .nav-second-level li.active a, .navbar-static-side ul li .nav-second-level li:hover a, .navbar-static-side ul li .nav-second-level li:focus a, .navbar-static-side ul li .nav-second-level li a.activeLink { color: #2381cc; }
.navbar-static-side ul li .nav-second-level li a, .navbar-static-side ul li .nav-second-level { background: #fafafa; color: #000; }
.left-side-collapsed.nav-hover .navbar-static-side ul li .nav-second-level { background: var(--sttl-theme-white); box-shadow: 0 0 5px 5px var(--sttl-theme-black); box-shadow: 0 0 4px 3px rgb(0 0 0 / 20%); left: 70px; }
.left-side-collapsed.nav-hover .navbar-static-side ul li .nav-second-level li a { color: #646464; background: transparent; }
.left-side-collapsed.nav-hover .navbar-static-side ul li .nav-second-level li a:hover { color: var(--sttl-theme-white); }
.navbar-static-side ul li .nav-second-level { margin: 0; display: none; }
.navbar-static-side ul li .nav-second-level.show { display: block; }
.left-side-collapsed .navbar-static-side ul li .nav-second-level { display: none; }
.navbar-static-side ul li.sidebar-heading h4 { color: #018da8; }
.navbar-static-side ul li.user-panel .info a:hover i, .navbar-static-side ul li.user-panel .info a:focus i { color: #e9662c; }
.left-side-collapsed .nav li.nav-hover > a { background-color: #018da8; }
.left-side-collapsed .nav li.nav-hover ul li a:hover { background-color: #083e55; }
.left-side-collapsed .nav li.nav-hover ul li a:before { display: none; }
.left-side-collapsed #container { border-color: #083e55; }
.navbar-toggle { transition: all 0.4s; float: right; border: 0; height: 40px; width: 40px; text-align: center; line-height: 40px; font-size: 22px; background: var(--sttl-theme-white); color: #2381cc; }
.navbar-toggle:hover, .navbar-toggle.active { background: #191a73; color: var(--sttl-theme-white); }
.navBtn .navbar-toggle.active .fa-angle-right:before { transform: rotate(180deg); }
.left-side-opend .hide { display: none; opacity: 0; }
.left-side-collapsed .contentContainer { margin-left: 30px; }
.left-side-collapsed .navBtn { left: 0px; }
.adminInnerContent { padding: 20px 20px 50px 20px; }
.left-side-collapsed .logoSection a img { display: none; }
.dashboard-box:hover .total-icons { -webkit-animation-duration: 1s; animation-duration: 1s; animation-name: tada; transition: all 0.5s ease; }
.left-side-collapsed .nav li .logoSection a { height: 40px; background: url(../images/logo-tiny.png) center center no-repeat; height: 40px; display: block; }
.left-side-collapsed #footer { padding: 20px 0 20px 90px; }
@-webkit-keyframes tada {
	0% { -webkit-transform: scaleX(1); transform: scaleX(1) }
	10%, 20% { -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg); transform: scale3d(.9, .9, .9) rotate(-3deg) }
	30%, 50%, 70%, 90% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); transform: scale3d(1.1, 1.1, 1.1) rotate(3deg) }
	40%, 60%, 80% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg) }
	to { -webkit-transform: scaleX(1); transform: scaleX(1) }
}
@keyframes tada {
	0% { -webkit-transform: scaleX(1); transform: scaleX(1) }
	10%, 20% { -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg); transform: scale3d(.9, .9, .9) rotate(-3deg) }
	30%, 50%, 70%, 90% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); transform: scale3d(1.1, 1.1, 1.1) rotate(3deg) }
	40%, 60%, 80% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg) }
	to { -webkit-transform: scaleX(1); transform: scaleX(1) }
}
.highcharts-figure, .highcharts-data-table table { min-width: 310px; max-width: 800px; margin: 1em auto; }
#monthlychart { height: 400px; }
.highcharts-data-table table { font-family: Verdana, sans-serif; border-collapse: collapse; border: 1px solid #ebebeb; margin: 10px auto; text-align: center; width: 100%; max-width: 500px; }
.highcharts-data-table caption { padding: 1em 0; font-size: 1.2em; color: #555; }
.highcharts-data-table th { font-weight: 600; padding: 0.5em; }
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption { padding: 0.5em; }
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) { background: #f8f8f8; }
.highcharts-data-table tr:hover { background: #f1f7ff; }
.left-side-collapsed .navbar-static-side ul li a { transition: all 0.5s ease; }
.left-side-collapsed .navbar-static-side ul li a:hover { background: transparent; }
.left-side-collapsed .navbar-static-side ul li a:before { transition: all 1s ease; background-color: #008CA6; width: 40px; height: 40px; content: " "; border-radius: 50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 0; opacity: 0; }
.left-side-collapsed .navbar-static-side ul li a:hover:before { opacity: 1; }
.left-side-collapsed .navbar-static-side ul li a .fa { position: relative; z-index: 1; }
.left-side-collapsed .nav li .logoSection a:hover:before { background: transparent; }
.left-side-collapsed .nav li .logoSection a { height: 40px; background: url(../images/logo-tiny.png) center center no-repeat !important; height: 40px; display: block; }
.savenext-btn a.reset-btn { border: 1px solid #848484; background: transparent; border-radius: 50px; padding: 10px 30px; margin-right: 15px; transition: all 0.4s; font-size: var(--sttl-theme-font-16); font-weight: 300; text-decoration: none; color: #848484; }
.savenext-btn a.reset-btn:last-child { margin-right: 0; }
.savenext-btn a.reset-btn:hover, .savenext-btn a.reset-btn.active { color: var(--sttl-theme-white); background: #008CA7; border: 1px solid #008CA7; }
.dash-table .table-responsive, .dash-table .table-responsive thead, .dataTables_scrollHeadInner, .dataTables_scroll { width: 100% !important; }
.task-listinput .task-inner .form-group input { background: var(--sttl-theme-white); height: 43px; border: 1px solid #cccccc; border-radius: 6px; font-size: 14px; line-height: 26px; padding: 3px 10px; width: 100%; color: #838d94; }
.table-section .task-listinput { background: var(--sttl-theme-white); padding: 20px; box-shadow: 0 9px 9px rgba(206, 206, 206, 0.10); }
.userDetail .dropPopup.messagePopup li button.logout-btn { transition: all 0.4s; color: var(--sttl-theme-white); background: #008CA7; border: 1px solid #008CA7; width: 100%; padding: 10px; }
.userDetail .dropPopup.messagePopup li button.logout-btn:hover { background: var(--sttl-theme-white); border: 1px solid var(--sttl-theme-white); color: #008CA7; }
.taskStatusList { height: 100%; }
.taskStatusList .savenext-btn { height: 100%; margin-top: 15px; }
.task-listinput .task-inner .form-group .custom-checkbox input { width: auto; display: block; }
.task-listinput .task-inner form { background: var(--sttl-theme-white); padding: 20px; box-shadow: 0 9px 9px rgba(206, 206, 206, 0.10); }
.back-to-logn { text-align: right; }
.back-btn { text-decoration: none; color: var(--sttl-theme-gray); font-weight: 400; font-size: 14px; }
.back-btn:hover { color: #008ca4; }
.logo a { text-decoration: none; }
.reference .select2-container--default .select2-selection--single .select2-selection__rendered { color: #444; line-height: 43px; }
.reference .select2-container--default .select2-selection--single .select2-selection__arrow { height: 40px; }
.reference .select2-container { height: 43px; border: 1px solid #cccccc; border-radius: 6px; }
.reference .select2-container--default .select2-selection--single { border: none; }
button.close { transition: all 0.4s; background: #008ca4; font-size: 30px; padding: 5px 10px; line-height: 1; border: 1px solid #008ca4; border-radius: 50%; width: 40px; height: 40px; }
button.close:hover { background: #f00; border: 1px solid #f00; }
.dataTables_wrapper .dataTables_length .form-control { -webkit-appearance: auto !important; -moz-appearance: auto !important; appearance: auto !important; }
.list-inner select, .list-inner select option { font-weight: normal; font-size: 15px; color: var(--sttl-theme-black); }
@media (min-width:1400px) {
	.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container { max-width: 1414px; }
}

/* LoginPage Css */
.curve { width: 20px; height: 21px; margin-top: 0; position: relative; top: -25px; }
.bgImagesWrap { background:#000 url(../images/loginBg.jpg)center center no-repeat; background-size: cover; height: 100%; position: fixed; width: 100%; }
.loginPageInfo { position: relative; z-index: 1; height: 100%; display: flex; align-items: center; }
.login_index .bgImagesWrap { border-bottom: 10px solid var(--sttl-theme-yellow); z-index: 1; position: relative; }
.loginFlex { display: flex; align-items: center; height: 100%; width: 100%; justify-content: start; }
.loginBox { width: 95%; }
.login { background-color: var(--sttl-theme-white); position: relative; border-radius: 10px; box-shadow: 0px 0px 30px #00000029; /*max-width: 523px;*/ float: right; }
label.checkBoxText { font-size: 14px; padding-bottom: 0; color: #646464; }
.loginForm { padding: 40px 25px 10px 25px; }
.login-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; }
.login-title h2 { font-size: 30px; font-weight: 600; line-height: 37px; color: var(--sttl-theme-blue); margin: 0; font-family: Poppins, SemiBold; }
.login-title a { color: var(--sttl-theme-red); text-decoration: none; }
.login-title span { font-size: 14px; color: var(--sttl-theme-gray); }
.form-feild label { display: block; margin-bottom: 0; padding-bottom: 0; }
.registerBottom { padding: 20px 0px 0; position: relative; }
.registerBottom p { text-align: center; color: #646464; }
.registerBottom a { text-decoration: none; color: #D83039; }
.registerBottom:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 1px; background: #C4C4C4; }
.form-feild input { width: 100%; border: 1px solid #ccc; padding: 10px; border-radius: 6px; outline: none; height: 40px; }
.form-feild input#password { padding-right: 40px; }
.form-feild { position: relative; }
.eyes { position: absolute; top: 50%; right: 15px; padding: 5px 0 0 0; }
.signInBtn { border-radius: 6px; border: none; background-color: #DD2F03; color: var(--sttl-theme-white); font-size: var(--sttl-theme-font-20); font-weight: 400; transition: all 0.3s; }
.signInBtn:hover { background-color: var(--sttl-theme-black); }
.checkBox { display: flex; align-items: center; }
.captchaBox { position: relative; padding-right: 34px; }
a.refreshImg { position: absolute; right: 0; top: 12px; }
.captchaBox img { width: 100%; height: 100%; object-fit: cover; }
.captchainner { height: 45px; overflow: hidden; }
.checkBoxWrap a { font-size: 14px; color: #DD2F03; transition: all 0.3s; }
.checkBoxWrap a.resetLink { color: var(--sttl-theme-blue); margin-right: 10px; }
.checkBoxWrap a:hover { color: var(--sttl-theme-black); }
.checkBoxWrap a img { width: 20px }
.checkBox input { width: 21px; height: 21px; border-radius: 5px; border: 1px solid #848484; margin-right: 7px; }
.form-feild label { font-size: var(--sttl-theme-font-16); color: #2B2B2B; margin: 0 0 5px 0; }
.copyRight { text-align: center; padding: 20px 0; color: #222;position: absolute; height: auto; width: 100%;  }
.copyRight p { color: #848484; font-size: 14px; font-family: 'Poppins', sans-serif; position: relative; z-index: 2; }
.copyRight:after { content: ""; position: absolute; left: -30px; bottom: 0; background: var(--sttl-theme-white); height: 70px; z-index: 1; width: 56%; transform: skew(31deg, 0deg); border-top-right-radius: 20px; border-top-left-radius: 20px; }
.copyRight:before { content: ""; background: url(../images/curve-left.svg) 0 0 no-repeat; width: 20px; height: 21px; margin-top: 0; position: absolute; left: 0; top: -21px; }
.regUser { border-radius: 10px; background: #F2F8FB; padding: 15px; text-align: center; height: 94%; margin-bottom: 6%; }
.regUser:hover .userIcon { -webkit-animation-duration: 1s; animation-duration: 1s; animation-name: tada; transition: all 0.5s ease; }
.loginBox .col-lg-4, .loginBox .col-lg-3 { padding-left: 6px; padding-right: 6px; }
.regUser p { line-height: 20px; font-size: var(--sttl-theme-font-20); padding-bottom: 10px; color: var(--sttl-theme-gray); text-transform: uppercase; margin: 0; font-weight: 500; }
.regUser h2 { font-size: var(--sttl-theme-font-26); color: var(--sttl-theme-gray); font-weight: 700; margin-bottom: 0; }
.userIcon { display: block; margin-bottom: 10px; }
.innerContent { min-height: 600px; padding: 20px 0; }
.checkBox { display: flex; align-items: center; }
.rememberMe { display: flex; justify-content: space-between; }
.order2 { order: 1; }
.overallTop a { background: var(--sttl-theme-red); transition: all 0.4s; border-radius: 100px; padding: 5px 25px; text-decoration: none; color: var(--sttl-theme-white); display: inline-block; font-size: 22px; }
.overallTop { display: inline-block; width: auto; background: var(--sttl-theme-white); border-radius: 100px; margin-bottom: 20px; }
.overallTop .causeListBtn { background: var(--sttl-theme-white); color: var(--sttl-theme-gray); }
.overallTop a:hover, .overallTop .causeListBtn:hover { background: var(--sttl-theme-black); color: var(--sttl-theme-white); }
.recently-inner { width: 99%; background: var(--sttl-theme-white); border-radius: 5px; overflow: hidden; margin-bottom: 20px; padding: 20px; border: 1px solid #CCCCCC; height: 96%; }
.recently-title { background: #F3F8FB; padding: 10px; text-align: center; }
.recently-wrap { background: var(--sttl-theme-white); border-radius: 10px; padding: 30px 30px 10px; }
.recently-title p { font-size: 12px; margin: 0; }
.sb01-box .sb01-date p { margin: 0 0 7px; font-size: 13px; }
.sb01-box .sb01-date p span { color: var(--sttl-theme-blue); font-size: 14px; font-weight: 500; }
.content p { margin-bottom: 10px; font-size: var(--sttl-theme-font-16); color: var(--sttl-theme-gray); font-weight: 500;text-align:justify; }
.partbottom { margin-top: 15px; padding-top: 15px; border-top: 1px solid #ccc; overflow: hidden; }
.pdfDoc span { margin-left: 10px; font-weight: 500; color: var(--sttl-theme-gray); font-size: 13px; }
.pdfDoc { margin-top: 15px; display: flex; }
.partbottom p { margin: 0; font-size: 13px; }
.latestnews { position: relative; overflow: hidden; padding: 0; z-index: 0; }
.sliderPrev { margin: 0 7px; }
.sliderArrowWrap { position: absolute; right: 0; top: 5px; display: flex; justify-content: end; align-items: center; }
a.eventsview { color: var(--sttl-theme-orange); text-decoration: none; font-size: 14px; line-height: 1; transition: all 0.4s; }
a.eventsview:hover { color: var(--sttl-theme-black); }
.swiper-slide, .swiper-slide{  height:auto !important; }
.sliderPrev.swiper-button-disabled, .sliderNext.swiper-button-disabled { opacity: 0.5 }
.sliderPrev.orderPrev:before { content: "\f104"; }
.sliderNext.orderNext:before { content: "\f105"; }
.sliderPrev.orderPrev:before, .sliderNext.orderNext:before { width: 22px; height: 22px; margin-top: 0px; left: auto; right: 0; font: normal normal normal 14px/1 FontAwesome; border: 1px solid #848484; border-radius: 50px; display: flex; align-items: center; justify-content: space-around; font-size: var(--sttl-theme-font-18); color: #848484; opacity: 1; }
.sliderPrev.newsPrev:before { content: "\f104"; }
.sliderNext.newsNext:before { content: "\f105"; }
.sliderPrev.newsPrev:before, .sliderNext.newsNext:before { width: 22px; height: 22px; margin-top: 0px; left: auto; right: 0; font: normal normal normal 14px/1 FontAwesome; border: 1px solid #848484; border-radius: 50px; display: flex; align-items: center; justify-content: space-around; font-size: var(--sttl-theme-font-18); color: #848484; opacity: 1; }
.first-top { height: 200px; }
.viewall { color: var(--sttl-theme-orange); font-size: 14px; text-decoration: none; transition: all 0.4s; }
.hearing_notices_index .dash-table table.table > tbody tr td { border-bottom: none; }
.upcoming-inner { background: var(--sttl-theme-white); border-radius: 10px; padding: 30px; }
.upcoming-inner .ui-widget-content { width: 100%; padding: 0 20px; border: 1px solid #CCCCCC; }
.upcoming-inner .ui-datepicker .ui-datepicker-header { background: var(--sttl-theme-white); }
.upcoming-inner .ui-datepicker select.ui-datepicker-month, .upcoming-inner .ui-datepicker select.ui-datepicker-year { -webkit-appearance: none; width: auto; border: none; color: var(--sttl-theme-orange); font-size: 14px; font-weight: 600; font-family: Poppins, SemiBold; }
.upcoming-inner .ui-datepicker select.ui-datepicker-year { margin-left: 0; }
.upcoming-inner .ui-datepicker .ui-datepicker-title { text-align: left; }
.upcoming-inner .ui-datepicker .ui-datepicker-title { margin: 0; }
.upcoming-inner .ui-datepicker .ui-datepicker-prev { left: auto; right: 28px; width: 22px; height: 22px; top: 13px; }
.upcoming-inner .ui-datepicker .ui-datepicker-next { right: 0px; color: var(--sttl-theme-white); width: 22px; height: 22px; top: 13px; }
.upcoming-inner .ui-datepicker .ui-datepicker-prev span:before { content: "\f104"; }
.upcoming-inner .ui-datepicker .ui-datepicker-next span:before { content: "\f105"; }
.upcoming-inner .ui-datepicker .ui-datepicker-prev span:before, .upcoming-inner .ui-datepicker .ui-datepicker-next span:before { width: 22px; height: 22px; margin-top: -11px; left: auto; right: 0; font: normal normal normal 14px/1 FontAwesome; border: 1px solid #848484; border-radius: 50px; display: flex; align-items: center; justify-content: space-around; font-size: var(--sttl-theme-font-18); color: #848484; opacity: 1; }
.upcoming-inner .ui-datepicker-prev span, .upcoming-inner .ui-datepicker-next span { width: 22px; }
.upcoming-inner .ui-datepicker thead { border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; }
.upcoming-inner .ui-datepicker th { background: var(--sttl-theme-white); color: var(--sttl-theme-gray); font-size: var(--sttl-theme-font-16); }
.upcoming-inner .datepicker { background: transparent !important; width: 100%; }
.upcoming-inner .ui-datepicker td span, .upcoming-inner .ui-datepicker td a { width: 35px; height: 35px; font-size: var(--sttl-theme-font-16); line-height: 34px !important; margin: 0 auto; }
.upcoming-inner .ui-state-active, .upcoming-inner .ui-datepicker tbody a:hover, .upcoming-inner .ui-state-highlight { line-height: 32px !important; background-color: transparent !important; color: var(--sttl-theme-gray) !important; border: 1px solid var(--sttl-theme-orange); border-radius: 50px; }
.upcoming-inner .ui-datepicker td { padding: 10px; }
.latestNewsWrap { padding-left: 30px; }
.gause-inner { display: flex; justify-content: space-between; width: 100%; align-items: center; }
.gause-inner a { color: var(--sttl-theme-orange); padding-right: 0px; text-decoration: none; font-weight: 500; font-size: 14px; }
.gause-inner a img { margin-top: -3px; }
.case-no { background: #F3F8FB; font-size: 12px; padding: 8px 15px; border-radius: 5px; color: var(--sttl-theme-gray); }
.gaue-date { display: flex; justify-content: space-between; color: #f00; padding-bottom: 10px; }
.activityTicker li { margin: 20px 0 35px; padding: 0px 0 35px; list-style: none; border-bottom: 1px solid #cccccc; }
.activityTicker { margin: 0; padding: 0; }
.gause-list p { margin: 0; padding: 0; font-size: 15px; }
.viewall:hover { color: var(--sttl-theme-black); }
.ticker { position: relative; }
.gause-list p a { color: #7194E8; text-decoration: none; margin-top: 10px; display: inline-block; font-size: 14px; }
span.linkIcon { width: 20px; height: 20px; margin-right: 8px; }
.newsTikker0 { height: 300px !important; }
.summaryCases .datefrom .from-celender { margin-right: 15px; max-width: initial; }
.summaryCases .datefrom .from-celender input, .summaryCases .datefrom .colwithbtn input { width: 120px; border-radius: 5px; }
.registeredInner .table-striped>tbody>tr:nth-of-type(even) { background-color: #f3f8fb; }
.registeredInner thead th { border-bottom: 1px solid #CCCCCC !important; }
.registeredInner thead th:first-child, .registeredInner tbody td:first-child { padding-left: 0; }
.registeredInner .table >:not(caption) > * > * { box-shadow: none; border-bottom: none; }
.registeredInner caption, .registeredInner th, .registeredInner td { font-size: 14px; line-height: 1.2; }
.categoriesWise { height: 100%; }
.purpose-chart { display: flex; align-items: center; height: 90%; }
.feesCollection ul { margin: 0; padding: 0; }
.feesCollection ul li { list-style: none; border-bottom: 1px solid #ccc; margin-bottom: 10px; padding-bottom: 10px; }
.feesCollection ul li:last-child { border: none; padding-bottom: 0; margin-bottom: 0; }
.totalPayments h2 { font-size: var(--sttl-theme-font-16); font-weight: 600; color: var(--sttl-theme-gray); margin: 0; }
.totalPayments p { color: #053382; font-size: 22px; font-weight: 500; margin: 0; }
span.signrupes { font-family: Open Sans, Regular; }
span.onBlue { position: relative; padding-left: 15px; color: #4A52BC; font-weight: 600; }
span.onBlue:after { content: ""; background: #4A52BC; position: absolute; width: 10px; height: 10px; left: 0; top: 6px; border-radius: 2px; }
span.offGreen { position: relative; padding-left: 15px; color: #14ACA7; font-weight: 600; }
span.offGreen:after { content: ""; background: #14ACA7; position: absolute; width: 10px; height: 10px; left: 0; top: 6px; border-radius: 2px; }
.overallInner { height: 100%; }
.overallCases { display: flex; align-items: center; height: 90%; }
.overallList { width: 100%; }
.overallList ul { margin: 0; padding: 0; }
.overallList ul li { list-style: none; padding-left: 15px; position: relative; margin-bottom: 15px; }
.overallList ul li p { color: #646464; font-size: var(--sttl-theme-font-16); margin: 0; line-height: 1; }
.listBlue span { color: #5662B1; font-weight: 500; font-size: var(--sttl-theme-font-20); }
.overallList ul li.listBlue { position: relative; }
.listBlue:after { position: absolute; content: ""; left: 0; top: 0; height: 40px; width: 4px; background: #5662B1; border-radius: 4px; }
.listGreen:after { content: ""; background: #4ca544; }
.listGreen span { color: #4ca544; }
.liBlue:after { content: ""; background: #4b98c0; }
.liBlue span { color: #4b98c0; }
.Org:after { content: ""; background: #e67115; }
.Org span { color: #e67115; }
.yellow:after { content: ""; background: #DEA42C; }
.yellow span { color: #DEA42C; }
.purpal:after { content: ""; background: #B04589; }
.purpal span { color: #B04589; }
.centervalue { position: relative; }
div#overallChart { position: relative; }
.totlevalue { position: absolute; left: 40%; top: 35%; width: auto; text-align: center; }
.totlevalue span { font-size: 15px; color: #646464; font-family: Poppins, Regular; line-height: 1; }
.totlevalue h2 { font-size: 40px; color: #5662B1; font-weight: 600; font-family: Poppins, Medium; margin: 0; }
.ctgriCases .apexcharts-toolbar { position: absolute; top: -35px !important; right: 260px !important; z-index: 0 !important; }
.advpcate { display: flex; justify-content: space-between; align-items: center; }
.newFiling a { background: var(--sttl-theme-red); transition: all 0.4s; color: var(--sttl-theme-white); font-size: var(--sttl-theme-font-16); text-decoration: none; padding: 7px 20px; border-radius: 50px; font-weight: 400; }
.newFiling a:hover { background: var(--sttl-theme-black); }
.advoWrap { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr; grid-gap: 15px; }
.advoBord-box { background: var(--sttl-theme-white); border-radius: 10px; padding: 10px; }
.advoBord { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; height: 60px; }
.advo-inner { font-size: var(--sttl-theme-font-18); color: var(--sttl-theme-gray); font-family: Poppins, Medium; font-weight: 500; line-height: 24px; }
.advo-amount { font-size: 42px; color: #4399C2; font-weight: 500; line-height: 1.5; }
.advo1 { box-shadow: 0 4px 0px 0px  #4399C2; }
.advo2 { box-shadow: 0 4px 0px 0px  #DEA42C; }
.advo2 .advo-amount { color: #DEA42C; }
.advo3 { box-shadow: 0 4px 0px 0px  #EF7407; }
.advo3  .advo-amount { color: #EF7407; }
.advo4 { box-shadow: 0 4px 0px 0px  #5662B1; }
.advo4 .advo-amount { color: #5662B1; }
.advo5 { box-shadow: 0 4px 0px 0px  #B7448A; }
.advo5 .advo-amount { color: #B7448A; }
.advo6 { box-shadow: 0 4px 0px 0px  #4BA43E; }
.advo6 .advo-amount { color: #4BA43E; }
.advo7 { box-shadow: 0 4px 0px 0px  #AD66D5; }
.advo7 .advo-amount { color: #AD66D5; }
.advoBord-box:hover .advo-icons, .draftbox1:hover .draftIcons1 { -webkit-animation-duration: 1s; animation-duration: 1s; animation-name: tada; transition: all 0.5s ease; }
.adminpopup .modal-header { background: var(--sttl-theme-blue); }
.adminpopup .modal-header h2 { color: var(--sttl-theme-white); font-size: var(--sttl-theme-font-26); }
.adminpopup button.close-btn { transition: all 0.4s; position: absolute; right: -12px; top: -12px; border-radius: 50%; height: 35px; width: 35px; background: var(--sttl-theme-red); color: var(--sttl-theme-white); }
.adminpopup button.close-btn:hover { background: var(--sttl-theme-black); }
.adminpopup .modal-body { padding: 40px 40px 20px 40px; }
.draftbox1 { background: rgb(237 196 198 / 50%); padding: 40px 15px; text-align: center; margin-bottom: 15px; border-radius: 10px; height: 90%; overflow: hidden; }
.draftIcons1 { margin-bottom: 10px; }
.draftDetails { color: #D64F50; font-size: var(--sttl-theme-font-18); font-weight: 500; }
.draftIcons1 img { width: 40px; }
.draftbox2 { background: rgb(193 219 233 / 50%); }
.draftbox2 .draftDetails { color: #4399C2; }
.draftbox3 { background: rgb(239 221 187 / 50%); }
.draftbox3 .draftDetails { color: #DEA42C; }
.draftbox4 { background: rgb(239 116 7 / 10%); }
.draftbox4 .draftDetails { color: #EF7407; }
.draftbox5 { background: rgb(199 202 227 / 50%); }
.draftbox5 .draftDetails { color: #5662B1; }
.draftbox6 { background: rgb(195 222 192 / 50%); }
.draftbox6 .draftDetails { color: #4BA43E; }
.draftbox7 { background: rgb(228 193 216 / 50%); }
.draftbox7 .draftDetails { color: #B7448A; }
.draftbox8 { background: rgb(202 201 241); }
.draftbox8 .draftDetails { color: #615DDB; }
.authority { padding-top: 10px; }
.authority label span { color: #F63232; }
.inputborder { position: relative; margin-bottom: 15px; overflow-x: clip; }
.inputborder input, .inputborder select { border: 1px solid #88888b; font-size: var(--sttl-theme-font-15); font-family: Poppins, Regular; color: var(--sttl-theme-gray); font-weight: 300; height: 45px; border-radius: 5px; width: 100%; padding: 0.375rem 0.75rem; line-height: 1.5; background: transparent;}
.inputborder input:focus, .inputborder select:focus, input#captchatext:focus { outline: none; box-shadow: none; border: 1px solid var(--sttl-theme-red); }
.inputborder label { padding-bottom: 4px; font-size: var(--sttl-theme-font-15); }
label.control-label { height: 80px; display: table-cell;vertical-align: bottom; }
.authority .input-group >:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) { border-bottom-left-radius: 5px; border-top-left-radius: 5px; z-index: 0; }
label.input-group-text { background: var(--sttl-theme-blue); color: var(--sttl-theme-white); position: absolute; right: 0; height: 45px; width: 88px; text-align: center; justify-content: space-around; }
input.uploadfile { margin-right: 84px; line-height: 31px; }
input[type="file"]::file-selector-button { background: #f00; display: none; }
.filesize { margin: 0; position: absolute; bottom: 5px; padding: 0; font-style: italic; font-size: 12px; color: #9E9E9E; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; z-index: 0; }
.input-group > .form-control:focus, .input-group > .form-select:focus, .input-group > .form-floating:focus-within { z-index: 0; }
.allbtn button { border: 1px solid #848484; width: auto; display: inline-block; margin: 0 8px; padding:12px 15px; transition: all 0.4s; border-radius: 0.375rem; }
.allbtn { text-align: center; }
.allbtn button.reset { border: 1px solid #848484; color: #848484; }
.allbtn button.reset:hover { background: var(--sttl-theme-red); border: 1px solid var(--sttl-theme-red); color: var(--sttl-theme-white); }
.allbtn button.editbtn { border: 1px solid var(--sttl-theme-red); color: var(--sttl-theme-white); background: var(--sttl-theme-red); }
.allbtn button.editbtn:hover { border: 1px solid var(--sttl-theme-red); color: var(--sttl-theme-red); background: var(--sttl-theme-white); }
.inputborder .chosen-container-single .chosen-single { height: 45px; line-height: 45px; background: transparent; border: 1px solid #88888b; }
.inputborder .chosen-container-active.chosen-with-drop .chosen-single div b { background-position: -18px 16px; }
.inputborder .chosen-container-single .chosen-single div b { background-position: 0 16px; }
.inputborder.field-resp_upload_pan_card input { line-height: 30px; background: transparent; z-index: 1; width: 100%; }
.inputborder.field-resp_upload_pan_card input:focus { background: transparent; }
.inputborder.field-upload_document input { line-height: 30px; background: transparent; z-index: 1; width: 100%; }
.inputborder.field-upload_document input:focus { background: transparent; }
.inputborder .input-group { border-radius: 5px; }
.input-group >:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) { margin: 0; }
.inputborder.field-upload_athorized_letter .form-control { background: transparent; }
.paymentWrap { background: var(--sttl-theme-white); border-radius: 10px; padding: 20px; position: relative; box-shadow: 0 4px 0px 0px var(--sttl-theme-blue); margin-bottom: 30px; }
.boxPayment { display: flex; justify-content: space-between; align-items: center; position: relative; overflow: hidden; }
.fillingNumber { position: relative; }
.fillingNumber:after { content: ""; position: absolute; width: 1px; height: 100%; background: #AAAAAA; top: 0; right: -80px; }
.fillingNumber p { font-size: var(--sttl-theme-font-16); color: var(--sttl-theme-gray); margin: 0; }
.fillingNumber h3 { font-size: var(--sttl-theme-font-18); color: var(--sttl-theme-blue); margin: 0; }
.hearingOrder { margin-bottom: 20px; }
.ScrutinyBox { background: var(--sttl-theme-white); border-radius: 10px; padding: 15px; height: 145px; margin-bottom: 20px; }
.ScrutinyBox p { color: var(--sttl-theme-gray); font-size: var(--sttl-theme-font-16); margin-bottom: 10px; }
.ScrutinyBox h2 { font-size: var(--sttl-theme-font-20); margin: 0; }
.boxBlue { box-shadow: 0 4px 0px 0px  #4399C2; }
.boxBlue h2 { color: #4399C2; }
.boxOrg { box-shadow: 0 4px 0px 0px #EF7407; }
.boxOrg h2 { color: #EF7407; }
.boxGreen { box-shadow: 0 4px 0px 0px #4BA43E; }
.boxGreen h2 { color: #4BA43E; }
.boxpur { box-shadow: 0 4px 0px 0px #B7448A; }
.boxpur h2 { color: #B7448A; }
.ehearingWrap { background: var(--sttl-theme-white); border-radius: 10px; padding: 15px; }
.ehearingTitle { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.ehearingTitle .viewall { color: var(--sttl-theme-orange); transition: all 0.4s; }
.ehearingTitle .viewall:hover { color: var(--sttl-theme-black); }
.ehearingWrap .newsTikker0 { height: 250px !important; }
.listingWrap { background: var(--sttl-theme-white); border-radius: 10px; padding: 20px 20px 25px; }
.nextListing, .nextAdmission { padding: 25px 15px; height: 100%; text-align: center; display: flex; align-items: center; justify-content: center; border-radius: 10px; }
.nextListing p, .nextAdmission p { margin: 0; font-size: var(--sttl-theme-font-24); }
.nextListing { background: rgb(221 223 239 / 50%); }
.nextListing p { color: #5662B1 }
.nextAdmission { background: rgb(200 227 196 / 50%); }
.nextAdmission p { color: #4BA43E }
.responWrap { background: var(--sttl-theme-white); border-radius: 10px; padding: 15px; }
.applicant { background: rgb(178 217 240 / 50%); position: relative; border-radius: 6px; color: var(--sttl-theme-blue); width: 100%; text-decoration: none; height: 45px; display: flex; align-items: center; padding: 15px; }
.applicant:after { transition: all 0.4s; content: "\f078"; font: normal normal normal 14px/1 FontAwesome; position: absolute; right: 15px; }
.appliRed { background: rgb(243 202 202 / 50%); color: #D64F50; }
.appliRed:hover { color: #D64F50 }
.searchIcon .form-wrapper { background-color: var(--sttl-theme-red); display: none; padding: 2px 5px 5px; position: absolute; right: 19px; top: 54px; width: 230px; z-index: 2; }
.searchIcon .form-wrapper:before { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: transparent transparent var(--sttl-theme-red); border-image: none; border-style: solid; border-width: 8px; content: " "; right: 5px; position: absolute; top: -16px; }
.searchIcon .form-wrapper .form-item { float: left; width: 100%; }
.searchIcon .form-wrapper .form-item .form-text { background-color: var(--sttl-theme-white); height: 36px; margin-top: 0; border: 0; padding-right: 40px; border-radius: 0; }
.searchIcon .form-wrapper .form-item .form-text:focus-visible { outline: none; }
.searchForm { width: 210px; display: none; padding: 3px; position: absolute; right: 7px; top: 100%; z-index: 2; background-color: #caa674; }
.searchForm input[type=text] { padding-right: 46px; }
.searchForm .goBtn { font-size: 1em; position: absolute; right: 3px; bottom: 3px; z-index: 1; padding: 5px 10px; }
.searchIcon .goBtn { transition: all 0.4s; margin: 0; color: var(--sttl-theme-white); height: 36px; float: right; width: 35px; font-weight: 600; font-size: 14px; padding: 0; background-color: #2c3d83; border: none; position: absolute; right: 5px; top: 5px; }
.searchIcon .goBtn:hover { border-color: var(--sttl-theme-red); background-color: var(--sttl-theme-red); }
.chosen-container { width: 100% !important; }
label { width: 100%; }
.form-group .help-block { color: #f00; overflow: hidden; text-overflow: ellipsis; }
.help-block { margin-top: 5px; display: block; }
.main-applicant_details button, .main-respondent_details button { float: right; background: #f54d35; border: 1px solid #f54d35; }
.form-group-file.inputborder .input-group { width: 100%; }
input#applicant_details_0_upload_affidavitfile:focus { background: transparent; }
.form-group.form-group-file .help-block { color: #f00; /*position: absolute;*/ line-height: 14px; }
/* .efilling-edit .form-group.form-group-file .help-block { bottom: -50px; } */
.input-group:not(.has-validation) >:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) { border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
.represenative_type { display: flex; align-items: center; line-height: normal; float: left; width: 50%; }
.file_err { font-size: 13px; color: #f00; }
.represenative_type label { line-height: 1; height: auto; margin-left: 5px; margin-top: 3px; display: inline-block; cursor: pointer; }
.represenative_type .iradio_flat-blue { width: 24px; }
.field-vakalatnama_authorization_letter #vakalatnama_authorization_letterfile_err { bottom: -49px; line-height: 14px; }
.field-address_title label.control-label { font-size: 20px; font-weight: 600; background: var(--sttl-theme-white); padding: 15px; display: block; height: auto; border-radius: 5px; margin-bottom: 15px }
.caseAccordion .accordion-item { margin-bottom: 15px; border: 1px solid var(--sttl-theme-lightborder); border-radius: 5px; }
.caseAccordion .accordion-button { background: var(--sttl-theme-blue); color: var(--sttl-theme-white); }
.caseAccordion .accordion-button:focus { outline: none; box-shadow: none; }
.caseAccordion .accordion-button:not(.collapsed)::after, .caseAccordion .accordion-button::after { filter: brightness(100); }
.document-sample-file a { text-decoration: none; color: var(--sttl-theme-red); line-height: 20px; }
.inputborder textarea.form-control { font-size: var(--sttl-theme-font-15); font-family: Poppins, Regular; color: var(--sttl-theme-gray); font-weight: 300; height: 50px; border-radius: 5px; width: 100%; padding: 0.375rem 0.75rem; line-height: 1.5; background: transparent; text-align: justify; border: 1px solid #88888b; resize: none; }
.inputborder textarea.form-control:focus { outline: none; box-shadow: none; border: 1px solid var(--sttl-theme-red); }
tbody#respondent_details tr td { padding-top: 12px; border-bottom: 1px solid var(--sttl-theme-lightborder); }
#respondent_details-trcollaps1 { background: var(--sttl-theme-blue); color: var(--sttl-theme-white); }
.inputborder input[type="radio"] { z-index: auto; top: 0; }
.table thead th, .table thead td { color: #3c4858; font-weight: 700; font-size: 13px; letter-spacing: .5px; border-bottom-width: 1px; border-top-width: 0; padding: 11px; }
.table tbody tr { background-color: rgba(255, 255, 255, 0.5); }
.table tbody tr th { font-weight: 500; }
.table-striped tbody tr:nth-of-type(2n+1) { background-color: #ecedef !important; }
.table-invoice.table thead th { border-top: 1px solid var(--sttl-theme-lightborder); }
table.dataTable { border: 1px solid var(--sttl-theme-lightborder); }
table.dataTable.no-footer { border-bottom-color: #ecedef; }
table.dataTable thead th, table.dataTable thead td { border-top-width: 0; border-bottom-width: 0; padding: 8px 10px; font-weight: 700; font-size: 12px; color: #434b63; }
.dataTables_wrapper .dataTables_filter input { margin-left: 0; border: 1px solid var(--sttl-theme-lightborder); }
.dataTables_wrapper .dataTables_paginate .paginate_button.current { border: 0; background-image: none; color: var(--sttl-theme-white) !important; }
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus { border: 0; background-image: none; color: var(--sttl-theme-white) !important; }
.table.dataTable tr { border: 1px solid var(--sttl-theme-lightborder); white-space: nowrap; }
.dataTables_info { margin-bottom: 1rem; }
.table.dataTable th, .table.dataTable td { border-left: 0px solid var(--sttl-theme-lightborder); outline: none; }
div.dataTables_wrapper div.dataTables_length select { margin-right: 10px; }
.table-bordered.table thead th a { color: var(--sttl-theme-white); text-decoration: none; }
.list-action button img { width: 20px; }
.list-action .rounded { width: auto; line-height: 25px; margin-right: 8px; }
.list-action { display: flex; justify-content: end; }
.list-action button.btn { margin-right: 8px; }
.card-body.list-panel input#page { margin: 0 10px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
.card-body.list-panel .input-group .input-group-prepend { margin-right: 10px; }
.card-body.list-panel .input-group >:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) { margin: 0 5px; }
.breadcrumb  li.breadcrumb-item a { text-decoration: none; color:var(--sttl-theme-red); }
h2#heading2 { margin: 0; }
.ui-autocomplete { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 12px; margin: 0; list-style: none; font-size: 14px; text-align: left; background-color: var(--sttl-theme-white); border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; max-height: 140px; overflow-y: scroll; }
.ui-autocomplete li.ui-menu-item { list-style: none; margin: 5px 0; }
.ui-autocomplete li.ui-menu-item a { text-decoration: none; }
.ui-autocomplete > li > div { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857143; color: #333333; white-space: nowrap; }
.ui-state-hover, .ui-state-active, .ui-state-focus { text-decoration: none; color: #262626; background-color: #f5f5f5; cursor: pointer; }
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.allowed-format, .size-format { font-size: 12px; }
.size-format { margin-bottom: 15px; }
.form-group-file.inputborder .input-group input { padding-right: 96px; z-index: 1; background: transparent; }
.form-group-file.inputborder .uploaded-image-file { width: 20px; }
.checkBoxWrap button.btn.btn-success { background: var(--sttl-theme-white); border: 1px solid #ccc; }
img#captcha { border: 1px solid #ccc; border-radius: 5px; }
.RefReShCapcha button { color: var(--sttl-theme-black); background: transparent; transition: all 0.4s; }
.RefReShCapcha button:hover { color: var(--sttl-theme-red); }
.eflling-view .view-field { background: #efefef; padding: 15px; border-radius: 5px; min-height: 51px; position: relative; }
.eflling-view .field-address_title label.control-label { font-size: 20px; font-weight: 600; background: var(--sttl-theme-white); padding: 15px; display: block; height: auto; border-radius: 5px; }
.eflling-view .Details .alert-primary, .eflling-view .Document .alert-primary, .eflling-view .field-Check .alert-primary { background: var(--sttl-theme-blue); color: var(--sttl-theme-white); }
.eflling-view .uploaded-image-file { width: 29px; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
#accordionExample .accordion-body { padding-bottom: 30px; }
.form-group-file.inputborder input { line-height: 32px; }
.efilling-edit .accordion-item .view-field { position: relative; overflow: hidden; }
.custom-tab button.accordion-button { box-shadow: none; }
small#applicant_details_0_upload_affidavitfile_err, small#documentform1file_err { position: absolute; bottom: -50px; }
.marqueeLogin { width: 100%; float: right; padding: 0 15px; line-height: 28px; }
.marqueeLogin a { color: var(--sttl-theme-white); text-decoration: none; }
.marqueeLogin a span { color: #f54d35; }
#div-payment_type .form-group.form-group-radio .payment_type { display: flex; align-items: center;grid-gap:5px; }
#div-payment_type .form-group.form-group-radio .payment_type .radio { padding-bottom:0; }
.form-group.form-group-radio div { display:inline-block; }
.form-group.form-group-radio div .iradio_flat-blue { width: 22px;}
.form-group.form-group-radio div label.control-label.radio { line-height: 1; margin-left: 0; cursor: pointer;height:auto; }
.form-feild .input.password input { padding-right: 42px; }
.form6 .form-group.form-group-radio { display: flex; }
.form6 .form-group.form-group-radio .iradio_flat-blue { width: 36px; }
.chanGePass .form-group.text-left { display: flex; align-items: center; }
.chanGePass .form-group.inputborder { margin-bottom: 25px; }
img.uploadeddocs { width: 18px; }
.applicant-preview-documents img.uploadeddocs { width: 18px; }
span.onlinenote { font-size: 12px; }
#collapse5 .view-field { background: #efefef; height: 40px; padding: 15px; margin-bottom: 15px; }
.forgot-required label:after { content: "*"; color: #f00; }
.captcha-main { display: flex; justify-content: space-between; margin-bottom: 1rem; }
.captcha-img { position: absolute; left: 0; }
.captcha-field { width: 100%; padding-left: 184px; }
.login .loginForm .help-block { color: #DD2F03; }
.main-documents1_details table tr td { border-right: 1px solid var(--sttl-theme-lightborder); }
.logingLogo img { height: 70px; }
.forgotpassword a img { height: 70px; display: block; margin: 0 auto; }
.logopart img { height: 86px; padding: 10px 0; }
.efilling-edit .chosen-container { display: block; }
.authority .form-group-file .control-label img { top: 0; bottom: 0; width: 24px; }
#applicant_details tr td:last-child { border-right: 0; }
.Add-Representative table#multijson-res_documents2_details .form-group-file .uploaded-image-file { margin-left: 10px; }
.Add-Representative .table tbody tr td { border-bottom: 1px solid var(--sttl-theme-lightborder); }
.Add-Representative #div-title2 .form-group.form-group-title.field-title2, 
.Add-Representative #div-title3 .form-group.form-group-title.field-title3 { padding-top: 10px; }
.Add-Representative .table tbody tr td:nth-child(3) { width: 34%; }
.Add-Representative .table tbody tr td:nth-child(1) { width: 16%; }
.Add-Representative .table tbody tr td:nth-child(4) { width: 16%; }
.caseAccordion .Add-Respondent tbody#respondent_details tr td:first-child { border-left: none; }
.efiling_form_edit  #eFillingForm1 div#div-address_title label.control-label, 
.efiling_form_edit  #eFillingForm3 div#div-address_title label.control-label { border-bottom: 1px solid var(--sttl-theme-red); color: var(--sttl-theme-red); padding-bottom: 10px; border-radius: 0; margin-bottom: 30px; }
div#eFillingForm3 .Add-Representative div#div-title1, 
div#eFillingForm3 .Add-Representative div#div-title2, 
div#eFillingForm3 .Add-Representative div#div-title3, 
div#eFillingForm3 .Add-Representative div#div-title4 { border-bottom: 1px solid var(--sttl-theme-lightborder); border-right: 1px solid var(--sttl-theme-lightborder); }
#eFillingForm1 .caseAccordion tbody#respondent_details tr td, #eFillingForm3 .caseAccordion .Add-Applicant tbody#applicant_details tr td { border-bottom: 1px solid var(--sttl-theme-lightborder); }
#eFillingForm1 .Add-Applicant .table tbody tr td { border-bottom: 1px solid var(--sttl-theme-lightborder); }
#eFillingForm1 .Add-Applicant .accordion-body, #eFillingForm1 .Add-Respondent .accordion-body { padding: 0 11px; }
#eFillingForm3 .multijson-applicant_rejoinder_documents7_details tbody tr td:nth-child(2) { width: 17%; }
#eFillingForm3 .multijson-applicant_rejoinder_documents7_details tbody tr td:nth-child(3) { width: 17%; }
#eFillingForm3 .multijson-applicant_rejoinder_documents7_details tbody tr td:nth-child(4) { width: 34%; }
#eFillingForm3 .multijson-applicant_rejoinder_documents7_details tbody tr td:nth-child(5) { border-top: 1px solid var(--sttl-theme-lightborder); }
#eFillingForm3 .Add-Representative div#div-applicant_rejoinder_uploaddocument3 { border-left: 1px solid var(--sttl-theme-lightborder); border-right: 1px solid var(--sttl-theme-lightborder); }
#eFillingForm3 .Add-Representative .form-group-file .fw-bolder { display: none; }
#eFillingForm3 #accordionExample .Basic-Details .accordion-body { padding-top: 1rem; }
#eFillingForm4 .form-group-file.inputborder .uploaded-image-file { width: 20px; overflow: hidden; object-fit: contain; position: absolute; right: 0; /*top: auto;*/ bottom: 0px; }
#eFillingForm5 .row table .col-md-2 { border-bottom: none; border-right: none; }
#eFillingForm6 .main-efilling_checklist table { border: 1px solid var(--sttl-theme-lightborder); }
.efilling-edit #eFillingForm7 #accordionExample .accordion-body table#multijson-respondent_details { border-bottom: none; }
.efilling-edit #eFillingForm7 #accordionExample .Add-Respondent .accordion-body { padding: 0 11px; }
.efilling-edit #eFillingForm7 #accordionExample .Add-Respondent .accordion-body tbody#respondent_details tr td { border-right: 1px solid var(--sttl-theme-lightborder); border-bottom: 1px solid var(--sttl-theme-lightborder) }
.efilling-edit #eFillingForm7 #accordionExample .Add-Respondent .accordion-body tbody#respondent_details tr td:last-child { border-right: 0; }
.efilling-edit #eFillingForm7 #accordionExample .Add-Representative .accordion-body { padding-top: 1rem; }
.efilling-edit #eFillingForm7 #accordionExample .accordion-body { padding-bottom: 0;; }
.efilling-edit #eFillingForm7 #accordionExample .Add-Applicant .accordion-body { padding: 0 12px; }
.efilling-edit #eFillingForm7 #accordionExample .Basic-Details .accordion-body { padding-top: 15px; }
.efilling-edit #eFillingForm7 #accordionExample .respondent-basic-details .accordion-body { padding: 15px; }
#eFillingForm7 .accordion-body .form-group-file .document-sample-file { display: none; }
#eFillingForm7 .Upload-Document .form-group-file .fw-bolder { display: none; }
#eFillingForm7 .caseAccordion .accordion-item { border: 1px solid var(--sttl-theme-lightborder); }
#eFillingForm7 .field-address_title label.control-label { padding-right: 0; padding-left: 0; border-radius: 0; }
#eFillingForm7 #accordionExample .Add-Representative .accordion-body, #eFillingForm7 #accordionExample .Add-Respondent .accordion-body, #eFillingForm7 #accordionExample .Upload-Document .accordion-body { padding-top: 0; padding-bottom: 0; }
#eFillingForm7 #accordionExample .Check-List .accordion-body, #eFillingForm7 #accordionExample .accordion-body .accordion-body { padding-bottom: 0; }
#eFillingForm7 #accordionExample .Add-Respondent .accordion-body table, #eFillingForm7 #accordionExample .Add-Applicant .accordion-body table { margin-bottom: 0; }
#eFillingForm7 .row.mt-3 { margin-top: 0 !important; }
#eFillingForm7 #div-address_title .field-address_title label.control-label { margin-bottom: 0; }
#eFillingForm7 .Upload-Document .row .col-md-4#div-documentform1 { padding-top: 10px; }
#eFillingForm7 #accordionExample .accordion-body, #eFillingForm3 #accordionExample .accordion-body { padding: 0 11px; }
#eFillingForm8 .payment-row { max-width: 450px; width: 100%; }
#eFillingForm8 .Details #div-upload_receipt .form-group-file img#upload_receiptfile_img { width: 24px; height: 24px; overflow: hidden; object-fit: contain; position: absolute; right: 0; top: auto; bottom: 10px !important; }
.efilling-edit #eFillingForm8 #main-res_representative_details .table { border: 1px solid var(--sttl-theme-lightborder); }
.custom-tab .nav-tabs .nav-item.completed { background: var(--sttl-theme-white); border-radius: 100px; }
.allbtn button.savebtn { border: 1px solid var(--sttl-theme-blue); color: var(--sttl-theme-blue); }
.allbtn button.savebtn:hover { background: var(--sttl-theme-blue); border: 1px solid var(--sttl-theme-blue); color: var(--sttl-theme-white); }
.allbtn button.editbtn:hover { border: 1px solid #EC9A00; color: var(--sttl-theme-white); background: #EC9A00; }
.allbtn button.submitbtn { background: var(--sttl-theme-orange); border: 1px solid var(--sttl-theme-orange); color: var(--sttl-theme-white); }
.allbtn button.submitbtn:hover { background: var(--sttl-theme-white); border: 1px solid var(--sttl-theme-orange); color: var(--sttl-theme-orange); }
.allbtn button.closebtn { border: 1px solid #848484; color: #848484; }
.allbtn button.closebtn:hover { background: var(--sttl-theme-orange); border: 1px solid var(--sttl-theme-orange); color: var(--sttl-theme-white); }
.custom-tab .nav-tabs .nav-item.completed a { background: var(--sttl-theme-white); border-radius: 100px; color: #008000; }
.custom-tab .nav-tabs .nav-item.completed a:hover { color: #008000; }
.custom-tab .nav-tabs .nav-item.completed.active .nav-link { background: transparent; color: #008000 }
.customClick .form-check { margin-bottom: 15px; position: relative; line-height: 1; }
.customClick .form-check .errchecked { color: #f00; position: absolute; left: 0; top: 12px; }
.checkBoxWrap .errchecked { position: absolute; top: 100%; color: #f00; }
.checkBoxWrap .captcha-field input { width: 110px; }
.custom-tab.efilling-edit table { margin-bottom: 0; }
.vacancy-login .form-group-radio .login_type { margin-left: 0; }
.vacancy-login .form-group-radio .login_type.radio1 { margin-right: 15px; }
.vacancy-login .inputborder { margin-bottom: 0; line-height: 1; }
.vacancy-login div#div-login_type, .vacancy-login div#div-mobile_no { width: 100%; }
.vacancy-login div#div-email { width: 100%; }
.vacancy-login .flat-blue { width: auto; }
.vacancy-login .form-group.form-group-radio.inputborder label.control-label { display: block; float: left; color: #2B2B2B; font-size: 16px; font-weight: 400; }
.vacancy-login .form-group-emailverify label, .vacancy-login .form-group-mobileverify label { margin-top: 0; height: auto; }
.vacancy-login .form-group-mobileverify label, .vacancy-login .form-group-emailverify label, .vacancy-login .form-group-otp label { height: auto; }
.vacancy-login .form-group-emailverify, .vacancy-login .form-group-mobileverify { margin-top: 0; position: relative; }
.formInner p { font-size: 13px; }
.vacancy-login .inputborder label { padding-bottom: 0; }
.vacancy-login .form-group-emailverify, .vacancy-login .form-group-mobileverify { margin-top: 0; }
.vacancy-login .field-otp-email, .vacancy-login .form-group-otp { margin-bottom: 20px; margin-top: 0; position: relative; }
.vacancy-login .error { color: #f00; font-size: 14px; }
.loginmain .login { float: none; max-width: 600px; width: 100%; margin: 40px auto; }
.login-heading h2 { font-size: 20px; font-weight: 600; line-height: 37px; color: var(--sttl-theme-blue); margin: 0; font-family: Poppins, SemiBold; }
.loginmain .forgotpassword a img { height: auto; }
.applicant_details1 td { background: #2381cc; color: var(--sttl-theme-white); }
.view-field img { width: 22px; }
.main-res_checklist .form-group br { display: none; }
tr .collapsmultidatatd { background: #2381cc; color: var(--sttl-theme-white); }
.formsCont { background: var(--sttl-theme-white); padding: 20px 10px; margin-top: 30px; border-radius: 10px; }
.vacancy-login .help-block { color: red; }
#main-res_documents2_details table.table-bordered tbody th, #main-res_documents2_details table.table-bordered tbody td { border-top: 1px solid var(--sttl-theme-lightborder); }
table#multijson-res_documents2_details { border: 1px solid var(--sttl-theme-lightborder); border-top: 0; padding-left: 0; padding-right: 0; }
div#main-res_documents2_details { padding: 0; }
.table-bordered.table#listdataTable thead th input, .table-bordered.table#listdataTable thead th select { float: left; height: 31px; border-radius: 0; border: none;font-size:13px; }
.table-bordered.table#listdataTable thead th button.btn-xs { background: #d93345; }
/*.table-bordered.table#listdataTable thead th:first-child { width: 100px; }*/
.form-group.form-group-title { padding: 10px 0 0; }
.main-res_checklist table#multijson-res_checklist { border: 1px solid var(--sttl-theme-lightborder); }
.main-res_checklist table#multijson-res_checklist #res_checklist td { border-right: none; }
div#div-applicant_rejoinder_uploaddocument3 { padding: 0.5rem 0.5rem; }
label.json-label.control-label { padding: 0 15px; }
.customtopbtn .adminInnerContent { padding: 20px; }
.customtopbtn, .customtopbtn .adminInnerContent { background: transparent; display: inline-block; width: 100%; }
.overallTop.dsbordtab { box-shadow: 0 0 10px 0px rgb(0 0 0 / 20%); margin: 0 0 0 20px; display: inline-block; width: auto; background: var(--sttl-theme-white); border-radius: 100px; }
.overallTop.dsbordtab ul { margin: 0; padding: 0; }
.overallTop.dsbordtab ul li { list-style: none; }
.overallTop.dsbordtab ul li button { border: none; transition: all 0.4s; border-radius: 100px; padding: 15px; text-decoration: none; background: var(--sttl-theme-white); color: var(--sttl-theme-gray); display: inline-block; font-size: 16px; }
.overallTop.dsbordtab ul li button.active { border: none; background: var(--sttl-theme-red); transition: all 0.4s; border-radius: 100px; padding: 15px; text-decoration: none; color: var(--sttl-theme-white); display: inline-block; font-size: 16px; }
.overallTop.dsbordtab ul li button:hover { border: none; background: var(--sttl-theme-black); transition: all 0.4s; border-radius: 100px; padding: 15px; text-decoration: none; color: var(--sttl-theme-white); display: inline-block; font-size: 16px; }
.overallTop.dsbordtab ul li:first-child { margin-right: 10px; }
.btn.formSearch.chart-submt-filter { height: 43px; }
.btn.formSearch.chart-submt-filter:hover { background: var(--sttl-theme-orange); }
.pdfDoc a { text-decoration: none; color: var(--sttl-theme-black); }
.collapsmultidatatd { cursor: pointer; position: relative; }
.collapsmultidatatd:after { transition: all 0.4s; content: "\f106"; position: absolute; right: 15px; top: 8px; z-index: 0; font: normal normal normal 14px/1 FontAwesome; font-size: 23px; line-height: 1; }
.collapsmultidatatd.buttonhide:after { content: "\f106"; font-size: 23px; transform: rotate(179deg); top: 10px; }
.users_edit .alert { margin-top: 20px; color: #051e34; background: transparent; border: 1px solid #88888b; border-top: 0; border-left: 0; border-right: 0; border-radius: 0; padding: 0 0 10px 0; font-size: 18px; font-weight: bold; }
.efiling_form_edit .efilling-edit .Basic-Details { padding: 15px 0; }
.efiling_form_edit .efilling-edit .Upload-Document .form-group.field-title1 { padding-top: 10px; }
.efiling_form_view  tbody#respondent_details tr td { padding-top: 0; }
.maingrid  a { text-decoration: none; }
.field-payment_type span.onlinenote { display: block; line-height: 2; }
.form-group.form-group-radio .payment_type { margin-bottom: 15px; }
.efiling_form_edit .form-group.form-group-radio div label.control-label.radio { line-height: 1; }
.othersitelogos { background: var(--sttl-theme-white); padding: 15px; text-align: right; margin-bottom: 15px; width: 294px; float: right; border-radius: 10px; }
.helplineNumber.othersitelogos { display: flex; justify-content: center; align-items: center; grid-gap: 15px; margin-bottom: 0; float: none; width: auto; }
.tendersFilterWrap { display: grid;align-items: center; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; grid-gap: 0 15px; }
.tendersFilterWrap .col-auto { margin-right: 15px; }
.tendersFilterWrap .col-auto { margin-right: 15px; align-items: center; justify-content: center; display: flex; }
.tendersFilterWrap input#editsubmit { margin-right: 15px; }
.tendersFilterWrap input#editsubmit, .tendersFilterWrap input#resett { background: var(--sttl-theme-red); padding: 15px; height: 45px; color: var(--sttl-theme-white); transition: all 0.4s; }
.tendersFilterWrap input#editsubmit:hover, .tendersFilterWrap input#resett:hover { background: var(--sttl-theme-black); }
.findreset { display: flex; }
.card-Payment { padding-left: 0; padding-right: 0; }
.card-header-Payment { background: #2381cc; color: var(--sttl-theme-white); }
.custmModal p { text-align: justify; }
.form10 .form-group.form-group-radio { display: flex; }
.form10 .form-group.form-group-radio .iradio_flat-blue { width: 36px; }
.input-group { z-index: 0; }
.tabContentBody thead th { background: var(--sttl-theme-blue); color: var(--sttl-theme-white); }
.misc-application-docs { padding-right: calc(var(--bs-gutter-x)* 0.5); padding-left: calc(var(--bs-gutter-x)* 0.5); }
.misc-application-docs .main-application_details { padding: 0; }
.misc-application-docs .col-md-1 { border-bottom: 1px solid var(--sttl-theme-lightborder); border: 1px solid var(--sttl-theme-lightborder); background: #2381cc; color: var(--sttl-theme-white); }
.misc-application-docs .col-md-3 { border-bottom: 1px solid var(--sttl-theme-lightborder); border-right: 1px solid var(--sttl-theme-lightborder); margin: 0; border-top: 1px solid var(--sttl-theme-lightborder); background: #2381cc; color: var(--sttl-theme-white); }
.misc-application-docs .col-md-4 { border-bottom: 1px solid var(--sttl-theme-lightborder); border-right: 1px solid var(--sttl-theme-lightborder); margin: 0; border-top: 1px solid var(--sttl-theme-lightborder); background: #2381cc; color: var(--sttl-theme-white); }
.misc-application-docs .table-bordered { border-left: 1px solid var(--sttl-theme-lightborder); border-top: 1px solid var(--sttl-theme-lightborder); border-right: 1px solid var(--sttl-theme-lightborder); }
.custom-tab .efiling-table-data { border: 1px solid var(--sttl-theme-lightborder); border-bottom: none; }
.misc-application-docs .form-group.form-group-title { padding: 10px 0; margin-bottom: 0; }
.misc-application .inputborder select { border: 1px solid var(--sttl-theme-lightborder); }
.misc-application .table-bordered.table thead th:last-child { border-right: none; }
.misc-application .table-bordered.table thead th { border-top: none; border-bottom: 1px solid var(--sttl-theme-lightborder); border-right: 1px solid var(--sttl-theme-lightborder); background: #2381cc; color: var(--sttl-theme-white); }
.misc-application .misc-application-docs table.table-bordered tbody td .form-control { border: 1px solid var(--sttl-theme-lightborder); }
.misc-application .misc-application-docs table.table-bordered tbody td:nth-child(1), .misc-application-docs .table tbody tr td:nth-child(1) { flex: 0 0 auto; width: 8.333%; }
.misc-application .misc-application-docs table.table-bordered tbody td:nth-child(2), .misc-application-docs .table tbody tr td:nth-child(2) { flex: 0 0 auto; width: 33.333%; }
.misc-application .misc-application-docs table.table-bordered tbody td:nth-child(3), .misc-application-docs .table tbody tr td:nth-child(3) { flex: 0 0 auto; width: 33.333%; }
.misc-application .misc-application-docs table.table-bordered tbody td:nth-child(5) { width: 4%; }
.custom-tab.efilling-edit .misc-application-docs table { margin-bottom: 0; padding: 0; }
div#loadingImgDiv { position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background-color: #00000094; z-index: 99; }
div#loadingImgDiv img { width: 20%; }
.forgotinner { max-width: 550px; float: none; margin: 0 auto; padding: 0; }
.inputborder .customeIndividual input[type="radio"] { width: 23px; }
.form-control-feedback.fa { display: block; }
.div-payment_type .form-group.form-group-radio div .iradio_flat-blue { width: 23px; margin-right: 5px; margin-top: -13px; }
div#login-column { background: var(--sttl-theme-white); padding: 20px 10px; margin-top: 0; border-radius: 10px; }
#main-representative_details .inputborder .customeIndividual input[type="radio"] { height: auto; }
#main-representative_details .customeIndividual .representative_details_0_represenative_registration_type label.control-label { line-height: 20px; }
.form6 .checklistefileradio .childradioefile .iradio_flat-blue { width: 22px; margin: 0; }
.form-group.form-group-radio.checklistefileradio div label.control-label.radio { line-height: 20px; padding-bottom: 0; }
table.efilecklisttbl { border: 1px solid var(--sttl-theme-lightborder); /*border-right: none;*/ border-bottom: none; }
.chklistngview { padding: 0; }
.rejoinder-upload-document .table tbody tr td:nth-child(4) { padding-left: 13px; }
.Basic-Details label.control-label { padding-bottom: 0; }
.Basic-Details .form-group.form-group-number, .Basic-Details .form-group.form-group-text, .Basic-Details .form-group.form-group-select, .Basic-Details .form-group.form-group-textarea, .Basic-Details .form-group.form-group-email { margin-bottom: 15px; }
#main-applicant_details #applicant_details tr td:last-child, .main-respondent_details tbody#respondent_details tr td:last-child, .main-representative_details tbody#representative_details tr td:last-child { display: none; }
.forgotpassword h2 b { color: #005a8f; }
.applicant_reply_filed_view .caseAccordion .accordion .Add-Applicant .accordion-body { padding: 0; }
.applicant_reply_filed_view .caseAccordion .accordion .Add-Respondent .accordion-body { padding: 0; }
.efiling_form_view .accordion .accordion-item #collapse4 .accordion-body table tbody td:last-child { border-right: 1px solid #e7e7f8; }
.efiling_form_view .accordion .accordion-item #collapse4 .accordion-body table tbody td { padding:0.5rem 0.5rem; }
.efiling_form_view .accordion .accordion-item #collapse4 .accordion-body table tbody td .field-required { padding-top: 0; }
/* .userprofile-data .form-group.form-group-text { margin-bottom: 15px; } */
.userprofile-data .form-group.form-group-text label { padding-bottom: 0; }
.sortmenu .nav.nav-tabs { justify-content: space-evenly; }
.custom-tab.efilling-edit.sortmenu .nav-item:after { right: -26%; }
.efiling_form_add .efilling-edit .form-group .help-block { line-height: 13px;font-size:12px; }
.form-feild input:focus { outline: none; box-shadow: none; border: 1px solid var(--sttl-theme-red); }
.inputborder .chosen-container-active.chosen-with-drop .chosen-single { outline: none; box-shadow: none; border: 1px solid var(--sttl-theme-red); }
.form3 .efilecklisttbl .form-group.form-group-radio { display: flex; }
.form3 .efilecklisttbl .form-group.form-group-radio div .iradio_flat-blue { width: 36px; }
#accordionExample .respondent-add-applicant .accordion-body, 
#accordionExample .respondent-add-representative .accordion-body, 
#accordionExample .respondent-add-respondent .accordion-body, 
#accordionExample .rejoinder-add-applicant .accordion-body, 
.efilling-edit .add-representative .accordion-body, 
.efilling-edit #eFillingForm7 #accordionExample .respondent-add-respondent .accordion-body, 
.efilling-edit #eFillingForm7 #accordionExample .respondent-add-applicant .accordion-body, 
.efilling-edit #eFillingForm7 #accordionExample .efilling-add-respondent .accordion-body, 
.efilling-edit #eFillingForm7 #accordionExample .efilling-add-representative .accordion-body, 
.efilling-edit #eFillingForm7 #accordionExample .efilling-add-applicant .accordion-body, 
#accordionExample .rejoinder-add-respondent .accordion-body { padding: 0; overflow: hidden; }
#accordionExample .rejoinder-check-list .accordion-body, #accordionExample .check-list .accordion-body { padding-bottom: 0; }
.form3 .efilecklisttbl .form-group .help-block { line-height: 1; }
.respondent-upload-document td div#div-res_documents2_details_0_res_uploaddocument2, .serving-notice .view-field { padding: 10px; }
.respondent-check-list .chklistngview, .rejoinder-check-list .chklistngview { padding: 0; margin-left: -8px; margin-right: -8px; margin-top: -16px; }
.rejoinder-basic-details .field-address_title label.control-label { padding-left: 0; padding-bottom: 0; }
#accordionExample .rejoinder-check-list .accordion-body, #accordionExample .check-list .accordion-body { padding-bottom: 0; padding-right: 4px; }
#accordionExample .rejoinder-check-list td:last-child, .respondent-check-list .chklistngview td:last-child { border-right: none; }
.efilling-payment-details .form-group.form-group-file.field-upload_receipt { padding-bottom: 15px; }
.serving-notice { border: 1px solid var(--sttl-theme-lightborder); border-bottom: none; padding: 0; border-radius: 5px; }

.serving-notice .form-group label { width: 370px; border-right: 1px solid var(--sttl-theme-lightborder); padding-top: 10px; background: #d9d9d9; padding-left: 10px;padding-bottom:10px; }
.serving-notice .form-group { display: flex; border-bottom: 1px solid var(--sttl-theme-lightborder); }
.noticeTitle h2 { color: var(--sttl-theme-blue); }
.rejoinder-basic-details label.control-label { padding-bottom: 0; }
.rejoinder-basic-details .form-group { padding-bottom: 15px; }
.acdroplist .form-group.form-group-radio div { display: block; }
.check-list .chklistngview { margin-left: -8px; margin-top: -16px; }
.form-feild .VacancyLogin-input input { height: 43px; }
.rejoinder-add-applicant img.uploaded-image-file, .respondent-add-applicant img.uploaded-image-file { width: 18px; }
.efilling-edit .accordion-item .rejoinder-upload-document .control-label { padding-top: 10px; }
img.uploaded-image-file { width: 18px; }
.efilecklisttbl td { vertical-align: top; }
.upload-document .field-res_uploaddocument3, .upload-document .field-res_uploaddocument4, .upload-document .field-res_uploaddocument5 { padding-top: 10px; }
.caseAccordion .efilling-add-respondent tbody#respondent_details tr td { border-bottom: 1px solid var(--sttl-theme-lightborder); }
.custom-tab.sortmenu .nav.nav-tabs { display: block; width: 100%; margin: 0 auto; text-align: center; }
.custom-tab.sortmenu .nav-tabs > li { float: none; text-align: center; margin: 0 10px auto; display: inline-block; }
.custom-tab.sortmenu .nav.nav-tabs .nav-link { padding: 8px; }
.custom-tab.sortmenu .nav.nav-tabs .nav-link { margin: 0 10px; }
.custom-tab.efilling-edit.sortmenu .nav-item:after { right: -13px; }
.respondent-basic-details label.control-label { padding-bottom: 0;height:auto; }
.respondent-basic-details .form-group { margin-bottom: 15px; }
.caseAccordion .respondent-add-respondent tbody#respondent_details tr td { border-bottom: 1px solid var(--sttl-theme-lightborder) }
.userprofile-data .allbtn button { padding: 10px 15px; }
.recently-property .latestnews .swiper-slide, .recently-property .latestnews  .swiper-slide { height: auto; }
#accordionExample .respondent-check-list .accordion-body { padding-right: 4px; padding-bottom: 0; }
.main-res_representative_details .col-md-12 .field-res_representative_details_1_res_vakalatnama_authorization_letter { position: relative; }
.main-res_representative_details .col-md-12 .field-res_representative_details_1_res_vakalatnama_authorization_letter .uploaded-image-file { position: absolute; right: 0; bottom: -10px; }
.efiling_form_edit .main-applicant_details .table tbody tr td, .efiling_form_edit .main-respondent_details .table tbody tr td { border-top: 1px solid var(--sttl-theme-lightborder); }
.efiling_form_edit .main-applicant_details .table tbody tr td:first-child, .efiling_form_edit .main-respondent_details .table tbody tr td:first-child { border-left: 1px solid var(--sttl-theme-lightborder); }
.users_edit .userprofile-data img.uploaded-image-file { position: absolute; right: 0; bottom: 0; }
div#div-uploaddocument4 .field-uploaddocument4 table tbody tr td { padding: 0; border: none; }
#div-uploaddocument4size .field-uploaddocument4size table tbody tr td { padding: 0; border: none; }
.upcoming-hearing-date .table-condensed { background: #fff; box-shadow: 0 0 20px 0px rgb(0 0 0 / 20%); }
.adviewall { margin-bottom: 1rem; }
.adviewall a { background: var(--sttl-theme-blue); padding: 15px; height: 50px; color: var(--sttl-theme-white); transition: all 0.4s; border-radius: 0.375rem; text-decoration: none; }
.adviewall a:hover { background: var(--sttl-theme-black); }
.heading-styleh4 { font-size: 20px; font-weight: 600; color: #171717; margin-bottom: 15px; }


/*Upload-Document design E-Filling - Upload Document*/
div#main-documents1_details,
.applicant-upload-documents div#div-uploaddocument5 .form-group, 
.applicant-upload-documents #div-uploaddocument4size .form-group, 
.applicant-upload-documents #div-uploaddocument4 .form-group, 
.applicant-upload-documents .col-md-1#div-uploaddocument5size .field-uploaddocument5size,
.applicant-upload-documents .form-group.field-uploaddocument2,
.applicant-upload-documents .form-group.field-uploaddocument2size,
.applicant-upload-documents div#div-uploaddocument2, 
.applicant-upload-documents div#div-uploaddocument2size,
.applicant-upload-documents .inputborder label { padding: 0; }
.applicant-upload-documents { border-radius: 8px; overflow: hidden; }
.applicant-upload-documents div#div-title1, 
.applicant-upload-documents div#div-title2, 
.applicant-upload-documents div#div-title3, 
.applicant-upload-documents div#div-title4, 
.applicant-upload-documents div#div-title5{ border-left: 1px solid #348ed7; border-bottom: 1px solid #348ed7; }
.applicant-upload-documents button.btn.btn-danger { background: #e95c58;border:1px solid #e95c58; }
.applicant-upload-documents .form-group.form-group-file .help-block { bottom: -50px; }
.applicant-upload-documents .main-documents1_details table { border-bottom: none; }
.applicant-upload-documents #div-uploaddocument2 table tr td,
.applicant-upload-documents #div-uploaddocument2size table tr td { border: none; }
.applicant-upload-documents div#div-title0,
.applicant-upload-documents div#div-title1, 
.applicant-upload-documents div#div-title2, 
.applicant-upload-documents div#div-title3, 
.applicant-upload-documents div#div-title4, 
.applicant-upload-documents div#div-title5{ background: #2381cc; color: var(--sttl-theme-white); }
.applicant-upload-documents .col-md-2, 
.applicant-upload-documents .col-md-4, 
.applicant-upload-documents .col-md-3, 
.applicant-upload-documents .col-md-1 { border-left: 1px solid var(--sttl-theme-lightborder); border-bottom: 1px solid var(--sttl-theme-lightborder); padding: 0; }
.applicant-upload-documents .col-md-1#div-documentform1size { border-right: 1px solid var(--sttl-theme-lightborder); }
.applicant-upload-documents .col-md-3 { position: relative; }
.applicant-upload-documents .col-md-3 img.uploadeddocs { position: absolute; right: 15px; top: 8px; }
.applicant-upload-documents img { position: absolute; right: 15px; top: 20px; }
.applicant-upload-documents .col-md-3 .doc_affidavit_applicant img.uploadeddocs{ position: relative;top:0 }
.applicant-upload-documents table tbody td { padding: 0; }
.applicant-upload-documents table tbody td:nth-child(1) { width: 8.3333%; }
.applicant-upload-documents table tbody td:nth-child(2) { width: 16.66666667%; }
.applicant-upload-documents table tbody td:nth-child(3) { width: 25%; }
.applicant-upload-documents table tbody td:nth-child(4) { width: 16.66666667%; }
.applicant-upload-documents table tbody td:nth-child(5) { min-width: 40px; width: 25%; padding: 0; }
.applicant-upload-documents table tbody td:nth-child(6) { min-width: 40px; max-width: 4.33333333%; }
.applicant-upload-documents table tbody td:nth-child(7) { min-width: 40px; max-width: 4.33333333%;padding:0.5rem; }
.applicant-upload-documents table tbody td:last-child { border-right: 1px solid var(--sttl-theme-lightborder); }
.applicant-upload-documents .size-format,
.applicant-upload-documents .allowed-format { display: none; }
.applicant-upload-documents #documentform1file_err { bottom: -30px; }
.applicant-upload-documents .form-group { padding: 0.5rem; margin: 0;min-height:40px }
.applicant-upload-documents #main-documents1_details h5 { display: inherit; margin: 0; margin-bottom: -26px; }
.applicant-upload-documents .form-group-file.inputborder .input-group { width: 100%; position: relative; margin-bottom:26px; }
.applicant-upload-documents .form-group-file { padding-right: 50px; }
.applicant-upload-documents table tbody td:nth-child(5) .form-group-file { padding-right: 50px; }
.applicant-upload-documents .main-documents1_details { position: relative; margin-top: 12px; }
.applicant-upload-documents .doc_affidavit_applicant { border-top: 1px solid var(--sttl-theme-lightborder); text-align: right;padding: 10px 0; display: flex; justify-content: space-between; }
.applicant-upload-documents .size_affidavit_applicant { border-top: 1px solid var(--sttl-theme-lightborder);padding: 0.6rem 0.5rem; }
.applicant-upload-documents .doc_affidavit_applicant span { padding-left: 10px;text-align:left; }
.applicant-upload-documents div#div-title0, .applicant-upload-documents .col-md-1#div-srno1 { border-right: none; }
.applicant-upload-documents .col-md-1#div-uploaddocument2size, 
.applicant-upload-documents .col-md-1#div-uploaddocument3size, 
.applicant-upload-documents .col-md-1#div-uploaddocument5size, 
.applicant-upload-documents .col-md-1#div-uploaddocument4size { border-right: 1px solid #e8e8f7; }
.efilling-edit .applicant-upload-documents .form-group.form-group-file .help-block, 
.efilling-add .applicant-upload-documents .form-group.form-group-file .help-block { bottom: -30px; }

/*Efiling Preview*/
.applicant-preview-documents .col-md-3#div-uploaddocument5,
.applicant-preview-documents .col-md-1#div-uploaddocument5size,
.applicant-preview-documents .form-group.form-group-title,
.applicant-preview-documents .col-md-1#div-uploaddocument4size,
.applicant-preview-documents .col-md-3#div-uploaddocument4,
.applicant-preview-documents .col-md-1#div-uploaddocument2size,
.applicant-preview-documents .col-md-3#div-uploaddocument2,
.applicant-preview-documents .form-group.form-group-title label { padding:0; }
.applicant-preview-documents table tbody td:nth-child(1) { width: 8.33333333%; }
.applicant-preview-documents table tbody td:nth-child(2) { width: 16.66666667%; }
.applicant-preview-documents table tbody td:nth-child(3) { width: 41.666%; }
.applicant-preview-documents table tbody td:nth-child(4) { width: 16.66666667%; }
.applicant-preview-documents table tbody td:nth-child(5) { width: 25%; }
.applicant-preview-documents .accordion-body table { border-bottom: none; }
.applicant-preview-documents .col-md-3#div-uploaddocument3{ padding: 0.5rem 0.5rem; }
.applicant-preview-documents .col-md-3#div-documentform1{ border-right: 1px solid var(--sttl-theme-lightborder);padding: 0.5rem 0.5rem;  }
.applicant-preview-documents .col-md-3#div-uploaddocument3a{ padding: 0.5rem 0.5rem;  }
.applicant-preview-documents .col-md-3#div-document_perticulars3a,
.applicant-preview-documents .col-md-3#div-document_perticularsform1,
.applicant-preview-documents .col-md-3#div-document_perticulars2,
.applicant-preview-documents .col-md-3#div-document_perticulars3,
.applicant-preview-documents .col-md-3#div-document_perticulars4,
.applicant-preview-documents .col-md-3#div-document_perticulars5  { width: 41.666%; border-right: 1px solid var(--sttl-theme-lightborder);border-bottom: 1px solid var(--sttl-theme-lightborder);padding:0.5rem 0.5rem; }
.applicant-preview-documents .col-md-2 { border-right: 1px solid var(--sttl-theme-lightborder); border-bottom: 1px solid var(--sttl-theme-lightborder); padding: 0.5rem 0.5rem; }
.applicant-preview-documents .col-md-3#div-title2{ flex: 0 0 auto; width: 41.666%;border-bottom: 1px solid var(--sttl-theme-lightborder); border-right: 1px solid var(--sttl-theme-lightborder); padding: 0.5rem 0.5rem; }
.applicant-preview-documents .col-md-3#div-title4 { flex: 0 0 auto; width: 25%;border-bottom: 1px solid var(--sttl-theme-lightborder); border-right: 1px solid var(--sttl-theme-lightborder); padding: 0.5rem 0.5rem; }
.applicant-preview-documents .col-md-1 { border-bottom: 1px solid var(--sttl-theme-lightborder); border-right: 1px solid var(--sttl-theme-lightborder); padding: 0.5rem 0.5rem; }
.applicant-preview-documents .col-md-3#div-uploaddocument3a,
.applicant-preview-documents .col-md-1#div-uploaddocument2size,
.applicant-preview-documents .col-md-3#div-uploaddocument2,
.applicant-preview-documents .col-md-3#div-uploaddocument3,
.applicant-preview-documents .col-md-3#div-uploaddocument4,
.applicant-preview-documents .col-md-3#div-uploaddocument5{  border-bottom: 1px solid var(--sttl-theme-lightborder); border-right: 1px solid var(--sttl-theme-lightborder); }
.applicant-preview-documents table { padding-left: 0; padding-right: 0; }
.applicant-preview-documents .col-md-1#div-uploaddocument5size,
.applicant-preview-documents .col-md-3#div-uploaddocument5,
.applicant-preview-documents .col-md-2#div-formats_for_download5,
.applicant-preview-documents .col-md-3#div-document_perticulars5,
.applicant-preview-documents .col-md-2#div-document_no5,
.applicant-preview-documents .col-md-1#div-srno5,
.applicant-preview-documents .col-md-1#div-srno1,
.applicant-preview-documents .col-md-2#div-formats_for_download, 
.applicant-preview-documents .col-md-1#div-documentform1size, 
.applicant-preview-documents .col-md-3#div-documentform1, 
.applicant-preview-documents .col-md-3#div-document_perticularsform1, 
.applicant-preview-documents .col-md-2#div-document_noform1 { border-bottom: none; }
.applicant-preview-documents .col-md-2#div-formats_for_download3a,
.applicant-preview-documents div#div-title3, 
.applicant-preview-documents .col-md-2#div-formats_for_download, 
.applicant-preview-documents table tbody td:nth-child(4), 
.applicant-preview-documents div#div-formats_for_download2, 
.applicant-preview-documents div#div-formats_for_download3, 
.applicant-preview-documents div#div-formats_for_download4, 
.applicant-preview-documents div#div-formats_for_download5 { display: none; }
.applicant-preview-documents .fw-bolder { font-weight: normal !important; }
.applicant-preview-documents div#div-title0 .fw-bolder, 
.applicant-preview-documents div#div-title1 .fw-bolder, 
.applicant-preview-documents div#div-title2 .fw-bolder, 
.applicant-preview-documents div#div-title3 .fw-bolder, 
.applicant-preview-documents div#div-title4 .fw-bolder, 
.applicant-preview-documents div#div-title5 .fw-bolder { font-weight: 700 !important; }
.applicant-preview-documents .doc_affidavit_applicant{ border-top: 1px solid var(--sttl-theme-lightborder);display: flex; justify-content: space-between; padding: 0.5rem 0.5rem;}
.applicant-preview-documents .doc_affidavit_applicant:first-child,
.applicant-preview-documents .form-group.field-uploaddocument2:first-child{ border-top:none; }
.applicant-preview-documents .form-group.field-uploaddocument2,
.applicant-preview-documents .size_affidavit_applicant { border-top: 1px solid var(--sttl-theme-lightborder); }
.applicant-preview-documents .doc_affidavit_applicant span { text-align:left; }
.applicant-preview-documents .col-md-3 .field-uploaddocument4 img.uploadeddocs {    position: relative;top: 0; }
.applicant-preview-documents div#div-uploaddocument4 .field-uploaddocument4 table tbody tr td { padding: 0.5rem 0.5rem;border-top: 1px solid var(--sttl-theme-lightborder);}
.applicant-preview-documents table tbody td{ border-bottom:1px solid var(--sttl-theme-lightborder); }
.applicant-preview-documents .size_affidavit_applicant,
.applicant-preview-documents .field-uploaddocument5 .doc_affidavit_applicant,
.applicant-preview-documents .field-uploaddocument2size .size_affidavit_applicant { padding: 0.5rem; }
.applicant-preview-documents .field-uploaddocument2size .size_affidavit_applicant:first-child{ border-top: none;}

/*dashboard*/
.efiling_form_add .custom-tab.efilling-edit .applicant-upload-documents table tr:nth-child(odd) { background: #fff }
.efiling_form_add .custom-tab.efilling-edit .applicant-upload-documents table tr:nth-child(even) { background: #f2f2f2; }
.dashboard_index .dash-table { border-radius: 8px; overflow: hidden; }
.dashboard_index .dash-table table tr:nth-child(odd) { background: #fff }
.dashboard_index .dash-table table tr:nth-child(even) { background: #f2f2f2; }
.dashboard_index .dash-table .table-responsive th, .dashboard_index .dash-table .table-responsive td { vertical-align: top; line-height: 18px; word-break: break-all }
.dashboard_index .dash-table .table tbody tr td { border: none; border-right: 1px solid var(--sttl-theme-lightborder); }
.dashboard_index .dash-table .table tbody tr td:first-child { border-left: 1px solid var(--sttl-theme-lightborder); text-align:center; }
.mainheader { display: flex; align-items: center; grid-gap: 15px; }
.overallTop.dsbordtab.deshbtn ul li button, 
.overallTop.dsbordtab.deshbtn ul li button.active, 
.overallTop.dsbordtab.deshbtn ul li button:hover { padding: 12px 15px; }
.customtopbtn .adminInnerContent { padding: 20px 0px 0; }
.dashboard_index .dash-table .table-responsive td { border: none; border-left: 1px solid var(--sttl-theme-lightborder); }
.dashboard_index .dash-table .table tbody tr td a, .dashboard_index .dash-table .table-responsive td a{ text-decoration:none; color: var(--sttl-theme-blue); }
.efiling_form_edit .efilling-edit .Upload-Document .form-group.field-title1{ padding-top:0; }
.dshbrd .apexcharts-menu{ min-width:120px; }
.mpabdeshbord .datefrom { grid-gap: 15px; }
.datefrom.cat-chart-style { margin-right: 40px; }
.dshbrd .ctgriCases .apexcharts-toolbar { right: 0 !important; max-width: 30px; }
.custom-tab .nav-tabs .nav-item.completed.active { background: var(--sttl-theme-red); color: var(--sttl-theme-white); border-radius: 100px; }
.custom-tab .nav-tabs .nav-item.completed.completed.active .nav-link { color: var(--sttl-theme-white); }
.mycases-listing-tab ul li a { line-height: 1em; border: none; transition: all 0.4s; border-radius: 100px; text-decoration: none; background: var(--sttl-theme-white); color: var(--sttl-theme-gray); display: inline-block; font-size: 16px; padding: 12px 15px; }
.mycases-listing-tab ul li a:hover { background: var(--sttl-theme-black); color: var(--sttl-theme-white);  }
.mycases-listing-tab ul li a.active { background: var(--sttl-theme-red); color: var(--sttl-theme-white); }
.final-preview-note p { color: #f00; font-weight: 600; }
.final-preview-note p span { color: #f00; font-size: 16px; }
.clickbtntbl .btn.btn-outline-warning { border: 1px solid var(--sttl-theme-red); background: var(--sttl-theme-red); color: #fff; transition: all 0.4s; }
.clickbtntbl .btn.btn-outline-warning:hover { background: #000; border: 1px solid #000; }
.efiling_form_edit .main-applicant_details .table tbody tr td { width: 33.333%; }
.table-bordered > :not(caption) > * > * { border-width: 0px; }
table{ border: 1px solid var(--sttl-theme-lightborder);border-right: none }
th, td, .tableData th, .tableData td {  padding: 12px 10px; border-bottom: 1px solid var(--sttl-theme-lightborder); text-align: left; }
.table th, .table td { border-bottom: 1px solid var(--sttl-theme-lightborder); }
.adminInnerContent table tr td, .adminInnerContent table tr th { border-right: 1px solid var(--sttl-theme-lightborder); }
.adminInnerContent table.efilecklisttbl tr td:last-child {  border-right: none; }
.adminInnerContent .efilling-additional-applicants table tr td { border-bottom: 1px solid var(--sttl-theme-lightborder); }
.adminInnerContent .main-representative_details tbody#representative_details tr td { width: 33.333%; }
.adminInnerContent .main-respondent_details tbody#respondent_details tr td,
.adminInnerContent .multijson-applicant_details tbody#applicant_details tr td ,
.adminInnerContent .main-applicant_details tbody#applicant_details tr td { width: 33.333%; }
.efilling-respondents .table-responsive, 
.efilling-payment-details .table-responsive, 
.efilling-representatives .table-responsive, 
.efilling-additional-applicants .table-responsive { padding: 0; }
.list-panel select#limit { float: right; }

/*respondent-reply-filed upload  documents start*/
.res-documents-table #div-uploaddocument4size .form-group, 
.res-documents-table #div-uploaddocument4 .form-group, 
.res-documents-table div#div-uploaddocument5 .form-group,
.res-documents-table .col-md-1#div-uploaddocument5size .field-uploaddocument5size,
.res-documents-table .col-md-3#div-res_uploaddocument6, 
.res-documents-table .col-md-1#div-res_uploaddocument5size,
.res-documents-table .col-md-3#div-res_uploaddocument5 .form-group-title,
.res-documents-table .col-md-3#div-res_uploaddocument6 .form-group-title,
.res-documents-table .col-md-1#div-res_uploaddocument5size .form-group,
.res-documents-table .col-md-1#div-res_uploaddocument6size .form-group,
.res-documents-table .inputborder label { padding: 0; }
.res-documents-table table tbody td:nth-child(1) { flex: 0 0 auto;width: 8.33333333%; }
.res-documents-table table tbody td:nth-child(2) { flex: 0 0 auto;width: 16.66666667%; }
.res-documents-table table tbody td:nth-child(3) { flex: 0 0 auto;width: 25%; }
.res-documents-table table tbody td:nth-child(4) { flex: 0 0 auto;width: 16.66666667%; }
.res-documents-table table tbody td:nth-child(5) { flex: 0 0 auto; width: 25%; }
.res-documents-table table tbody td:nth-child(6) { min-width: 40px; max-width: 40px;  }
.res-documents-table table tbody td:nth-child(7){ min-width: 40px; max-width: 40px; }
.res-documents-table .col-md-1#div-title0,
.res-documents-table .col-md-2#div-title1,
.res-documents-table .col-md-3#div-title2,
.res-documents-table .col-md-2#div-title3,
.res-documents-table .col-md-3#div-title4,
.res-documents-table .col-md-1#div-title5{ border-left: 1px solid #348ed7; }
.res-documents-table div#div-title0, 
.res-documents-table div#div-title1, 
.res-documents-table div#div-title2, 
.res-documents-table div#div-title3, 
.res-documents-table div#div-title4, 
.res-documents-table div#div-title5, 
.res-documents-table div#div-title1, 
.res-documents-table div#div-title3, 
.res-documents-table div#div-title4, 
.res-documents-table div#div-title5 { background: #2381cc; color: var(--sttl-theme-white); }
.res-documents-table .col-md-2, 
.res-documents-table .col-md-4, 
.res-documents-table .col-md-3, 
.res-documents-table .col-md-1 { border-left: 1px solid var(--sttl-theme-lightborder); border-bottom: 1px solid var(--sttl-theme-lightborder); padding: 0; }
.res-documents-table .col-md-1#div-res_uploaddocument3size,
.res-documents-table .col-md-1#div-res_uploaddocument4size{ border-right: 1px solid var(--sttl-theme-lightborder); }
.res-documents-table .form-group { padding: 0.5rem; margin: 0; }
.res-documents-table #main-documents1_details h5 { display: inherit; margin: 0; margin-bottom: -26px; text-align: center; }
.res-documents-table .form-group-file.inputborder .input-group { width: 100%; position: relative; }
.res-documents-table .col-md-3 img.uploadeddocs { position: absolute; right: 0px; top: 8px; }
.res-documents-table #main-res_documents2_details table.table-bordered tbody td{ padding:0;border-bottom:none; }
.res-documents-table #main-res_documents2_details table.table-bordered tbody td:last-child { padding: 0.5rem; }
.res-documents-table .form-group-file { padding-right: 40px;margin-bottom:26px; }
.res-documents-table .form-group-file.inputborder .uploaded-image-file { position: absolute; right: 0.5rem; top: 20px; }
.res-documents-table .col-md-3 .doc_affidavit_applicant img.uploadeddocs{ position: relative;top:0 }
.res-documents-table .size-format { margin-bottom: 10px; }
.res-documents-table .allowed-format { display: none; }
.res-documents-table #documentform1file_err { bottom: -30px; }
.res-documents-table .main-documents1_details { position: relative; margin-top: 12px; }
.res-documents-table .doc_affidavit_applicant { border-top: 1px solid var(--sttl-theme-lightborder); text-align: right;padding: 0.5rem; display: flex; justify-content: space-between; }
.res-documents-table .form-group.field-uploaddocument2,
.res-documents-table .form-group.field-uploaddocument2size{ padding:0; }
.res-documents-table .size_affidavit_applicant { border-right: 1px solid var(--sttl-theme-lightborder);border-top: 1px solid var(--sttl-theme-lightborder); padding: 0.5rem;}
.res-documents-table .doc_affidavit_applicant span { text-align:left; }
.efilling-edit .res-documents-table .form-group.form-group-file .help-block, 
.efilling-add .res-documents-table .form-group.form-group-file .help-block { bottom: -30px; }
.res-documents-table .inputborder label.control-label { height: auto; }
.res-documents-table .size-format { display: none; }
/*respondent-reply-filed upload documents end*/

/*respondent-reply-filed/reply-filed/ Preview*/
.res-preview-documents .col-md-3#div-res_uploaddocument5,
.res-preview-documents .col-md-3#div-res_uploaddocument6,
.res-preview-documents .col-md-1#div-res_uploaddocument5size,
.res-preview-documents .form-group.form-group-title,
.res-preview-documents div#div-res_uploaddocument6,
.res-preview-documents .col-md-1#div-res_uploaddocument6size,
.res-preview-documents .form-group.form-group-title label,
.res-preview-documents .accordion-body table { padding:0; }
div#accordionExample .res-preview-documents .accordion-body{ padding-bottom:0; }
.res-preview-documents .accordion-body { padding: 0 10px; }
.res-preview-documents table tbody td:nth-child(1) { width: 8.33333333%; }
.res-preview-documents table tbody td:nth-child(2) { width: 16.66666667%; }
.res-preview-documents table tbody td:nth-child(3) { width: 41.666%; }
.res-preview-documents table tbody td:nth-child(4) { width: 16.66666667%; }
.res-preview-documents table tbody td:nth-child(5) { width: 25%; }
.res-preview-documents .col-md-2 { border-right: 1px solid var(--sttl-theme-lightborder); border-bottom: 1px solid var(--sttl-theme-lightborder); padding: 0.5rem 0.5rem; }
.res-preview-documents .col-md-3#div-res_uploaddocument3,
.res-preview-documents .col-md-3#div-res_uploaddocument4,
.res-preview-documents .col-md-3#div-res_uploaddocument5,
.res-preview-documents .col-md-3#div-res_uploaddocument6{ padding: 0.5rem 0.5rem;border-bottom: 1px solid var(--sttl-theme-lightborder); border-right: 1px solid var(--sttl-theme-lightborder); }
.res-preview-documents .col-md-1 .size_affidavit_applicant,
.res-preview-documents .col-md-1 .size_affidavit_applicant{  padding: 0.5rem 0.5rem; border-bottom: 1px solid var(--sttl-theme-lightborder);}
.res-preview-documents .col-md-1 .size_affidavit_applicant:last-child { border-bottom: none; }
.res-preview-documents .col-md-3#div-title2,
.res-preview-documents .col-md-3#div-res_document_perticulars3,
.res-preview-documents .col-md-3#div-res_document_perticulars4,
.res-preview-documents .col-md-3#div-res_document_perticulars5,
.res-preview-documents .col-md-3#div-res_document_perticulars6,
.res-preview-documents .col-md-3#div-res_document_perticularsform1{ flex: 0 0 auto; width: 41.666%;border-bottom: 1px solid var(--sttl-theme-lightborder); border-right: 1px solid var(--sttl-theme-lightborder); padding: 0.5rem 0.5rem; }
.res-preview-documents .col-md-3#div-title4 { flex: 0 0 auto; width: 25%; border-bottom: 1px solid var(--sttl-theme-lightborder); border-right: 1px solid var(--sttl-theme-lightborder); padding: 0.5rem 0.5rem; }
.res-preview-documents .col-md-4 { border-bottom: 1px solid var(--sttl-theme-lightborder); border-right: 1px solid var(--sttl-theme-lightborder); flex: 0 0 auto; width: 58.3%; padding: 0.5rem 0.5rem; }
.res-preview-documents .col-md-1, .res-preview-documents .col-md-3#div-res_uploaddocument1 { border-bottom: 1px solid var(--sttl-theme-lightborder); border-right: 1px solid var(--sttl-theme-lightborder); padding: 0.5rem 0.5rem; }
.res-preview-documents table { padding-left: 0; padding-right: 0; }
.res-preview-documents div#div-title3, 
.res-preview-documents .col-md-2#div-formats_for_download, 
.res-preview-documents table tbody td:nth-child(4), 
.res-preview-documents div#div-res_document_formats_for_download3, 
.res-preview-documents div#div-res_document_formats_for_download4, 
.res-preview-documents div#div-res_document_formats_for_download5, 
.res-preview-documents div#div-res_document_formats_for_download6,
.res-preview-documents .col-md-2#div-res_formats_for_download { display: none; }
.res-preview-documents .fw-bolder { font-weight: normal !important; }
.res-preview-documents div#div-title0 .fw-bolder, 
.res-preview-documents div#div-title1 .fw-bolder, 
.res-preview-documents div#div-title2 .fw-bolder, 
.res-preview-documents div#div-title3 .fw-bolder, 
.res-preview-documents div#div-title4 .fw-bolder, 
.res-preview-documents div#div-title5 .fw-bolder { font-weight: 700 !important; }
.res-preview-documents .doc_affidavit_applicant { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #e8e8f7; padding: 0.5rem 0.5rem; }
.res-preview-documents table#multijson-res_documents2_details{ border:none; }
.res-preview-documents table#multijson-res_documents2_details,
.res-preview-documents .col-md-1#div-res_uploaddocument4size,
.res-preview-documents .col-md-1#div-title5,
.res-preview-documents .col-md-1#div-res_uploaddocument3size, 
.res-preview-documents .col-md-1#div-res_uploaddocument5size, 
.res-preview-documents .col-md-1#div-res_uploaddocument6size { border-right: none; }
.res-preview-documents .col-md-1#div-res_documentform1size{ border-right:none; }
.res-preview-documents.upload-documents #div-res_uploaddocument5 .doc_affidavit_applicant { padding: 0; border-top: none; }
.res-preview-documents.respondent-upload-documents #div-res_uploaddocument5{ padding:0; }
/* respondent-reply-filed/reply-filed/ Preview end*/

/*Filing of Rejoinder - Upload Documents start*/
.globalDelete img { position: absolute; right: 12px; top: 52px;height:25px; }
.rejoinder-documents-table .globalDelete img { right: 6px; }
.rejoinder-documents-table .form-group-file.inputborder .input-group{ margin-bottom:26px }
.rejoinder-documents-table .form-group-file.inputborder input{ line-height:32px; }
.rejoinder-documents-table .col-md-1#div-uploaddocument5size .field-uploaddocument5size,
.rejoinder-documents-table .main-applicant_rejoinder_documents7_details,
.rejoinder-documents-table .form-group.field-uploaddocument2,
.rejoinder-documents-table .form-group.field-uploaddocument2size,
.rejoinder-documents-table #div-uploaddocument4size .form-group, 
.rejoinder-documents-table #div-uploaddocument4 .form-group, 
.rejoinder-documents-table div#div-uploaddocument5 .form-group,
.rejoinder-documents-table .col-md-3#div-res_uploaddocument6, 
.rejoinder-documents-table .col-md-1#div-res_uploaddocument5size,
.rejoinder-documents-table .col-md-3#div-res_uploaddocument5 .form-group-title,
.rejoinder-documents-table .col-md-3#div-res_uploaddocument6 .form-group-title,
.rejoinder-documents-table .col-md-1#div-res_uploaddocument5size .form-group,
.rejoinder-documents-table .col-md-1#div-res_uploaddocument6size .form-group,  
.rejoinder-documents-table .inputborder label{ padding: 0; }
.rejoinder-documents-table table { border: 1px solid var(--sttl-theme-lightborder); border-top: 0; padding-left: 0; padding-right: 0; }
.rejoinder-documents-table table tbody td{ border-top: 1px solid var(--sttl-theme-lightborder);border-bottom:none; }
.rejoinder-documents-table table tbody td:nth-child(1) { flex: 0 0 auto;width: 8.33333333%; }
.rejoinder-documents-table table tbody td:nth-child(2) { flex: 0 0 auto;width: 16.66666667%; }
.rejoinder-documents-table table tbody td:nth-child(3) { flex: 0 0 auto;width: 25%; }
.rejoinder-documents-table table tbody td:nth-child(4) { flex: 0 0 auto;width: 16.66666667%; }
.rejoinder-documents-table table tbody td:nth-child(5) { flex: 0 0 auto; width: 25%; }
.rejoinder-documents-table table tbody td:nth-child(6) { min-width: 40px; max-width: 40px;  }
.rejoinder-documents-table table tbody td:nth-child(7){ min-width: 40px; max-width: 40px; }
.rejoinder-documents-table div#div-title_srno, 
.rejoinder-documents-table div#div-title1, 
.rejoinder-documents-table div#div-title2, 
.rejoinder-documents-table div#div-title3, 
.rejoinder-documents-table div#div-title4, 
.rejoinder-documents-table div#div-title5, 
.rejoinder-documents-table div#div-title1, 
.rejoinder-documents-table div#div-title3, 
.rejoinder-documents-table div#div-title4, 
.rejoinder-documents-table div#div-title5 { background: #2381cc; color: var(--sttl-theme-white); }
.rejoinder-documents-table .col-md-1#div-applicant_rejoinder_uploaddocument3size{ border-right:1px solid var(--sttl-theme-lightborder); }
.rejoinder-documents-table .col-md-1#div-title_srno,
.rejoinder-documents-table .col-md-2#div-title1,
.rejoinder-documents-table .col-md-3#div-title2,
.rejoinder-documents-table .col-md-2#div-title3,
.rejoinder-documents-table .col-md-3#div-title4,
.rejoinder-documents-table .col-md-1#div-title5{ border-left: 1px solid #348ed7; }
.rejoinder-documents-table .col-md-2, 
.rejoinder-documents-table .col-md-4, 
.rejoinder-documents-table .col-md-3, 
.rejoinder-documents-table .col-md-1 { border-left: 1px solid var(--sttl-theme-lightborder); border-bottom: 1px solid var(--sttl-theme-lightborder); padding: 0; }
.rejoinder-documents-table .col-md-1#div-res_uploaddocument3size,
.rejoinder-documents-table .col-md-1#div-res_uploaddocument4size{ border-right: 1px solid var(--sttl-theme-lightborder); }
.rejoinder-documents-table .form-group { padding: 0.5rem; margin: 0; }
.rejoinder-documents-table #main-documents1_details h5 { display: inherit; margin: 0; margin-bottom: -26px; text-align: center; }
.rejoinder-documents-table .form-group-file.inputborder .input-group { width: 100%; position: relative; }
.rejoinder-documents-table .col-md-3 img.uploadeddocs { position: absolute; right: 0px; top: 8px; }
.rejoinder-documents-table #main-res_documents2_details table.table-bordered tbody td{ padding:0; }
.rejoinder-documents-table #main-res_documents2_details table.table-bordered tbody td:last-child { padding: 0.5rem; }
.rejoinder-documents-table .form-group-file { padding-right: 40px; }
.rejoinder-documents-table .form-group-file.inputborder .uploaded-image-file { position: absolute; right: 0.5rem; top: 20px; }
.rejoinder-documents-table .col-md-3 .doc_affidavit_applicant img.uploadeddocs{ position: relative;top:0 }
.rejoinder-documents-table .size-format, 
.rejoinder-documents-table .allowed-format { display: none; }
.rejoinder-documents-table #documentform1file_err { bottom: -30px; }
.rejoinder-documents-table .main-documents1_details { position: relative; margin-top: 12px; }
.rejoinder-documents-table .doc_affidavit_applicant { border-top: 1px solid var(--sttl-theme-lightborder); text-align: right;padding: 0.5rem; display: flex; justify-content: space-between; }
.rejoinder-documents-table .size_affidavit_applicant { border-right: 1px solid var(--sttl-theme-lightborder);border-top: 1px solid var(--sttl-theme-lightborder); padding: 0.5rem;}
.rejoinder-documents-table .doc_affidavit_applicant span { text-align:left; }
.efilling-edit .rejoinder-documents-table .form-group.form-group-file .help-block, 
.efilling-add .rejoinder-documents-table .form-group.form-group-file .help-block { bottom: -30px; }
div#div-order_number{ border-left: 1px solid #e8e8f7;  border-right: 1px solid #e8e8f7;border-bottom: 1px solid #e8e8f7; }
div#div-date_of_mpab_order{  border-left: 1px solid #e8e8f7;border-bottom: 1px solid #e8e8f7; }
/*Filing of Rejoinder - Upload Documents end*/

/*Filing of Rejoinder -rejoinder-upload-preview start*/
.rejoinder-upload-preview .col-md-3#div-res_uploaddocument5,
.rejoinder-upload-preview .col-md-3#div-res_uploaddocument6,
.rejoinder-upload-preview .col-md-1#div-res_uploaddocument5size,
.rejoinder-upload-preview .form-group.form-group-title,
.rejoinder-upload-preview div#div-res_uploaddocument6,
.rejoinder-upload-preview .col-md-1#div-res_uploaddocument6size{ padding:0; }
.rejoinder-documents-table table tbody td .col-md-12 .form-group.form-group-title { padding: 0; font-size: 14px; }
#accordionExample .rejoinder-upload-preview .accordion-body,
.rejoinder-upload-preview .accordion-body { padding: 0 10px; }
.rejoinder-upload-preview .accordion-body table { padding: 0px;border:none; }
.rejoinder-upload-preview table tbody td:nth-child(1) { width: 8.33333333%; }
.rejoinder-upload-preview table tbody td:nth-child(2) { width: 16.66666667%; }
.rejoinder-upload-preview table tbody td:nth-child(3) { width: 41.666%; }
.rejoinder-upload-preview table tbody td:nth-child(4) { width: 16.66666667%; }
.rejoinder-upload-preview table tbody td:nth-child(5) { width: 25%; }
.rejoinder-upload-preview .col-md-2{ border-right: 1px solid var(--sttl-theme-lightborder); border-bottom: 1px solid var(--sttl-theme-lightborder); padding: 0.5rem 0.5rem; }
.rejoinder-upload-preview .col-md-3#div-applicant_rejoinder_document_perticularsform1{ width: 41.666%;border-right: 1px solid var(--sttl-theme-lightborder); border-bottom: 1px solid var(--sttl-theme-lightborder); padding: 0.5rem 0.5rem; }
.rejoinder-upload-preview .col-md-3#div-applicant_rejoinder_uploaddocument1{ border-right: 1px solid var(--sttl-theme-lightborder); border-bottom: 1px solid var(--sttl-theme-lightborder); padding: 0.5rem 0.5rem;  }
.rejoinder-upload-preview .col-md-3#div-applicant_rejoinder_uploaddocument3,
.rejoinder-upload-preview .col-md-3#div-res_uploaddocument6{ padding: 0.5rem 0.5rem;border-bottom: 1px solid var(--sttl-theme-lightborder); border-right: 1px solid var(--sttl-theme-lightborder); }
.rejoinder-upload-preview .col-md-1 .size_affidavit_applicant,
.rejoinder-upload-preview .col-md-1 .size_affidavit_applicant{  padding: 0.5rem 0.5rem; border-bottom: 1px solid var(--sttl-theme-lightborder);}
.rejoinder-upload-preview .col-md-1 .size_affidavit_applicant:last-child { border-bottom: none; }
.rejoinder-upload-preview .col-md-3#div-title2,
.rejoinder-upload-preview .col-md-3#div-applicant_rejoinder_document_perticulars3,
.rejoinder-upload-preview .col-md-3#div-res_document_perticulars4,
.rejoinder-upload-preview .col-md-3#div-res_document_perticulars5,
.rejoinder-upload-preview .col-md-3#div-res_document_perticulars6{ flex: 0 0 auto; width: 41.666%;border-bottom: 1px solid var(--sttl-theme-lightborder); border-right: 1px solid var(--sttl-theme-lightborder); padding: 0.5rem 0.5rem; }
.rejoinder-upload-preview .col-md-3#div-title4 { flex: 0 0 auto; width: 25%; border-bottom: 1px solid var(--sttl-theme-lightborder); border-right: 1px solid var(--sttl-theme-lightborder); padding: 0.5rem 0.5rem; }
.rejoinder-upload-preview .col-md-4 { border-bottom: 1px solid var(--sttl-theme-lightborder); border-right: 1px solid var(--sttl-theme-lightborder); flex: 0 0 auto; width: 58.3%; padding: 0.5rem 0.5rem; }
.rejoinder-upload-preview .col-md-1 { border-bottom: 1px solid var(--sttl-theme-lightborder); border-right: 1px solid var(--sttl-theme-lightborder); padding: 0.5rem 0.5rem; }
.rejoinder-upload-preview .form-group.form-group-title label { padding: 0; }
.rejoinder-upload-preview table { padding-left: 0; padding-right: 0; }
.rejoinder-upload-preview #div-applicant_rejoinder_formats_for_download3,
.rejoinder-upload-preview div#div-title3, 
.rejoinder-upload-preview .col-md-2#div-formats_for_download, 
.rejoinder-upload-preview table tbody td:nth-child(4), 
.rejoinder-upload-preview div#div-res_document_formats_for_download3, 
.rejoinder-upload-preview div#div-res_document_formats_for_download4, 
.rejoinder-upload-preview div#div-res_document_formats_for_download5, 
.rejoinder-upload-preview div#div-res_document_formats_for_download6,
.rejoinder-upload-preview .col-md-2#div-applicant_rejoinder_formats_for_download { display: none; }
.rejoinder-upload-preview .fw-bolder { font-weight: normal !important; }
.rejoinder-upload-preview div#div-title_srno .fw-bolder, 
.rejoinder-upload-preview div#div-title1 .fw-bolder, 
.rejoinder-upload-preview div#div-title2 .fw-bolder, 
.rejoinder-upload-preview div#div-title3 .fw-bolder, 
.rejoinder-upload-preview div#div-title4 .fw-bolder, 
.rejoinder-upload-preview div#div-title5 .fw-bolder { font-weight: 700 !important; }
.rejoinder-upload-preview .doc_affidavit_applicant { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #e8e8f7; padding: 0.5rem 0.5rem; }
.rejoinder-upload-preview .col-md-1#div-applicant_rejoinder_uploaddocument3size,
.rejoinder-upload-preview .col-md-1#div-title5,
.rejoinder-upload-preview div#div-order_number,
.rejoinder-upload-preview .col-md-1#div-applicant_rejoinder_documentform1size{ border-right: none; } 
.rejoinder-upload-preview div#div-date_of_mpab_order,
.rejoinder-upload-preview div#div-order_number{ padding:0.5rem; }
.rejoinder-upload-preview div#div-date_of_mpab_order{ border-left:none; }
/*Filing of Rejoinder -rejoinder-upload-preview end*/

.respondent-check-list table { border-left: none; }
.rejoinder-documents-table h5,
.res-documents-table h5 { position: absolute; left:0px; margin-bottom: 0; margin-top: 13px; }
.res-documents-table, .rejoinder-documents-table { position: relative; }
.res-documents-table .mb-2, .rejoinder-documents-table .mb-2 { margin-top: 0.5rem; }
.res-preview-documents .col-md-1#div-res_document_srno6, 
.res-preview-documents .col-md-2#div-res_document_no6, 
.res-preview-documents .col-md-3#div-res_document_perticulars6, 
.res-preview-documents .col-md-3#div-res_uploaddocument6, 
.res-preview-documents .col-md-1#div-res_uploaddocument6size { border-bottom: none; }
.applicant-upload-documents .pull-right button.btn.btn-primary.btn-sm:after,
.rejoinder-documents-table .pull-right button.btn.btn-primary.btn-sm:after,
.res-documents-table .pull-right button.btn.btn-primary.btn-sm:after { content: "Add more"; padding: 0 5px; }
.res-preview-documents .col-md-3#div-res_uploaddocument6 { padding: 0; }
.res-preview-documents .col-md-3#div-res_uploaddocument6 .form-group.form-group-title.field-res_uploaddocument6 .doc_affidavit_applicant { border-top: none; }
.order_notices { position: relative; overflow: hidden; padding: 0; z-index: 0; }
.card-body.list-panel .input-group button { height: 42px;background: var(--sttl-theme-blue);border-color: var(--sttl-theme-blue); }
.res-documents-table .globalDelete img{ right:7px; }
.tendersFilter.tabFluidContent .formSearch { transition: all 0.4s; background: var(--sttl-theme-red); padding: 15px; height: 45px; color: var(--sttl-theme-white); }
.tendersFilter.tabFluidContent .formSearch:hover{ background: var(--sttl-theme-black); }
.tendersFilter.tabFluidContent .formSearch:last-child { margin-right: 0; }
.inputborder.field-subject_matter_brief textarea.form-control { height: 160px; }
.inputborder.field-case_title textarea.form-control{ height: 160px; }
.chosen-container-single .chosen-search:after { content: ""; position: absolute; right: 10px; width: 20px; height: 21px; top: 16px; background: url(../images/chosen-sprite.png) no-repeat 0 -20px; background-position: right -20px;cursor: pointer; }
.chosen-container-single .chosen-search input[type="text"]{ background:transparent !important; }
#main-representative_details .form-group.form-group-radio .customeIndividual label.control-label { padding-left: 5px;padding-bottom: 5px; line-height: 20px; }
#main-representative_details .form-group.form-group-radio .customeIndividual .representative_details_0_represenative_registration_type { display: flex; text-align: left; }
#div-representative_details_0_applicant_advocate .form-group.form-group-text.inputborder label,
#div-representative_details_0_represenative_registration_no .form-group.form-group-text.inputborder label { height: 60px; }
.efilecklisttbl td:first-child { text-align: center; }
.main-res_representative_details td { width: 33.333%; }
.form-group-radio .customeIndividual div { display: flex; }
.form-group.form-group-radio .customeIndividual { display: flex; }
.form-group.form-group-radio div.customeIndividual .iradio_flat-blue{ margin-right: 5px; width:24px; }
.misc-application-docs .main-application_details .pull-right button.btn.btn-primary.btn-sm:after { content: "Add more"; padding: 0 5px; }
.misc-application-docs .main-application_details .allowed-format, 
.misc-application-docs .main-application_details .size-format { display: none; }
.misc-application-docs .main-application_details .form-group-file.inputborder .uploaded-image-file{ margin-top:10px; }
.payment-row label.control-label,
.res-preview-documents label.control-label,
.misc-application-docs label.control-label,
div#div-e_filling_id label.control-label,
.efilling-basic-detail label.control-label,
.applicant-upload-documents label.control-label,
.userprofile-data .field-required.col-md-4 label.control-label,
.applicant-preview-documents  label.control-label { height: auto; display: block; vertical-align: middle;padding-bottom:0; }
.field-required.col-md-4#div-email_official { padding: 57px 0 0; }
.field-required.col-md-4#div-email,
.field-required.col-md-4#div-mobile{ padding: 57px 0 0; }

.field-required.col-md-4#div-mobile .view-field,
.field-required.col-md-4#div-email .view-field { height: 45px; padding: 10px 0; }

.serving-notice label.control-label { height: auto; display: block; vertical-align: middle; }
.form-group-radio label.control-label { height: 60px; }
.view-details { background: var(--sttl-theme-white); padding: 20px; margin-top: 0; border-radius: 10px; }
.view-details .alert.alert-primary { margin-top: 20px; color: #051e34; background: transparent; border: 1px solid #88888b; border-top: 0; border-left: 0; border-right: 0; border-radius: 0; padding: 0 0 10px 0; font-size: 18px; font-weight: bold; }
.view-details .form-group{ margin-bottom:15px; }
.view-details  label.control-label{ height:auto;padding-bottom: 0; }
.main-res_representative_details .form-group-radio label.control-label { height: 80px; }
.customeIndividual .customeIndividual { margin: 0px 0 28px 0; }
.main-representative_details .customeIndividual .customeIndividual { margin: 0px 0 15px 0; }
.efilling-basic-details label.control-label{ padding-bottom:0;height: 40px; }
.rejoinder-documents-table label.control-label,
.rejoinder-upload-documents label.control-label{ height:auto; }
.rejoinder-upload-preview .field-date_of_mpab_order .fw-bolder,
.rejoinder-upload-preview .field-order_number .fw-bolder{ font-weight:bold !important; }
.table.efiling-table-data thead th { font-size: 16px; }
.frgtflex input { width: 100px; }
.frgtflex { display: flex; grid-gap: 5px; margin-bottom: 15px; }
/*.tour-info .table-responsive { padding-bottom: 70px; }*/

.dropPopup li span.main-img-user { color: #f54d35; }
.table-title h4.heading { font-size: 18px; }
.dash-table .table-responsive td.bluetitle { color: var(--sttl-theme-blue); font-size: var(--sttl-theme-font-18); font-weight: 600; border-left: none; border-right: none; }
.dash-table table tr td { font-size: 13px; color: var(--sttl-theme-gray); padding: 12px 10px; border-bottom: 1px solid #cfcfcf; border-left: 1px solid #cfcfcf;white-space:normal;word-break:break-all; }
.dash-table table thead tr th { vertical-align: top; background: var(--sttl-theme-blue); border-bottom: 1px solid #58a1db;border-right: 1px solid #58a1db; font-weight: 500; color: var(--sttl-theme-white);white-space:normal;word-break:break-all;  }
.dash-table table tr td:first-child { border-left: none;}
.dash-table table { margin-bottom: 0;border:transparent; }
.dash-table tbody { display: block; max-height: 500px; overflow-y: auto; }
.dash-table thead, .dash-table tbody tr { display: table; table-layout: fixed; width: 100%;border-width:0; }
/*.dash-table thead { width: calc(100% - 1.1em); }*/
.dash-table thead { position: relative; }

.datepicker .prev.disabled, .datepicker .next.disabled{ visibility:initial !important; }
.summaryCases .categoriesWise .datefrom .from-celender { margin: 0; }
.summaryCases .categoriesWise .datefrom .chart-submt-filter{ margin:0 }
.summaryCases .categoriesWise .datefrom.cat-chart-style{ margin-right:0; }
.summaryCases .datefrom .from-celender input, .summaryCases .datefrom .colwithbtn input { background: #fff url(../images/calender.svg) 0 0 no-repeat !important;
    background-position: 95% 14px !important; }
.newFiling a img { filter: contrast(1) brightness(100); }

/* scrollbar */
::-webkit-scrollbar { width: 0px; height: 5px; }
::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px #cccccc7e; -webkit-border-radius: 10px; border-radius: 10px; }
::-webkit-scrollbar-thumb { -webkit-border-radius: 10px; border-radius: 10px; background:#333; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }
/*::-webkit-scrollbar-thumb:window-inactive { background: #0b6158a8; }*/

.ffapplication button { background: #2381cc; border-color: #2381cc; margin-right: 0; transition: all 0.4s; padding: 7px 16px; border-radius: 30px; }
.ffapplication button:hover { background: #000; border-color: #000; }
button.btn.btn-primary.btn-sm { background: #2381cc; border-color: #2381cc;  }

.dash-table thead th:first-child, 
.dash-table tbody td:first-child { width: 90px; text-align: center; }
.advocate_table thead tr th:first-child,
.advocate_table tbody tr th:first-child { width: 90px;text-align:center; }
.advocate_table thead tr th:last-child,
.advocate_table thead tr td:last-child,
.advocate_table tbody tr td:last-child { width: 90px;text-align:right; }


/* Container for the scrolling text */
.marquee-container { width: 100%;overflow: hidden; white-space: nowrap; }
.marquee-container a { color: var(--sttl-theme-white);text-decoration: none; display: inline-block;
  padding-left: 100%; animation: scroll-left 10s linear infinite; }
.marquee-container a:hover { animation-play-state: paused; }
@keyframes scroll-left {
  from {
    transform: translateX(0); 
  }
  to {
    transform: translateX(-100%);
  }
}
.loginPageInfo .redCol { color:var(--sttl-theme-white);text-decoration:underline; }


.event { background-color: #42B373 !important; background-image :none !important; color: #ffffff !important; }
.btn.formSearch.chart-submt-filter { margin-left: 10px;background: red;color: #fff; }
.apexcharts-menu-icon,
.apexcharts-pan-icon,
.apexcharts-reset-icon,
.apexcharts-selection-icon,
.apexcharts-toolbar-custom-icon,
.apexcharts-zoom-icon,
.apexcharts-zoomin-icon,
.apexcharts-zoomout-icon {  width: 111px !important; }

.applicant_reply_filed_add .form3 .table-responsive,
.applicant_reply_filed_edit .form3 .table-responsive,
.efiling_form_add .form6 .table-responsive,
.efiling_form_edit .form6 .table-responsive,
.respondent_reply_filed_add .form10 .table-responsive,
.respondent_reply_filed_edit .form10 .table-responsive{ overflow-x: initial; }
.efiling_form_edit .form4 .form-group.form-group-file .help-block { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;bottom: -61px; line-height: 14px; }
.efiling_form_edit .form4 div#div-representative_details_0_vakalatnama_authorization_letter{ padding-bottom: 20px; }
.input-group.has-error input.form-control { width: 100%; }
.field-is_email_change, .field-is_mobile_change{ padding-left:25px;margin-bottom:0; }
.field-is_email_change input#Yes { width: 15px; height: 15px; position: absolute; left: 0; top: 4px; }
.field-is_email_change label.control-label { display: block; height: auto; }
.field-is_mobile_change{ margin-top:15px; }
.field-is_mobile_change input#Yes { width: 15px; height: 15px; position: absolute; left: 0; top: 4px; }
.field-is_mobile_change label.control-label { display: block; height: auto; }
#emailverify-email label.control-label, #field-otp-email label.control-label,
#mobileverify-mobile label.control-label, #field-otp-mobile label.control-label{ height: auto; }