@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");

a:link, a:visited
{
    color: #000099;
    text-decoration: none;
}
a:hover, a:active
{
    color: #FF0000;
    text-decoration: underline;
}
/*.hl
{
	}
.hl a:link, a:visited
{
    color: #fff;
    text-decoration: none;
}
.hl a:hover, a:active
{
    color: #FF0000;
    text-decoration: underline;
}
*/

.image_description
{
	font-weight: normal;
	font-style: normal;
	color: #003E3E;
}
.lnkGrid{color:inherit;}
.dropDown
{
    border: 1px solid #818384;
	FONT-SIZE: 8pt;
    	COLOR: #000000;
    	BACKGROUND-REPEAT: repeat;
    	FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
    	BACKGROUND-COLOR: white;
    	TEXT-DECORATION: none;
	height: 17px;
}

.errormsg {FONT-WEIGHT: normal; FONT-SIZE:xx-small;COLOR: red; FONT-STYLE: normal; FONT-FAMILY: verdana, arial; TEXT-ALIGN: left; TEXT-DECORATION: none}
.infomsg {FONT-WEIGHT: normal; FONT-SIZE:11px;font-weight:bold; COLOR: blue; FONT-STYLE: normal; FONT-FAMILY: verdana, arial; TEXT-ALIGN: left; TEXT-DECORATION: none}


.tlrowlight { background-color: #ffffff; height:16px }
.tlrowlight:hover { background-color:#fced86; color:#7f0037; height:16px}
.tlrowdark
{
	background-color: #E4E4E4;
	height: 16px;
}
.tlrowdark:hover { background-color:#fced86; color:#7f0037; height:16px}
.tlheader
{
	background-color: #CCCCFF;
	height: 35px;
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}
.tlheader_1
{
	padding: 5px;
	border: thin solid #000000;
	font-weight: bold;
	/*background-color: #66CCFF;*/
	color: #FFFFFF;background-color: #009933;
       filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4DB870, endColorstr=#009933 );
        background-image:-moz-linear-gradient(top, #4DB870 0%, #009933  50%,#4DB870  100%);
        background-image:linear-gradient(top, #4DB870 0%, #009933  50%,#4DB870  100%);
        background-image:-webkit-linear-gradient(top, #4DB870 0%, #009933  50%,#4DB870  100%);
        background-image:-o-linear-gradient(top, #4DB870 0%, #009933  50%,#4DB870  100%);
        background-image:-ms-linear-gradient(top, #4DB870 0%, #009933  50%,#4DB870  100%);
        background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%,#4DB870), color-stop(50%,#009933 ),color-stop(100%,#4DB870 ));
        
	font-size: 9pt;
	/*color: #000000;*/color: #fff;
	text-decoration: none;
}
.tlheader_1_alt
{
	padding: 5px;
	border: thin solid #000000;
	font-weight: bold;
	background-color: #FFFFFF;
	font-size: 12pt;
	color: #CC0000;
	text-align:center;
}
.searchPanel
{
	padding: 5px;
	border: thin solid #000000;
	font-weight: bold;
	background-color: #CCCCCC;
	color: #000000;
	/*font-size: 10pt;
	text-decoration: none;*/
}
.generelMessage
{
	font-weight: bold;
	color: #FF0000;
}
.lblpager
{
    border:#7f0037 1px solid;
    font-size: 10px;
    color:#7f0037;
    background-color:#fced86;
    text-decoration:none;
    text-align: center;
}

.lnkpager:hover
{
    border:#7f0037 1px solid;
    font-size: 10px;
    color:#ffffff;
    background-color:#ffc4e0;
    text-decoration:none;
    text-align: center;
}

.lnkpager
{
    border:#7f0037 1px solid;
    font-size: 10px;
    color:#ffffff;
    background-color:#ffffff;
    text-decoration:none;
    text-align: center;
}

.gridcellpadding
{
    padding:5px;
}

.gridtextboxrightalign
{
    text-align:right;
}

.mandatory
{
    color:#FF0000;
}


.popupBackground
{
    background-color:#999999;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.popup
{
    border: 2px solid #009933;
    border-collapse: collapse;
    z-index: 9999;
    background-color: #f2f2f2;
    padding: 0px;
}
.popupMap
{
    border: 2px solid #009933;
    border-collapse: collapse;
    z-index: 9999;
    width: 92%;
    height: 90%;
    background-color: #f2f2f2;
    padding: 0px;
}
.popupImage
{
   /*background-color:#999999;
    filter:alpha(opacity=70);
    opacity:1;
     z-index:9999;*/
       background: rgb(0, 0, 0) transparent;   /* Fallback for web browsers that doesn't support RGBa */
            background: rgba(0, 0, 0, 0);   /* RGBa with 0.6 opacity */
             filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000);  /* For IE 5.5 - 7*/
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000)";  /* For IE 8*/
        
}

.popupForm
{
    border:2px solid #7f0037;
    z-index:9999;
    width:500px;
    background-color:#f2f2f2;
    padding:0px;
}
.popupLabel{
    background-color: #009933;
       filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4DB870, endColorstr=#009933 );
        background-image:-moz-linear-gradient(top, #4DB870 0%, #009933  50%,#4DB870  100%);
        background-image:linear-gradient(top, #4DB870 0%, #009933  50%,#4DB870  100%);
        background-image:-webkit-linear-gradient(top, #4DB870 0%, #009933  50%,#4DB870  100%);
        background-image:-o-linear-gradient(top, #4DB870 0%, #009933  50%,#4DB870  100%);
        background-image:-ms-linear-gradient(top, #4DB870 0%, #009933  50%,#4DB870  100%);
        background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%,#4DB870), color-stop(50%,#009933 ),color-stop(100%,#4DB870 ));
        
     height: 15px; text-align: left; padding: 2px;color:White;font-weight:bold;}
.formLabel
{
    border:1px solid #7f0037;
    padding-left:10px;
    text-align:left;
    background-color:#ffc4e0;
}

.formEdit
{
    border:1px solid #7f0037;
    padding-left:10px;
    text-align:left;
}

/*.but1
{
	border: thin solid #000000;
	-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#009933, endColorstr=#66C285);
	background-image:-moz-linear-gradient(top, #009933 0%, #66C285 50%,#009933 100%);
	background-image:linear-gradient(top, #009933 0%, #66C285 50%,#009933 100%);
	background-image:-webkit-linear-gradient(top, #009933 0%, #66C285 50%,#009933 100%);
	background-image:-o-linear-gradient(top, #009933 0%, #66C285 50%,#009933 100%);
	background-image:-ms-linear-gradient(top, #009933 0%, #66C285 50%,#009933 100%);
	background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%,#009933), color-stop(50%,#66C285),color-stop(100%,#009933));
	font-family: 'tahoma' ,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	padding:0;
	color:#000;
}*/
.but1 {
  background: #6bf748;
  background-image: -webkit-linear-gradient(top, #6bf748, #21610c);
  background-image: -moz-linear-gradient(top, #6bf748, #21610c);
  background-image: -ms-linear-gradient(top, #6bf748, #21610c);
  background-image: -o-linear-gradient(top, #6bf748, #21610c);
  background-image: linear-gradient(to bottom, #6bf748, #21610c);
  -webkit-border-radius: 15;
  -moz-border-radius: 15;
  border-radius: 15px;
  font-family: Arial;
  color: #fff;
  font-size: 10pt;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
  border: solid #1f628d 2px;
  text-decoration: none;
}

.but1:hover {
  background: #21610c;
  background-image: -webkit-linear-gradient(top, #21610c, #6bf748);
  background-image: -moz-linear-gradient(top, #21610c, #6bf748);
  background-image: -ms-linear-gradient(top, #21610c, #6bf748);
  background-image: -o-linear-gradient(top, #21610c, #6bf748);
  background-image: linear-gradient(to bottom, #21610c, #6bf748);
  text-decoration: none;
}
.butNav
{
	font-family: 'tahoma' ,helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	/*background: rgb(66, 184, 221);  this is a light blue */
	background-color:#CC6600/*#3366FF*/;
	padding:5px;
	float:left;
	display:block;
}
.butNavLeft
{
	border-radius: 10px 0 0 10px;
}
.butNavRight
{
	border-radius: 0 10px 10px 0;
}
.butNavSingle
{
		border-radius: 10px;
}

.but2
{
	border: thin solid #5C2E2E;
	background-color: #FFF30F;
	color: #000000;
	font-family: 'tahoma' ,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
}
/*Added By Riddhi*/
.txtBox
{
    border: 1px solid #818384;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    BACKGROUND-REPEAT: repeat;
    FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
    BACKGROUND-COLOR: white;
    TEXT-DECORATION: none;
    margin-left: 0px;
}
.popupMenu
{
	border-style: groove;
	padding: 5px;
	position: absolute;
	visibility: hidden;
	background-color: #CC6600;
	opacity: .9;
	filter: alpha(opacity=90);
	color: #FFFFFF;
	font-size: 10px;
}
/* Home Page Style */
 .topnav
        {
            width: 213px;
            padding: 40px 28px 25px 0;
            font-family:  Arial, Helvetica, sans-serif;
        }
        ul.topnav
        {
            padding: 0;
            margin: 0;
            font-size: 1em;
            line-height: 0.5em;
            list-style: none;
        }
        ul.topnav li
{
	background-color: #009933;
	border: thin dotted #000000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
        ul.topnav li a
        {
            line-height: 10px;
            font-size: 13px;
            padding: 10px 5px;
            color: #fff;
            display: block;
            text-decoration: none;
            font-weight: bolder;

            
        }
        ul.topnav li a:hover
        {
            background-color: #fff;
            color: #009933;
            	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
        }
        ul.topnav ul
        {
            margin: 0;
            padding: 0;
            display: none;
        }
        ul.topnav ul li
{
	margin: 0;
	padding: 0;
	clear: both;
	background-color: #666666;
}
        ul.topnav ul li a
        {
            padding-left: 20px;
            font-size: 12px;
            font-weight: bolder;
            outline: 0;
            color:#fff;
        }
        ul.topnav ul li a:hover
        {
            background-color: #D3C99C;
            color: #000;
        }
        ul.topnav ul ul li 
        {
            background-color:#F4EFE4
        }
        ul.topnav ul ul li a
        {
            color: Black;
            padding-left: 40px;
            font-size:11px
            font-weight: bolder;
        }
        ul.topnav ul ul li a:hover
        {
            background-color: #D3CEB8;
            color: #675C7C;
        }
        ul.topnav span
        {
            float: right;
        }
#slideshow
{
	position: relative;
	width: 95%;
	height: 320px;
	padding: 10px;
	background-color: #D7D7D7;
	-webkit-box-shadow: -17px 23px 30px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -17px 23px 30px 0px rgba(0,0,0,0.75);
box-shadow: -17px 23px 30px 0px rgba(0,0,0,0.75);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
        #slideshow > div
        {
            position: absolute; 
           top: 0px;
            left: 0px;
            right: 0px;
            bottom: 0px;
            -webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
        } 
     /*     #slideshow { 
    margin: 50px auto; 
    position: relative; 
    width: 240px; 
    height: 240px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; */
/* cn theme top / default */
.ajax__tab_cn .ajax__tab_header { font-family:verdana,tahoma,helvetica; font-size:11px; background-color:#ffffff; border:2px solid #e0e0e0; border-bottom:0; height:30px; }
.ajax__tab_cn .ajax__tab_header .ajax__tab_outer { background-color:#f8f8f8; border-bottom:2px solid #61399d; height:30px;}
.ajax__tab_cn .ajax__tab_header .ajax__tab_inner { background-color:#f8f8f8; border-left:2px solid #e0e0e0; border-right:2px solid #e0e0e0; height:30px; vertical-align:middle; }
.ajax__tab_cn .ajax__tab_header .ajax__tab_tab { color:#000000; padding:4px; padding-left:8px; padding-right:8px; margin:0px; background-color:#f8f8f8; height:20px; }

.ajax__tab_cn .ajax__tab_header .ajax__tab_hover .ajax__tab_outer { cursor:pointer; }
.ajax__tab_cn .ajax__tab_header .ajax__tab_hover .ajax__tab_inner { cursor:pointer; border-right:2px solid #61399d; border-left:2px solid #61399d;}
.ajax__tab_cn .ajax__tab_header .ajax__tab_hover .ajax__tab_tab { color:#ffffff; cursor:pointer; border-top:2px solid #61399d; border-bottom:2px solid #61399d; background-color:#61399d; }

.ajax__tab_cn .ajax__tab_header .ajax__tab_active .ajax__tab_outer  { cursor:pointer; }
.ajax__tab_cn .ajax__tab_header .ajax__tab_active .ajax__tab_inner { cursor:pointer; border-right:2px solid #61399d; border-left:2px solid #61399d;}
.ajax__tab_cn .ajax__tab_header .ajax__tab_active .ajax__tab_tab  { color:#000000; cursor:pointer; border-top:2px solid #61399d; border-bottom:2px solid #EDF5FF; background-color:#EDF5FF; }

.ajax__tab_cn .ajax__tab_body { font-family:verdana,tahoma,helvetica; font-size:10pt; border:2px solid #61399d; padding:8px; background-color:#EDF5FF; }



/* CSS Button with Image Background */

.btn_img_bg_ls {width:35px;height:35px; border:none; text-decoration:none; }
.customBtn_img_bg_ls {
    width: 25px;
    height: 25px;
    border: none;
    text-decoration: none;
}
.btn_img_bg_ls:hover { cursor:pointer; }

.img_add_ls {background: url('../images/add.png') no-repeat;}
.img_search_ls {background: url('../images/search.png') no-repeat;}
.img_reset_ls {
    background: url('../images/reset.png') no-repeat;
    background-size: contain;
}
.img_excel_ls {background: url('../images/excel.png') no-repeat;}
.img_pdf_ls {background: url('../images/pdf.png') no-repeat;}
.mg_Split_ls {
    background: url('../images/setTargetImg.png') no-repeat;
    background-size:contain;
}
/*.img_Split_ls {
    background: url('../images/rt_arw.png') no-repeat;
}*/



.btn_img_bg {width:25px;height:25px; border:none; text-decoration:none; }
.btn_img_bg:hover { cursor:pointer; }

.img_add {background: url('../images/img-add.png') no-repeat;}
.img_edit {background: url('../images/img-edit.png') no-repeat;}
.img_cancel {background: url('../images/img-cancel.png') no-repeat;}
.img_delete {background: url('../images/img-delete.png') no-repeat; }
.img_update {background: url('../images/img-update.png') no-repeat;}
.img_reset {background: url('../images/img-reset.png') no-repeat;}
.img_download {background: url('../images/download_icon.png') no-repeat;}
.img_upload {background: url('../images/icon_upload.png') no-repeat;}
.img_pagedetails {background: url('../images/pagedetails.png') no-repeat;}
.img_view {background: url('../images/img-view.png') no-repeat;}
.img_accept {background: url('../images/accept.png') no-repeat;}
.img_exception {background: url('../images/exception.png') no-repeat;}
.img_remove {background: url('../images/remove.png') no-repeat;}
.img_trash {background: url('../images/trash.png') no-repeat;}
.img_revert {background: url('../images/revert.png') no-repeat;}

.tlheader_2
{
	border-bottom-style: solid; 
	border-top-width: thin; 
	border-top-color: #800000; 
	border-bottom-width: thin; 
	border-bottom-color: #800000; 
	border-right-style: solid; 
	border-right-width: thin; 
	border-right-color: #800000; 
	border-left-style: solid;
	border-left-width: thin; 
	border-left-color: #800000;
	border-width: thin; 
	border-color: #800000;
	 border-top-style: solid;
}


.but-cnf {
  display: inline-block;
  border-radius: 16px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  padding: 3px 7px 6px 7px;
  width: 100px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 6px;
}

.but-cnf span {
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  font-weight: normal;
}

.but-cnf span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.but-cnf:hover span {
  padding-right: 25px;
}

.but-cnf:hover span:after {
  opacity: 1;
  right: 0;
}
.customAtlPop .popHead {
    background-color: teal;
    text-align: left;
    padding: 4px 4px 7px 4px;
    font-size: 13px;
    font-weight: bold;
    line-height: 14px;
    color: #FFF;
}
.customAtlPop .popBody {
    text-align: center;
    padding: 10px 5px;
    color: #7f0037;
    font-size: 14px;
    line-height: 15px;
    font-weight: normal;
    min-height: 50px;
}
.customAtlPop .popBtn {
    color: #FFF;
    background-color: teal;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 14px;
    padding: 5px 5px 4px 5px;
    min-width: 50px;
    font-weight: normal;
    margin-bottom: 10px;
}

.custFormCntrl {
    height: 22px;
    border: 1px solid #b2b2b2;
    border-radius: 5px;
    font-size: 11px;
}

/*=== Create by Santanu 24-1-24 ===*/
.contentDiv {
    /*width: 100%;*/
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    position:relative;
}
.txAlignLeft {
    text-align: left !important;
}
.txAlignCenter {
    text-align: center !important;
}
.txAlignRight {
    text-align: right !important;
}
.w50 {
    width:50% !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mr-5 {
    margin-right: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.newCard {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 1px 22px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    margin-bottom: 15px;
}
.newCardBody {
    padding:10px 10px 5px 10px;
}
.formGroup {
    margin-bottom: 0.5rem;
}
.labelCont {
    color:#333;
    font-size:13px;
    line-height:15px;
    display: block;
    font-weight: 600;
    text-align: left;
    margin-bottom: 4px;
    margin-left: 2px;
}
.listBoxTitle {
    color:#333;
    font-size:13px;
    line-height:15px;
    font-weight: 600;
}
.formContrl {
    padding: 0px 2px;
    border:1px solid #d5d5d5;
    border-radius:5px;
    background: #FFF;
    height:32px;
    width: 100%;
    color: #333;
    font-size: 13px;
    line-height: 15px;
    outline: 0;
}
.listBoxView {
    padding: 10px;
    border:1px solid #d5d5d5;
    border-radius:5px;
    background: #FFF;
    height:200px;
    overflow-y: auto;
    width: 100%;
    color: #333;
    font-size: 13px;
    line-height: 15px;
    outline: 0;
}
.pinkBtn {
    background: linear-gradient(180deg, #1ca449 0%, #178036 100%);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25), inset 4px 4px 4px rgba(255, 255, 255, 0.47);
    border-radius: 5px;
    padding: 7px 8px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    min-width: 80px;
}
.skyBlueBtn {
    background: linear-gradient(180deg, #c689f2 0%, #653285 100%);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25), inset 4px 4px 4px rgba(255, 255, 255, 0.47);
    border-radius: 5px;
    padding: 7px 8px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    min-width: 80px;
}
.grayBtn {
    background: linear-gradient(180deg, #d1d1d1 0%, #757575 100%);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25), inset 4px 4px 4px rgba(255, 255, 255, 0.47);
    border-radius: 5px;
    padding: 7px 8px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    min-width: 80px;
}
.newGrid {
    background: #FFF;
    box-shadow: 0 13px 12px -7px rgb(0 0 0 / 28%);
    width: 100%;
    margin-bottom: 15px;
}
.trHeader th, .trBodyOdd td, .trBodyEvent td {
    padding: 6px 2px;
    font-size: 13px;
    line-height: 15px;
    color: #333;
    font-weight: normal;
}
.trHeader {
    background: #9cf0a4;
}
.trHeader th {
    border-spacing: 0px !important;
    border-top: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 0px solid #ddd;
    border-right: 0px solid #ddd;
    font-weight:600;
}
.trBodyOdd td, .trBodyEvent td {
    border-spacing: 0px !important;
    border-top: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 0px solid #ddd;
    border-right: 0px solid #ddd;
}
.trBodyEvent {
    background: #f2f2f2;
}
.newImg {
    width: 20px;
    height: 20px;
    background-size: contain;
}
.newListBox {
    /*width: 1024px;*/
    margin: 0px auto;
}
.listBoxSearch {
    display: flex;
    width: 65%;
    align-items: center;
    justify-content: center;
    margin: 5px auto;
}

.newRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
.newRow .col-md-1,
.newRow .col-md-2,
.newRow .col-md-3,
.newRow .col-md-4,
.newRow .col-md-5,
.newRow .col-md-6,
.newRow .col-md-7,
.newRow .col-md-8,
.newRow .col-md-9,
.newRow .col-md-10,
.newRow .col-md-11,
.newRow .col-md-12
 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:768px) {
    .newRow .col-md-1 {
        -webkit-box-flex: 0;
        /*-ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;*/
        -ms-flex: 0 0 5.333333%;
        flex: 0 0 5.333333%;
        max-width: 5.333333%;
    }

    .newRow .col-md-2 {
        -webkit-box-flex: 0;
        /*-ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;*/
        -ms-flex: 0 0 13.666667%;
        flex: 0 0 13.666667%;
        max-width: 13.666667%;
    }

    .newRow .col-md-3 {
        -webkit-box-flex: 0;
        /*-ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;*/
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 22%;
    }

    .newRow .col-md-4 {
        -webkit-box-flex: 0;
        /*-ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;*/
        -ms-flex: 0 0 30.333333%;
        flex: 0 0 30.333333%;
        max-width: 30.333333%;
    }

    .newRow .col-md-5 {
        -webkit-box-flex: 0;
        /*-ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;*/
        -ms-flex: 0 0 38.666667%;
        flex: 0 0 38.666667%;
        max-width: 38.666667%;
    }

    .newRow .col-md-6 {
        -webkit-box-flex: 0;
        /*-ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;*/
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
        max-width: 47%;
    }

    .newRow .col-md-7 {
        -webkit-box-flex: 0;
        /*-ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;*/
        -ms-flex: 0 0 55.333333%;
        flex: 0 0 55.333333%;
        max-width: 55.333333%;
    }

    .newRow .col-md-8 {
        -webkit-box-flex: 0;
        /*-ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;*/
        -ms-flex: 0 0 63.666667%;
        flex: 0 0 63.666667%;
        max-width: 63.666667%;
    }

    .newRow .col-md-9 {
        -webkit-box-flex: 0;
        /*-ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;*/
        -ms-flex: 0 0 72%;
        flex: 0 0 72%;
        max-width: 72%;
    }

    .newRow .col-md-10 {
        -webkit-box-flex: 0;
        /*-ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;*/
        -ms-flex: 0 0 80.333333%;
        flex: 0 0 80.333333%;
        max-width: 80.333333%;
    }

    .newRow .col-md-11 {
        -webkit-box-flex: 0;
        /*-ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;*/
        -ms-flex: 0 0 88.666667%;
        flex: 0 0 88.666667%;
        max-width: 88.666667%;
    }

    .newRow .col-md-12 {
        -webkit-box-flex: 0;
        /*-ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;*/
        -ms-flex: 0 0 97%;
        flex: 0 0 97%;
        max-width: 97%;
    }
}

table#ctl00_ContentPlaceHolder1_chkbxListApplTerritory {
    width: 100%;
}
.territoryLabel {
    font-size: 17px;
    margin-top: 7px;
    margin-bottom: 20px;
    background: linear-gradient(90deg, hsl(217.75deg 89% 60.78%) 0%, hsl(295deg 100% 84% / 0%) 100%);
    padding: 10px;
    color: white;
}
table#ctl00_ContentPlaceHolder1_chkbxListApplTerritory tbody tr td {
    height: 25px;
}
.ribbon {
	background: #2D5699;
	color: #FFF;
	padding: 18px;
	text-align: center;
	margin-left: -20px;
	margin-right: -20px;
	/*border-radius: 3px 3px 0 0;*/
	position: relative;
}
.ribbon:before, .ribbon:after {
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	top: 100%;
}
 
.ribbon.blue {
	background: #4285F4; 
    background: linear-gradient(90deg, hsla(239, 100%, 67%, 1) 0%, #4285F4 100%);
}
.ribbon.blue.top:before{
	top: -20px;
	left: 0;
	border-bottom: 20px solid #2D5699;
	border-left: 20px solid transparent;
}
.ribbon.blue.top:after{
	top: -20px;
	left: calc(100% - 20px);
	border-bottom: 20px solid #2D5699;
	border-right: 20px solid transparent;
}
.ribbon.blue.bottom:before{
	border-top: 20px solid #2D5699;
	border-left: 20px solid transparent;
	left: 0;
}
.ribbon.blue.bottom:after{
	border-top: 20px solid #2D5699;
	border-right: 20px solid transparent;
	left: calc(100% - 20px);
}
.ribbon.blue.crossed:before{
	top: -20px;
	left: 0;
	border-bottom: 20px solid #2D5699;
	border-left: 20px solid transparent;
}
.ribbon.blue.crossed:after{
	border-top: 20px solid #2D5699;
	border-right: 20px solid transparent;
	left: calc(100% - 20px);
}
.ribbon.expand {
	position: relative;
	padding: 0;
	background: #4285F4;
}
.ribbon.expand:after {
	border-top: 20px solid #2D5699;
	border-right: 20px solid transparent;
	left: calc(100% - 20px);
}
.ribbon.expand:before{
	border-top: 20px solid #2D5699;
	border-left: 20px solid transparent;
	left: 0;
}
.ribbon.expand span {
	position: relative;
	padding: 18px 0;
	display: inline-block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.ribbon.expand span:before, .ribbon.expand span:after {
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	top: 100%;
}
.ribbon.expand span:after {
	top: -20px;
	left: calc(100% - 20px);
	border-bottom: 20px solid #2D5699;
	border-right: 20px solid transparent;
}
.ribbon.expand span:before{
	border-bottom: 20px solid #2D5699;
	border-left: 20px solid transparent;
	left: 0;
	top: -20px;
}
.customaddedHeaderColor {
    background: linear-gradient(90deg, hsla(239, 100%, 67%, 1) 0%, #4285F4 100%);
}
.customaddedHeaderColor th {
    color: white;
}
.select2-container .select2-dropdown {
    z-index: 1111111;
}
/*== Create by Santanu 2-7-25 ==*/
.updateTableParent {
    width: 80%;
    margin: 0px auto;
    background: #FFF;
    margin-bottom: 10px;
    border-radius: 6px;
    overflow: hidden;
}
.updateTable {
    width:100%;
    background:#FFF;
}
.updateTable tr th {
    border-color: #94ccd6;
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
    color: #f7feff;
    /*background: #00788e;*/
    background: #00b8d9;
    background: -webkit-linear-gradient(180deg,rgba(0, 184, 217, 1) 0%, rgba(0, 120, 142, 1) 100%);
    background: -moz-linear-gradient(180deg,rgba(0, 184, 217, 1) 0%, rgba(0, 120, 142, 1) 100%);
    background: linear-gradient(180deg,rgba(0, 184, 217, 1) 0%, rgba(0, 120, 142, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00B8D9", endColorstr="#00788E", GradientType=0);
    padding: 8px 8px;
    letter-spacing: 0.25px;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.55);
    vertical-align:middle;
}
.updateTable tr td {
    border-color: #c5c5c5;
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
    color: #333;
    padding: 4px 8px;
    vertical-align: middle;
    letter-spacing: 0.25px;
}
.updateTable tr td .formInput {
    border-radius: 5px;
    border: 1px solid #afafaf;
    padding: 6px 6px;
    font-size: 13px;
    line-height: 15px;
    color: #333;
    text-align: right;
    letter-spacing: 0.25px;
}
.updateBtnGreen {
    background: linear-gradient(180deg, #1ca449 0%, #178036 100%);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25), inset 4px 4px 4px rgba(255, 255, 255, 0.47);
    border-radius: 5px;
    padding: 7px 8px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    min-width: 100px;
}
.updateBtnBlue {
    background: linear-gradient(180deg, #1c76a4 0%, #176480 100%);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25), inset 4px 4px 4px rgba(255, 255, 255, 0.47);
    border-radius: 5px;
    padding: 7px 8px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    min-width: 100px;
}
.updateBtnBack {
    background: linear-gradient(180deg, #d1d1d1 0%, #757575 100%);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25), inset 4px 4px 4px rgba(255, 255, 255, 0.47);
    border-radius: 5px;
    padding: 7px 8px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    min-width: 100px;
}
.updateFooter {
    background: #ccdadc;
}
.updateTable .updateFooter td {
    border-color: #c5c5c5;
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
    color: #333;
    padding: 8px 8px;
    vertical-align: middle;
    letter-spacing: 0.25px;
    /*text-align:right;*/
}
.tableOdd {
    background:red;
}