body {
    font-size: 14px;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 5px;
	height: 5px;
}

.shw_all {
    display: flex
  ;
    align-items: center;
    margin: 13px 10px 0 0px;
  }

/* ::-webkit-scrollbar-track {
    background-color: #dcdcdc;
    -webkit-border-radius: 10px;
    border-radius: 10px;
} */

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #dcdcdc;
}

a {
    color:#175cff;
    text-decoration: none;
}
a:hover {
    color:#175cff;
}

.nav-item.text-nowrap{
    display: flex;
    align-items: center;
}

select {
  /* needed */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* SVG background image */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E") !important;
    background-size: .7em !important;
    background-position: calc(100% - 0.9em) center !important;
    background-repeat: no-repeat !important;
}
select::-ms-expand {
    display: none;
}


/* ::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
    border-radius: 50px;
} */

/* img {
    display: block;
    margin: 0 auto;
} */


.jstree-default .jstree-anchor {
	line-height: 30px !important;
  font-weight: 500;
	height: 30px !important;
	flex: 0 1 content;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    text-align:left;
	color:#33363F;
}



.jstree-default .jstree-wholerow {
	height: 30px !important;
}

.jstree-default .jstree-icon:empty {
	width: 18px;
	height: 22px;
	line-height: 22px;
	margin-top: 4px;
}

div.jstree-table-cell-root-flowDesignerJsTree {
    line-height: 22px;
    min-height: 22px;

}

.jstree-default>.jstree-striped {
	background-size: auto 44px;
}

.jstree-default>.jstree-no-dots .jstree-open>.jstree-ocl {
	background-position: -40px -4px;
}

.jstree-default>.jstree-no-dots .jstree-closed>.jstree-ocl {
	background-position: -70px -68px;
}

.jstree-default .jstree-leaf>.jstree-ocl {
 background-position:-68px -2px;
}

.jstree-default.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl {
	background-position: -40px -4px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.jstree-default.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl {
	background-position: -70px -68px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.jstree-default .jstree-open>.jstree-ocl {
 background-position:-132px -4px;
}
.jstree-default .jstree-closed>.jstree-ocl {
 background-position:-100px -4px
}

.jstree-default.jstree-rtl .jstree-node {
	margin-right: 15px
}

.jstree-default>.jstree-no-dots .jstree-node, .jstree-default>.jstree-no-dots .jstree-leaf>.jstree-ocl
	{
	background: none;
}

.jstree-default .jstree-node {
	margin-left: 9px;
	min-height: 18px;
	line-height: 18px;
}

.jstree-default > .jstree-wholerow-ul .jstree-hovered, .jstree-default > .jstree-wholerow-ul .jstree-clicked {
  color: #121212 !important;
}

.jstree-default .jstree-icon:empty {
	width: 16px;
	height: 22px;
	line-height: 22px;
}

.jstree-default > .jstree-striped{background:none !important;}
.jstree-default .jstree-wholerow-clicked {
    background: #e6effc !important;
  }

  .jstree-anchor:hover i, .jstree-clicked i {
    /* filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(200deg) brightness(104%) contrast(97%); */
	filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(195deg) brightness(90%) contrast(100%);
}


.jstree-clicked {
    color: #175cff !important;
}

.jstree-default > .jstree-wholerow-ul .jstree-hovered, .jstree-default > .jstree-wholerow-ul .jstree-clicked{
	color: #175cff !important;
	font-weight:500;
	transition: all 0.2s ease-in;
}



::-webkit-input-placeholder {
       color:  #000 !important;
    }
    :-moz-placeholder { /* Upto Firefox 18, Deprecated in Firefox 19  */
       color:  #000 !important;
    }
    ::-moz-placeholder {  /* Firefox 19+ */
       color:  #000 !important;
    }
    :-ms-input-placeholder {
       color:  #000 !important;
    }

input:focus-visible, textarea:focus-visible, select:focus-visible {
    outline: none;
	border:none;
}

.fontitalic {
    font-style: italic;
}
.text-black{
    color: #000;
}

a.nav-link.active {
    /* box-shadow: inset 4px 0px 0 #175cff; */
    background:#175cff;
    /* color: #175cff; */
}

/* .left-m-bar li a.nav-link:hover {
    background: #24252A;
} */

.left-m-bar li a.nav-link:hover svg path {
    stroke: #175cff;
}

.left-m-bar li a.nav-link.active:hover svg path {
    stroke: #fff;
}

.left-m-bar li a.nav-link:hover svg.ic4 ellipse, .left-m-bar li a.nav-link:hover svg.ic8 ellipse {
    stroke: #175cff;
}

.left-m-bar li a.nav-link.active:hover svg.ic4 ellipse, .left-m-bar li a.nav-link.active:hover svg.ic8 ellipse {
    stroke: #fff;
}


a.nav-link.active svg path {
    stroke: #fff;
}

a.nav-link.active svg path.appi {
    fill: #fff;
    stroke: transparent;
}

.left-m-bar li a.nav-link.active:hover svg path.appi {
    fill: #fff;
    stroke: transparent;
}

.left-m-bar li a.nav-link:hover svg path.appi {
    fill: #175cff;
    stroke: transparent;
}

a.nav-link.active svg.ic3 path {
    fill: #fff;
}

.left-m-bar li a.nav-link:hover svg path.ap_t {
    fill: #fff;
}

.left-m-bar li a.nav-link:hover svg path.apit, .left-m-bar li a.nav-link:hover svg line.apit {
    stroke: #175cff;
}

.left-m-bar li a.nav-link.active svg path.apit, .left-m-bar li a.nav-link.active svg line.apit {
    stroke: #fff;
}

.left-m-bar li a.nav-link.active svg.ic4 ellipse, .left-m-bar li a.nav-link.active svg.ic8 ellipse {
    stroke: #fff;
}

/* a.nav-link svg path {
    fill: #838383;
} */

a.nav-link.active svg.mkrtt path {
    stroke: #fff;
    fill: transparent;
}


.rg_br .eka-side {
    border: none;
}

.rg_pnl{border-left: 1px solid #ccc;}

.eka-side {
    width: 4.5rem;
    height: 100vh;
    border-right: 1px solid #ccc;
}

.bg-gray {
    background: #f9f9f9;
}

/* warning toast */
.toast-warning{
    position: absolute;
    top: 12px;
    width: 580px;
    right: 12px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    z-index: 99;
    transform: translateY(15%);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }

  .toast-warning .toast-content{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .toast-warning .toast-check {
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #f5ab23;
      color: #fff;
      padding: 28px 22px;
  }
  .toast-warning .message{
    display: flex;
    flex-direction: column;
    padding: 8px 35px 8px 15px;
  }

  .toast-warning .message h5 {
      color: #3f5067;
      font-size: 15px;
      margin: 0 0 8px;
  }
  .toast-warning .message p {
      color: #3f5067;
      font-weight: normal;
      margin:0px;
      font-size: 13px;
      line-height: 18px;
  }
  .toast-warning .toast-close{
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px;
    cursor: pointer;
  }
  /* warning toast */

div#license_warning a {
  color: #161053;
  font-weight: 600;
  float: none;
  padding: 0;
}

div#license_warning a:hover {
    color: #3258bf !important;
}

.ekalogos {
    width: 115px;
	margin: 5px 0px;
}

.custom_head{
	/* background:url("middleware/pub/server/ui/icons/heaer_bg.png"); */
	background:#12114b;
	height: 42px;
}


.table>:not(caption)>*>* {
    border-bottom-width: 0 !important;
    vertical-align: middle;
}

.runcircles {
    margin-right: 5px;
}

.actionicons svg {
    cursor: pointer;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 9px;
    margin-left: 9px;
}

.dltbtn {
    width: 15px;
}

.text-blue {
    color: #175cff;
}

.text-right {
    text-align: right;
}

input[type="search"] {
    background: #f5f5f5;
    border: 0;
}

.tab-content input[type=radio]:checked:after {
    background-color: #175cff !important;
}

.tab-content input[type=radio] {
    border: 0.1em solid #bdbdbd !important;
}

.form-check-input:checked {
    /* background-color: #606060 !important; */
    /* border-color: #606060 !important; */
}

.form-check-input:focus {
    border-color: #606060 !important;
    outline: 0;
    box-shadow: none !important;
}
.success.form-check-input:checked {
    background-color: #2cb653 !important;
    border-color: #2cb653 !important;
}
.success.form-check-input:focus {
    border-color: #2cb653 !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #2cb65332 !important;
}
/* Custom default tooltip */
.ekatooltipdefault {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.ekatooltipdefault .ekatooltipdefaulttext {
    visibility: hidden;
    width: max-content;
    background-color: #e5e5e5;
    color: #000;
    text-align: left;
    border-radius: 4px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    top: -2.5rem;
    left: -6px;
    font-size: 12px;
}

.cronsinfo .ekatooltipdefaulttext {
    top: -2rem;
}

.ekatooltipdefault:hover .ekatooltipdefaulttext {
    visibility: visible;
}


.ekatooltipdefault .ekatooltipdefaulttext:after {
    content: "";
    position: absolute;
    bottom: -12px;
    z-index: 1;
    border: 5px solid #e5e5e5;
    border-width: 8px 5px 5px 5px;
    border-color: #e5e5e5 transparent transparent transparent;
    left: 6px;
    width: 5px;
}

/* Custom Danger tooltip */
.ekatooltipdanger {
    position: relative;
    display: inline-block;
    /* margin-top: -5px; */
    cursor: pointer;
}

.ekatooltipdanger .ekatooltipdangertext {
    visibility: hidden;
    width: 15rem;
    background-color: #ff5f5f;
    color: #fff;
    text-align: left;
    border-radius: 4px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    top: -4.7rem;
    left: -5px;
    font-size: 12px;
}

.ekatooltipdanger:hover .ekatooltipdangertext {
    visibility: visible;
}

.ekatooltipdangertext p {
    margin: 0;
}

.header_home{
   position: relative;
   padding: 4px 12px !important;
}
.header_home:after{
  content: "";
  position: absolute;
  left: 0;
  background-color: #fff;
  width: 1px;
    height: 14px;
    top: 8px;
}
.header_home img{
      width: 24px !important;
}
.ekatooltipdanger .ekatooltipdangertext:after {
    content: "";
    position: absolute;
    bottom: -12px;
    z-index: 1;
    border: 5px solid #ff5f5f;
    border-width: 7px 5px 5px 5px;
    border-color: #ff5f5f transparent transparent transparent;
    left: 5px;
    width: 5px;
}
.custom_deletebtn{
    background-color: #f2533e; color: #fff;
}
.delete_cancelbtn{
    background-color: #BBBBBB; color:#000000;
}
.status {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
    margin-right: 6px;
    position: relative;
    display: block;
    transition: 0.2s all linear;
}

.st-success {
    background-color: #2cb653;
}

.st-danger {
    background-color: #ff5f5f;
}

.st-warning {
    background-color: #ffaa5f;
}

.st-light {
    background-color: #ccc;
}


.status:before {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    border: 2px solid transparent;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s all linear;
    z-index: -1;
}

.status:hover {
    transform: scale(0.8);
    cursor: pointer;
}

.st-success:hover:before {
    border: 2px solid #2cb653;
}

.st-danger:hover:before {
    border: 2px solid #ff5f5f;
}

.st-warning:hover:before {
    border: 2px solid #ffaa5f;
}

.st-light:hover:before {
    border: 2px solid #ccc;
}

.statusdisplay .status {
    top: 6px;
}

.statusdisplay {
    display: flex;
}

.btn-secondary {
    color: #000;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
}

.th_btn_grid .btn-group .btn-secondary {
    color: #fff;
    background-color: #175cff;
    border-color: #175cff;
}

ul.dropdown-menu.sw_dr {
    transform: translate(-17px, 45px) !important;
}

ul.dropdown-menu.sw_dr{
	background-color: #f7f9fa !important;
	border: 1px solid #ecedee !important;
	padding: 0.5rem;
}

#startCheckBox:after {
    display: none;
}

.page-link {
    padding: 0 6px;
}

.page-link {
    position: relative;
    display: block;
    color: #808080;
    text-decoration: none;
    background-color: #fff;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.page-item.active .page-link {
    z-index: 3;
    color: #000;
    background-color: transparent;
    border-color: #000;
    border-bottom: 1px solid #000;
}

.nodetext {
    padding: 10px;
}

.nodetext strong {
    margin-left: 5px;
}

.pl-3 {
    padding-left: 3rem !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.form-switch input.form-check-input {
    width: 2.3em;
    height: 1.2em;
}

.ekatable {
    border-radius: 5px;
    border: 1px solid #ecedee;
    box-shadow: 0px 6px 8px -4px rgb(0 0 0 / 10%);
}

.text-center {
    text-align: center;
}

.card {
    border: 1px solid #ecedee;
    box-shadow: 0px 6px 8px -4px rgb(0 0 0 / 10%);
}

.customheight {
    overflow-y: auto;
    height: 380px;
}

.btn {
    box-shadow: 0 4px 7px 0 #00000030;
}
.svgspan svg path {
    fill: #cc4c4c;
}

.mdltitlespan {
    font-size: 16px;
    font-weight: 500;
    margin-left: 8px;
}
.mdltitle span {
    vertical-align: top;
}
.btnclose {
    color: #000;
    text-decoration: underline;
    margin-right: 1rem;
}
.btnok {
    width: 5rem;
    font-size: 13px;
}
.mdlpadding {
    padding: 2rem 2rem 2rem 2rem;
}
.mdlbodytext {
    margin-bottom: 1.5rem;
}
.mr-1 {
    margin-right: 1em;
}
.editicosec svg {
    vertical-align: baseline;
    margin-right: 3px;
}

.mdltabs .nav-tabs .nav-link.active {
    color: #175cff;
    font-weight: 500;
    border: transparent;
    background: #fff;
}
.mdltabs .nav-tabs {
    border: transparent;
    background: #f9f9f9;
}

.mdltabs .nav-link {
    color: #050505;
    background: #f9f9f9;
    border: transparent;
}
.mdltabs {
    border-radius: 5px;
    border: 1px solid #ecedee;
    box-shadow: 0px 5px 5px -4px rgb(0 0 0 / 10%);
}
.mdltabs .tab-content {
    padding: 1rem;
}

.mdltabs .form-check-input:checked {
    background-color: #175cff !important;
    border-color: #175cff !important;
}
.mdltabs .form-check-input:focus {
    border-color: #175cff !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #175cff4d !important;
}
.selectbax {
    margin-left: 1rem;
    margin-right: 1rem;
}
.mt-half{
    margin-top: 0.3rem;
}
.mdltabs .form-select {
    padding: 3px 35px 3px 10px;
    background-position: right 2px center;
    font-weight: 500;
}
.btn-primary {
    color: #fff;
    background-color: #175cff;
    border-color: #175cff;
    box-shadow: 0 11px 18px -8px rgb(23 92 255 / 60%) !important;
}

/* new css 28 june */
.navbar {
         /* background-color: #fff; */
         /* border-bottom: solid 1px #eaebed; */
         min-height: 15px;
         margin-bottom: 0px;
         line-height: normal;
         border-radius: 0px;
         border-right: solid 1px #eee;
		 padding: 0;
         }
         .dropdown {
         float: left;
         overflow: hidden;
         }
         .eka_logo {
         padding: 1px 0px 1px 8px;
         margin-right: -4px;
         }
         /* .eka_logo img {
         width: 118px;
         } */
         span.glyphicon.glyphicon-log-in {
         margin-right: 5px;
         color: #7e7e7e;
         }
         .dropdown .dropbtn {
         font-size: 12px;
         border: none;
         outline: none;
         color: #6d6d6d;
         padding: 14px 10px;
         text-transform: capitalize;
         font-weight: 500;
         float: right;
         }
         body{ font-size:14px; font-family: Figtree, sans-serif !important;}
         cron-expression-input .modal-dialog{
         min-width:1000px;
         }
         div#ekaSchedulerTable {
         margin: 20px auto;
         }
         div#createSchedulerJobModelDialog h3 {
         font-size: 18px;font-family: Figtree, sans-serif !important;padding-bottom: 15px; color:#101010;
         }
         .modal-footer-en {
         margin: 7px 0px 17px;
         }
         .tabulator{background-color:#fff;}
         .modal-header{border-bottom:0px;}
         ul.nav.nav-tabs {
         margin-bottom: 14px !important;
         }
         .dt-buttons {
         display: inline-block;
         margin-bottom: 15px;
         padding-top: 5px;
         }
         .dt-buttons .dt-button {
         background: #1976d2 none repeat scroll 0 0;
         border-radius: 4px;
         color: #ffffff;
         margin-right: 3px;
         padding: 5px 15px;
         }
         .dt-buttons .dt-button:hover {
         background: #2f3d4a none repeat scroll 0 0;
         }
         .dataTables_info,
         .dataTables_length {
         display: inline-block;
         }
         .dataTables_length {
			margin-top: 20px;
			margin-bottom: 15px;
			color: #808080;
			font-size: 13px;
			/* padding-left: 20px; */
			}

			.dataTables_info {
				color: #808080;
				display:none;
			}

			a#aPiTable_previous {
				border-radius: 4px 0px 0 4px;
			}

			a#aPiTable_next {
				border-radius: 0 4px 4px 0px;
			}

		 .dataTables_length select {
         background-color: transparent;
         background-image: linear-gradient(#175cff, #175cff), linear-gradient(#b1b8bb, #b1b8bb);
         background-position: center bottom, center calc(99%);
         background-repeat: no-repeat;
         background-size: 0 2px, 100% 1px;
         border: 0 none;
         /* padding-bottom: 5px; */
         transition: background 0s ease-out 0s;
		 font-size: 14px;
			color: #505050;
			font-weight: 500;
         }
         .dataTables_length select:focus {
         background-image: linear-gradient(#175cff, #175cff), linear-gradient(#b1b8bb, #b1b8bb);
         background-size: 100% 2px, 100% 1px;
         box-shadow: none;
         outline: medium none;
         transition-duration: 0.3s;
         }
         .dataTables_filter {
         float: right;
         margin-top: 14px;
         margin-bottom: 10px;
         }
         .dataTables_filter input {
         background-color: transparent;
         background-image: linear-gradient(#175cff, #175cff), linear-gradient(#b1b8bb, #b1b8bb);
         background-position: center bottom, center calc(99%);
         background-repeat: no-repeat;
         background-size: 0 2px, 100% 1px;
         border: 0 none;
         border-radius: 0;
         box-shadow: none;
         float: none;
         margin-left: 10px;
         transition: background 0s ease-out 0s;
         }
         .dataTables_filter input:focus {
         background-size: 100% 2px, 100% 1px;
         box-shadow: none;
         outline: medium none;
         transition-duration: 0.3s;
         }
         table.dataTable thead .sorting,
         table.dataTable thead .sorting_asc,
         table.dataTable thead .sorting_asc_disabled,
         table.dataTable thead .sorting_desc,
         table.dataTable thead .sorting_desc_disabled {
         background: transparent none repeat scroll 0 0;
         }
         table.dataTable thead .sorting_asc::after {
         content: "";
         cursor: pointer;
         font-family: fontawesome;
         margin-left: 10px;
         }
         table.dataTable thead .sorting_desc::after {
         content: "";
         cursor: pointer;
         font-family: fontawesome;
         margin-left: 10px;
         }
         table.dataTable thead .sorting::after {
         color: rgba(50, 50, 50, 0.5);
         content: "";
         cursor: pointer;
         font-family: fontawesome !important;
         margin-left: 10px;
         }
         .dataTables_wrapper .dataTables_paginate {
         float: right;
         text-align: right;
		 padding-top: 0.9em;
         }
         .dataTables_wrapper .dataTables_paginate .paginate_button {
         border: 1px solid #ddd;
         box-sizing: border-box;
         color: #67757c;
         cursor: pointer;
         display: inline-block;
         min-width: 1.5em;
         padding: 0.5em 1em;
         text-align: center;
         text-decoration: none;
         }
         .dataTables_wrapper .dataTables_paginate .paginate_button.current,
         .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
         background-color: #175cff;
         border: 1px solid #175cff;
         color: #ffffff !important;
         }
         .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
         .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
         .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
         background: transparent none repeat scroll 0 0;
         border: 1px solid #ddd;
         box-shadow: none;
         color: #67757c;
         cursor: default;
         }
         .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
         background-color: #175cff;
         border: 1px solid #175cff;
         color: white;
         }
         .dataTables_wrapper .dataTables_paginate .paginate_button:active {
         background-color: #175cff;
         outline: medium none;
         }
         .dataTables_wrapper .dataTables_paginate .ellipsis {
         padding: 0 1em;
         }
         .tablesaw-bar .btn-group label {
         color: #67757c !important;
         }
         .dt-bootstrap {
         display: block;
         }
         .tabl_outer {
         width: 100%;
         margin: 0 auto;
		 position: relative;
         }
         table { border-collapse: separate; border-spacing: 0; }
         .tabl_outer .table-bordered > thead > tr > th, .tabl_outer .table-bordered > tbody > tr > th, .tabl_outer .table-bordered > tfoot > tr > th, .tabl_outer .table-bordered > thead > tr > td, .tabl_outer .table-bordered > tbody > tr > td, .tabl_outer .table-bordered > tfoot > tr > td {
         border: none;
         padding: 12px;
         }
         .tabl_outer .table-bordered{border-radius: 5px; border: 1px solid #ecedee; box-shadow: 0px 6px 8px -4px rgba(0,0,0,0.1);}
         .dataTables_filter input {
            box-shadow: none;
            float: none;
            margin-left: 10px;
            border: transparent;
            border-radius: 4px;
            height: 38px;
            padding: 0 10px;
            background: #f5f5f5;
            font-size: 12px;
}
         .dataTables_filter input:focus {
         background-image: none;
         }
         /* div#cronMakerTable_length {
         display: none;
         } */
         .tabl_outer .fa.fa-check {
         color: #45df56;
         }
         .tabl_outer .fa.fa-times {
         color: red;
         }
         /* .sch_action {
         text-align: right;
         width: 100%;
         float: right;
         margin: 20px 0px 0px;
         } */
         .btn.s_new {
         background: #175cff;
         color: #fff;
         box-shadow: 0 11px 18px -8px rgba(23, 92, 255, 0.6);
         /*box-shadow: 0 10px 9px -10px rgba(229, 229, 229, 0.9);*/
         font-size: 1.5rem;
         font-weight: 500;
         padding: 0.85rem 1.75rem;
         }
         .btn.rl_sch {
         background: #e5e5e5;
         color: #333;
         box-shadow: 0 11px 18px -8px rgba(229, 229, 229, 0.6);
         /*box-shadow: 0 10px 9px -10px rgba(229, 229, 229, 0.9);*/
         font-size: 1.5rem;
         font-weight: 500;
         padding: 0.85rem 1.75rem;
         margin-left: 12px;
         }
         /* .tabl_outer h3 {
    position: absolute;
    font-size: 22px;
    font-weight: 500;
    top: 11px;
    width: 50%;
    background: #fff;
    padding: 5px 12px;
    left: 5px;
} */

.tabl_outer h3 {
    font-size: 22px;
    font-weight: 500;
    background: #fff;
    margin: 20px 0 0px;
}
         .btn:focus {
         outline: none;
         outline-offset: 0;
         }

		 span.actionicons a {
			margin: 0 5px;
		}
		span.actionicons .view_ic img {
			width: 16px;
		}
		span.actionicons a.dlt_ic img {
			width: 14px;
		}

		.eka-side svg {
			width: 30px;
		}

		.menu_ico {
			width: 28px !important;
		}

		.docu_ico {
			width: 21px !important;
		}

		span#closeSchedulerJobModelDialog {
    text-align: right;
    font-size: 26px;
    cursor: pointer;
    position: absolute;
    right: 35px;
    top: 28px;
    color: #040d21;
    opacity: 0.9;
}

		.refsh_btn {
			position: absolute;
			right: 232px;
			top: 16px;
			background: #175cff;
			padding: 8px 12px;
			border-radius: 4px;
			color: #fff;
		}

		.anc_kbtn button {
			margin-left: 10px;
		}
		.anc_kbtn {
			text-align: right;
		}

		a.back_step_btn {
			font-size: 13px;
			background: #3c3c3c;
			color: #fff;
			font-weight: 600;
			z-index: 9;
			padding: 6px 18px;
			border-radius: 50px;
			margin: 0px 10px 0px 0px;
			display: inline-flex;
		}

		.cr_grid .jb {
			width: 100%;
			text-align: left;
			padding: 4px 4px 5px;
			font-weight: 500;
		}

		.refresh_at {
			position: absolute;
			right: 0;
			top: 0px;
			top: -8px;
		}

        .monitor_refresh{
           text-align: right;
           margin-bottom: 20px;
        }

select.auto_refresh_dropdown {
    border-radius: 5px;
    border: solid 1px #e5e5e5;
    margin-right: 11px;
    font-size: 14px;
    color: #505050;
    background: #e5e5e5;
    padding: 9px 35px 9px 12px;
}

select.api_dropdown {
    border-radius: 5px;
    border: solid 1px #e5e5e5;
    margin-right: 5px;
    font-size: 14px;
    color: #505050;
    background: #e5e5e5;
    padding: 10px 35px 10px 12px;
}

.btn-group.cstm .dropdown-toggle {
    padding: 10px 32px;
    box-shadow: 0 11px 18px -8px rgb(222 222 222 / 90%) !important;
}

.btn-group.cstm .dropdown-menu{
	border: 1px solid rgb(157 157 157 / 15%) !important;
}


		.refresh_btn {
    background: #175cff;
    color: #fff;
    padding: 9px 18px;
    font-size: 15px;
    border-radius: 5px;
}

.nm_lines{
	position: absolute;
    left: 174px;
    top: 9px;
}


		.editicosec a:hover .cls-1 {
			fill: #175cff;
		}

		.refresh_btn:hover, .refresh_btn:focus {
			color:#fff !important;
		}

		table#cronMakerTable th {
			width: auto !important;
		}


		.fq_grid .l_nm {
			padding: 0px 0 6px;
			font-weight: 500;
			margin-top: 0;
		}

		.api_ic{width:28px !important;}

		/* .tabbable-panel {
  border:1px solid #eee;
  padding: 10px;
} */

.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin: 0 10px 0 0px;
}
.tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    font-size: 18px;
    padding: 16px 25px;
    color: #b8b8b8;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #000;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  /* border-bottom: 4px solid #32465B; */
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
    color: #000;
    font-weight: 500;
    border-bottom: solid 2px #ffffff !important;
    border: solid 1px #ecedee;
    border-radius: 4px 4px 0px 0px;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
    margin-top: 5px;
    background-color: #fff;
    border: 1px solid #ecedee;
    padding: 25px;
    border-radius: 0px 5px 5px 5px;
    /* box-shadow: 0px 6px 8px -4px rgb(0 0 0 / 10%); */
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

.tabbable-line {
    margin: 25px 0 0px;
}

.pr_ls{display:flex;}

.fr-style .col-form-label {
    text-align: right;
}

.form-check.ck_g {
    display: inline-block;
    margin: 10px 20px 5px 0px;
}

.fr-style input.form-control {
    font-size: 14px;
}

.log_txt {
    width: 100%;
    border: solid 1px #e5e5e5;
    padding: 20px 16px;
    margin: 32px 0px;
    border-radius: 4px;
    background: #fdfdfd;
    line-height: 28px;
    font-size: 14px;
    font-weight: 500;
}

.log_txt:focus {
    border: solid 1px rgb(67 91 125);
	box-shadow: 0 7px 7px -6px rgb(67 91 125 / 20%) !important;
}


.expr_icon {
    width: 29px !important;
}

/* .tabbable-line.api_dl .tab-content {
    padding: 0;
    border: none;
    box-shadow: none;
} */

.tabletitle h3 {
    margin-top: 20px;
	font-size:22px;
}

.tabbable-line.api_dl {
    margin-top: 80px;
}

.margin_16{margin-bottom:16px !important;}

.updatefile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: solid 1px #eee;
    padding: 15px 25px;
    border-radius: 4px;
}

.updatefile p {
    margin: 0px;
    padding: 0;
}

.updatefile_list a {
    margin-top: 5px;
    display: inline-block;
}
.updatefile_list {
    padding: 15px 15px 0px;
    margin: 0px;
}

.updatefile_list h4 {
    font-size: 16px;
    font-weight: 500;
}

ul.file_list {
    margin: 0px;
    padding: 0;
}

ul.file_list li {
    list-style: none;
    margin: 0px;
    padding: 2px 0px;
}

.updatefile_name h6 {
    font-size: 14px;
}

.updatefile_name p {
    color: #c0c0c0;
    font-size: 13px;
}

.updatefile button#check-for-update {
    padding: 10px 20px;
    font-size: 14px;
}


.btn-gry {
    color: #175cff;
    background-color: #fff;
    border-color: #175cff;
    box-shadow: none;
    border: solid 1px #175cff !important;
}

.btn {
    display: inline-block;
    padding: 10px 36px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.tabletitle h3 a {
    font-size: 14px;
    color: #878787;
	margin-right: 4px;
    font-weight: normal;
}

.tabletitle.ap_detail h3 {
	margin-top: 9px;
}

.btn-gry:hover, .btn-gry:focus {
    color: #0c60ae;
    outline: none !important;
	border: solid 1px #0c60ae !important;
}

table a:hover {
    color: #0c60ae;
}

.table-bordered>tbody>tr:nth-of-type(odd){
	background:rgb(247 249 250 / 100%);
}

.form-check-input:checked {
    background-color: #505050;
    border-color: #505050;
}

.previous {
    border-radius: 5px 0px 0 5px;
}

.next {
    border-radius: 0px 5px 5px 0px;
}

.editicosec .text-black {
    margin-top: 20px !important;
    display: block;
}

.tabletitle h5 {
    margin-bottom: 17px;
}


#run_history>tr:nth-of-type(odd) {
    background: rgb(247 249 250 / 100%);
}

.tabletitle h3 a:hover {
    color: #353535;
}

.fq_grid {
    margin-bottom: 16px;
}

#cronExpressionFieldset .cronButtonUI{
	border-color: #175cff !important;
    background-color: #175cff !important;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}


.form-control {
    display: block;
    width: 100%;
    /* font-weight: 500; */
    height: 40px !important;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #e5e5e517 !important;
    background-image: none;
    border: 1px solid #e9e9e9 !important;
    border-radius: 4px !important;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #ced4da;
    background: #e5e5e517;
}

#schedulerCronExp .modal-content{width:auto; padding:0px;}

#schedulerCronExp select {
  /* needed */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* SVG background image */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E") !important;
    background-size: .7em !important;
    background-position: calc(100% - 0.9em) center !important;
    background-repeat: no-repeat !important;
}

a.navbar-brand.col-md-3.col-lg-2.px-3 {
    padding: 1px 8px !important;
}

a.nav-link.px-3 img {
    width: 17px !important;
}

.eka-side ul {
    padding-top: 0px;
    position: fixed;
    width: 72px;
}


.eka-side ul li a {
    padding: 12px 10px !important;
}

.eka-side ul li {
    padding: 0px 0px;
}


/* api dataTable loder */
.table-loader{
   visibility:hidden;
}
.table-loader:before {
    margin-top:-50px;
	border-radius: 4px;
	border: 1px solid #ecedee;
	visibility:visible;
    display:table-caption;
    content: " ";
    width: 100%;
		/* height: 211px; */
		height: 229px;
		background-image: linear-gradient( rgb(235 235 235 / 0%) 1px, transparent 0 ), linear-gradient(90deg, rgb(235 235 235 / 0%) 1px, transparent 0 ), linear-gradient( 90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 15%, rgba(255, 255, 255, 0) 30% ), linear-gradient( transparent 45px, rgba(228, 228, 228, 0.5) 0 );

		background-repeat: repeat;

		background-size: 1px 137px, calc(100% * 0.2) 1px, 30% 100%, 2px 92px;

		background-position:
			0 0,
      0 0,
      0 0,
			0 0;

		animation: shine 0.5s infinite;
	box-shadow: 0px 6px 8px -4px rgb(0 0 0 / 10%);
}

	@keyframes shine {
		to {
			background-position:
				0 0,
        0 0,
        40% 0,
				0 0;
		}
	}
/*api dataTable loder */


/* api detail dataTable loder */
.apdetail-table-loader{
   visibility:hidden;
}
.apdetail-table-loader:before {
    margin-top:-50px;
	border-radius: 4px;
	border: 1px solid #ecedee;
	visibility:visible;
    display:table-caption;
    content: " ";
    width: 100%;
		height: 229px;
		background-image: linear-gradient( rgb(235 235 235 / 0%) 1px, transparent 0 ), linear-gradient(90deg, rgb(235 235 235 / 0%) 1px, transparent 0 ), linear-gradient( 90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 15%, rgba(255, 255, 255, 0) 30% ), linear-gradient( transparent 45px, rgba(228, 228, 228, 0.5) 0 );

		background-repeat: repeat;
        background-size: 1px 137px, calc(100% * 0.2) 1px, 30% 100%, 2px 92px;
		background-position:
			0 0,
      0 0,
      0 0,
			0 0;
        box-shadow: 0px 6px 8px -4px rgb(0 0 0 / 10%);
		animation: shine 0.5s infinite;
	}

	@keyframes shine {
		to {
			background-position:
				0 0,
        0 0,
        40% 0,
				0 0;
		}
	}
/*api detail dataTable loder */

/* scheduler dataTable loder2 */
.schedulerTable-loader2{
   visibility:hidden;
}
.schedulerTable-loader2:before {
    margin-top:-50px;
	border-radius: 4px;
	border: 1px solid #ecedee;
	visibility:visible;
    display:table-caption;
    content: " ";
    width: 100%;
		height: 229px;
		background-image: linear-gradient( rgb(235 235 235 / 0%) 1px, transparent 0 ), linear-gradient(90deg, rgb(235 235 235 / 0%) 1px, transparent 0 ), linear-gradient( 90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 15%, rgba(255, 255, 255, 0) 30% ), linear-gradient( transparent 45px, rgba(228, 228, 228, 0.5) 0 );

		background-repeat: repeat;
        background-size: 1px 137px, calc(100% * 0.2) 1px, 30% 100%, 2px 92px;
		background-position:
			0 0,
      0 0,
      0 0,
			0 0;
        box-shadow: 0px 6px 8px -4px rgb(0 0 0 / 10%);
		animation: shine 0.5s infinite;
	}

	@keyframes shine {
		to {
			background-position:
				0 0,
        0 0,
        40% 0,
				0 0;
		}
	}
/*scheduler dataTable loder2 */


/* scheduler dataTable loder */
.schedulerTable-loader{
   visibility:hidden;
}
.schedulerTable-loader:before {
    margin-top:-50px;
	visibility:visible;
    display:table-caption;
    content: " ";
    width: 100%;
		height: 71px;
		background-image:
		linear-gradient( rgba(235, 235, 235, 1) 1px, transparent 0 ),
      linear-gradient(90deg, rgba(235, 235, 235, 1) 1px, transparent 0 ),
      linear-gradient( 90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 15%, rgba(255, 255, 255, 0) 30% ),
      linear-gradient( rgba(240, 240, 242, 1) 35px, transparent 0 )
			;

		background-repeat: repeat;

		background-size:
			1px 35px,
			calc(100% * 0.2) 1px,
      30% 100%,
      2px 70px;

		background-position:
			0 0,
      0 0,
      0 0,
			0 0;

		animation: shine 0.5s infinite;
	}

	@keyframes shine {
		to {
			background-position:
				0 0,
        0 0,
        40% 0,
				0 0;
		}
	}
/*scheduler dataTable loder */



.add_kbtn {
    text-align: right;
    margin-bottom: 18px;
}

.envr_close {
    font-size: 11px;
    color: #040d21;
    position: absolute;
    right: 35px;
    top: 35px;
}

.nw_popup .modal-content {
    padding: 35px;
}

.display-none{display: none;}

.nw_popup .modal-header{padding:0px;}
.nw_popup .modal-footer{padding:0px; border:0px;  margin-top: 25px;}

.nw_popup label{margin-bottom: 6px;
    font-size: 14px;
    margin-top: 0px; font-weight:500;}

.nw_popup .modal-footer .btn{margin:0px 0 0 15px;}

.nw_popup .modal-body {
    padding: 0px;
}

.btn-check:focus+.btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 11px 18px -8px rgb(130 138 145 / 60%) !important;
}

.credentials_grid h6 {
    font-size: 15px;
	font-weight: 600;
}

.credentials_grid {
    margin: 16px 0 0px;
    border: 1px solid #f9f9f9 !important;
    padding: 20px;
    border-radius: 4px;
    background: #fdfdfd;
}

.m-t-b {
    margin-top: 22px;
    margin-bottom: 0px;
}

.nw_popup .modal-title {
    font-size: 18px;
    font-weight: 500;
    color: #101010;
	line-height: 13px;
}

.tm_check {
    margin: 8px 0 0px;
}

.tm_check label {
    margin-right: 12px;
}

button.cn_trs {
    background: transparent;
    border: none;
    text-decoration: underline;
    color: #8d8d8d;
    font-size: 14px;
}

img.dle_en_list {
    width: 13px;
}


.btn-primary2 {
    color: #175cff;
    background-color: transparent;
    border-color: #175cff;
    box-shadow: none !important;
    font-size: 13px;
    padding: 9px 24px;
    border-radius: 4px;
}

.btn-primary2:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.btn-close:focus {
    outline: 0;
    box-shadow: none;
}

a.text-black.algn_ed {
    font-size: 13px;
    background: #ddd;
    padding: 9px 28px;
    border-radius: 4px;
	margin-top: 6px;
    /* position: absolute;
    right: 0;
    bottom: 24px; */
}

.ps_ed {
    float: right;
}

.nodetext.setting_grid .ps_ed strong {
    float: none;
	padding-right:10px;
}

a.text-black.algn_ed:hover {
    background: #c5c5c5;
    color: #000;
}

/* .add_team_btn { */
    /* text-align: left; */
    /* position: absolute; */
    /* bottom: 4px; */
/* } */

#team_tab .tabl_outer .table-bordered, #group_tab .tabl_outer .table-bordered{
	box-shadow:none;
	border: none;
}

/* #team_tab .table-bordered>tbody>tr:nth-of-type(odd) {
    background: rgb(247 249 250 / 100%);
} */

#team_tab .table-striped>tbody>tr:nth-of-type(odd), #group_tab .table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: rgb(247 249 250 / 100%);

}

#credentials_tab .table-striped>tbody>tr:nth-of-type(odd), #group_tab .table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: rgb(247 249 250 / 100%);

}

.nw_popup.pd_sty {
    padding: 0 12px 15px;
}

.nw_popup.pd_sty .anc_kbtn {
    margin: 15px 0px 0px;
}

#addTeamModal i#togglePassword {
    top: 46px;
}

#password-field i.bi {
    right: 26px !important;
    left: inherit;
    cursor: pointer;
    top: 30px;
}

div#password-field {
    position: relative;
}

div#password-field i {
    position: absolute;
    left: 0;
    top: 7px;
    padding: 6px 0px 9px 6px;
    color: #435b7d;
    transition: 0.3s;
    width: 40px;
    text-align: center;
}


.bi.bi-eye-slash.bi-eye::before {
    content:'';
background: url("middleware/pub/server/ui/icons/icon_eye.svg"); /*url of image*/
height: 20px; /*height of image*/
width: 20px;  /*width of image*/
position: absolute;
background-repeat:no-repeat;
}
 
.bi-eye-slash::before {
   content:'';
background: url("middleware/pub/server/ui/icons/icon_eye_closed.svg"); /*url of image*/
height: 20px; /*height of image*/
width: 20px;  /*width of image*/
position: absolute;
background-repeat:no-repeat;
}

.st_head h3 {
    font-size: 13px;
    padding: 25px 7px 0px;
    text-transform: uppercase;
    color: #aaaaaa;
    font-weight: 400;
    letter-spacing: 1px;
}

.nodetext.setting_grid label {
    /* width: 100%; */
    font-size: 15px;
	font-weight:600;
}

.nodetext.setting_grid strong {
    margin: 0px;
    padding-top: 0px;
    display: inline-block;
    float: right;
    font-weight: 500;
    color: #303030;
}

span.bubble {
    background: #175cff;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 13px;
    display: inline-block;
    margin-right: 4px;
    margin-top: 4px;
}

.nodetext.setting_grid {
    border-bottom: solid 1px #eee;
    padding: 24px 0px 24px 0px;
    display: inline-block;
    width: 100%;
    margin: 0%;
}

.nodetext.setting_grid:last-child {
    border: none;
}

.copy_icon {
    position: absolute;
    right: 0;
    top: 13px;
}

#jwtNameDiv{position:relative;}

a#button-copy img {
    width: 19px;
}

.exp_alg {
    align-items: center;
    margin-top: 16px;
    display: flex;
}

.exp_alg .col-md-2 label {
    margin-bottom: 0px;
    margin-top: 0;
	font-weight: 500;
}

select#jwt_expiration_in:focus {
    border: solid 1px #e9e9e9;
}

#jwtInput {
    white-space: break-spaces;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    padding-right: 40px;
	font-size: 13px;
    font-weight: normal;
}

textarea#jwtInput {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 20px;
    padding: 10px;
    height: 76px !important;
    width: 100%;
	resize:inherit;
}

#jwtModelDialog .btn-primary2 {
    color: #175cff;
    background-color: transparent;
    border-color: #175cff;
    box-shadow: none !important;
    font-size: 15px;
	font-weight:500;
    padding: 11px 24px;
    border-radius: 4px;
    float: left;
    margin-left: 0 !important;
}

#jwtModelDialog .btn-primary2:hover {
    color: #fff;
    background-color: #175cff;
    border-color: #175cff;
}

#jwtModelDialog .anc_kbtn{
	margin-top: 16px;
}

.cs_opt{
	display:none;
	position: relative;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    padding: 0;
	}

.cs_opt input {
    border: none !important;
    width: 72%;
}

span.h_title {
    position: absolute;
    top: 10px;
	font-size:13px;
    right: 10px;
}

.cs_opt input:focus {
    border: none;
}

.act_dec {
    display: inline-block;
}

.act_dec a {
    border: solid 1px #175cff !important;
    padding: 10.4px 25px;
    border-radius: 5px;
    margin-right: 12px;
    font-size: 15px;
    font-weight: 500;
}

.act_dec a:hover, .act_dec a:focus {
	color: #0c60ae;
    outline: none !important;
    border: solid 1px #0c60ae !important;
}

.tabl_outer h3 span {
    font-size: 16px;
    /* padding-left: 8px; */
    color: #175cff;
}

.dropdown.navbar-right.tp_m {
    display: flex;
    align-items: center;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 11000; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	margin: 4% auto; /* 15% from the top and centered */
	padding: 35px;
	border: 1px solid #888;
	width: 300px; /* Could be more or less, depending on screen size */
	/* height: 400px; */
	height: auto !important;
	box-shadow: none !important;
}

#newUpdateModelDialog .modal-content {
    padding: 36px 32px 32px;
    border-radius: 10px;
}

#newUpdateModelDialog .modal-content h3 {
    font-size: 22px;
    margin-bottom: 8px;
}

.modal-backdrop{
	z-index:9;
}

.modal-content label {
    margin-bottom: 6px;
    font-size: 14px;
	font-weight: 500;
    margin-top: 16px;
}

.modal-content h3 {
  margin-bottom: 8px;
  font-size: 18px;
  margin-top: 0;
  font-weight: 600;
  color: #101010;
}

#jwtNameDiv label {
    margin-bottom: 6px;
    font-size: 14px;
    margin-top: 16px;
}

.close {
    color: #040d21;
    float: right;
    font-size: 26px;
    opacity: 0.9;
    position: absolute;
    top: 34px;
    right: 35px;
	cursor:pointer;
    font-weight: normal;
}

.error-box {
    height: 100%;
    position: fixed;
    width: 100%;
}

.error-body {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.error-body h1 {
    font-size: 120px;
    font-weight: 900;
	line-height:96px;
	padding-bottom:20px;
    color: #04102e;
}

.logout {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-right: 10px;
    opacity: 0.8;
}

.logout:hover, .logout:focus {
    color: #ccc !important;
}

.logout:hover .log_icon {
    filter: brightness(0) invert(0.7);
}

.dropdown.navbar-right.tp_m img {
    width: 16px !important;
}

/* .dropdown.navbar-right.tp_m {
    margin-top: 2px;
} */

.dataTables_length select {
    width: 55px;
    margin-left: 8px;
}

a.nav-link.px-3 img.log_icon {
    width: 30px !important;
}

a.btn.btn-info {
    color: #fff;
    background: #175cff;
}

.btn-info:hover, .btn-info:focus {
    color: #fff;
    outline: none !important;
	border-color: #175cff !important;
}

.lg_lines {
    display: inline-block;
}

#number_of_lines {
    border: solid 1px #e5e5e5;
    border-radius: 4px;
    padding: 7px 10px;
    margin-right: 10px;
	width: 214px;
}

#number_of_lines:focus {
	border: solid 1px rgb(67 91 125);
	box-shadow: 0 7px 7px -6px rgb(67 91 125 / 20%) !important;
}

.auto_refresh_dropdown:focus {
    border: solid 1px rgb(67 91 125);
    box-shadow: 0 7px 7px -6px rgb(67 91 125 / 20%) !important;
}

select.auto_refresh_dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E) !important;
    background-size: 0.7em !important;
    background-position: calc(100% - 0.8em) center !important;
    background-repeat: no-repeat !important;
}

.top_head.nx_tp {
    padding-top: 45px;
}

a.back_btn.previous.prv2 {
    position: absolute;
    left: 18px;
    top: 15px;
}


.top_head {
    background: #f9f9f9;
    padding: 18px;
	text-align:left;
    border-radius: 8px;
}

.top_head h4 {
    font-size: 20px;
}

.top_head p {
    margin: 0px;
    font-size: 14px;
    color: #484848;
}

.srch_bar input {
    width: 250px !important;
}
.srch_bar {
    display: flex;
	text-align:left;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0px;
}

.srch_bar h6 {
    color: #7a7a7a;
    font-weight: normal;
    font-size: 16px;
}

.slect_all_check {
    /* columns: 4; */
    text-align: left;
    font-size: 1.5em;
    margin: 25px 0 60px;
    padding: 0px;
}


/* .check_box_area {
    height: 250px;
    border: solid 1px #eee;
    overflow-y: scroll !important;
    border-radius: 8px;
    padding: 15px;
}  */

.slect_all_check li {
  list-style: none;
  margin: 0;
  padding: 6px 0px;
}

ul.slect_all_check label {
    font-size: 15px;
}

ul.slect_all_check label input {
    margin-right: 10px;
}


.ex_btn{text-align:center;}

/*form styles*/
#msform {
    position: relative;
    margin-top: 30px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    box-sizing: border-box;
    width:100%;
    /*stacking fieldsets above each other*/
    position: relative;
	text-align:center;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}



#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #2098ce;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
#msform .action-button {
    width: 100px;
    background: #175cff;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 6px;
    cursor: pointer;
    padding: 10px 25px;
    margin: 10px 5px;
    box-shadow: 0 11px 18px -8px rgb(23 92 255 / 60%) !important;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #2098ce;
}

#msform .action-button-previous {
    width: 100px;
    background: #aCbEd0;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #aCbEd0;
}

/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    overflow: hidden;
    counter-reset: step;
    width: 50%;
	text-align: center;
    margin: 0 auto 30px;
}

#progressbar li {
    list-style-type: none;
    color: #666;
    font-size: 14px;
    width: 50%;
    float: left;
    position: relative;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 22px;
    height: 22px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #fff;
    background: #fff;
    border-radius: 25px;
	border: solid 1px #eee;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: no-repeat;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
    border-bottom: dashed 1px #eee;
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps blue*/
/*The number of the step and the connector before it = blue*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #175cff;
    color: #175cff;
    border-color: #175cff;
}

#progressbar li.active:after {
    background: transparent;
}

.dwn_grid {
    border: solid 1px #eee;
    border-radius: 8px;
    padding: 50px;
    display: flex;
    flex-direction: column !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    text-align: center;
    height: 100%;
    align-items: center;
}

.dwn_grid img {
    width: 80px;
	margin-bottom: 25px;
}

.dwn_grid h6 {
    font-size: 18px;
    font-weight: 600;
}

.dwn_grid p {
    color: #606060dd;
}

.down_promote {
    margin: 75px;
}

.dwn_grid a {
    color: #000;
}

.bt_center{text-align:center;}

.envir_in {
    border: solid 1px #eee;
    padding: 15px;
    border-radius: 6px;
    margin: 13px 0px;
    position: relative;
    min-height: 27%;
}

.alert_mes {
    position: absolute;
    background: #fff;
    color: red;
    font-size: 11px;
    padding: 3px 8px;
    top: -15px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: inline-table;
    z-index: 9;
    border: solid 1px;
    border-radius: 3px;
    font-weight: 500;
}

.promot_notification {
    position: absolute;
    top: 3px;
    right: 0;
}

.promot_notification i {
    background: #175cff;
    color: #fff;
    padding: 5px;
    border-radius: 0px 6px 0px 6px;
}

.invr_name {
    margin-bottom: 4px;
}

.alert_mes img {
    width: 13px;
    margin-right: 3px;
}

.invr_url a img {
    width: 19px;
}

img.copied-success {
    width: 14px !important;
}

a.cpy {
    width: 19px;
}

.invr_name label {
    font-size: 15px;
    color: #000;
}

.tenant_name {
    padding-left: 30px;
}

.invr_url a {
    margin-right: 8px;
    word-break: break-all;
}

.invr_url {
    margin: 8px 0 0px;
    display: flex;
	min-height: 50px;
    align-items: baseline;
}


.invr_name span {
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 13px;
    text-transform: uppercase;
}

.invr_name .red{
	background: #f7dede;
    color: #ea4047;
}

.invr_name .green{
	background: #d8fae1;
    color: #57c263;
}

.invr_name .blue{
	background:#e4f8ff;
	color: #038edd;
}

.down_promote .modal-dialog {
    max-width: 950px;
}

.al_pnl_grid {
    margin: 15px 0px;
}

.envir_in:hover {
    box-shadow: 0 1px 20px rgb(0 0 0 / 5%);
    border-color: #bddfff;
}

div#promoteModal {
    text-align: left;
}


/* circle progressbar */

.progress-upload {
    width: 150px;
    height: 150px !important;
    float: left;
    line-height: 150px;
    background: none;
    margin: 15px 27% 25px;
    box-shadow: none;
    position: relative;
}
.progress-upload:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #efefef;
  position: absolute;
  top: 0;
  left: 0;
}
.progress-upload>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress-upload .progress-left {
  left: 0;
}
.progress-upload .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.progress-upload .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress-upload .progress-right {
  right: 0;
}
.progress-upload .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}
.progress-upload .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #fff;
  font-size: 24px;
  color: #175cff;
  line-height: 135px;
  text-align: center;
  position: absolute;
  font-weight:500;
  top: 5%;
  left: 7%;
}
.progress-upload.blue .progress-bar {
  border-color: #049dff;
}
.progress-upload.blue .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}


.envir_option {
    text-align: center;
    padding: 50px 0px;
}

.action_envir {
    margin: 40px 0px 0px;
}

.action_envir button {
    margin: 0 5px;
}

.create-envir label {
    margin-bottom: 6px;
    font-size: 14px;
    margin-top: 0px;
    font-weight: 500;
}

.cld_provider img {
    background: #f9f9f9;
    border: solid 1px #ededed;
    border-radius: 4px;
    padding: 12px 30px;
    width: 205px;
}

.create-envir h1 {
    font-size: 22px;
    font-weight: 500;
    background: #fff;
    margin: 25px 0 20px;
    border-bottom: solid 1px #eee;
    padding: 0 0 15px 10px;
}

.inn_space {
    margin-bottom: 15px;
}

.create-envir h5 {
    font-size: 18px;
    padding-bottom: 3px;
}

.pr_space {
    margin-bottom: 28px;
}

.create-envir hr {
    background-color: #ababab;
    margin: 30px 0;
}

.rangeSlider {
  position: relative;
  height: 6px;
  margin: 20px 15px;
  border-radius: 500px;
  background-color: #ddd;
}
.rangeSlider--animate .rangeSlider__handle,
.rangeSlider--animate .rangeSlider__tooltip {
  transition: left 300ms;
}
.rangeSlider--animate .rangeSlider__range {
  transition: left 300ms, width 300ms;
}
.rangeSlider__handle {
    display: inline-block;
    position: absolute;
    top: -12px;
    width: 35px;
    height: 35px;
    padding: 0;
    background-color: #175cff;
    border: solid 2px #fff;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 20%);
    border-radius: 50px;
}

.rangeSlider__handle:after {
    content: attr(data-value);
    display: block;
    position: absolute;
    top: 2px;
    left: 0px;
    width: 31px;
    height: 31px;
    line-height: 25px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    transition: margin 300ms;
}
.rangeSlider__handle:focus {
  outline: 0;
}
.rangeSlider__handle--from {
  left: -15px;
}
.rangeSlider__handle--to {
  right: -15px;
}
.rangeSlider__handle--active {
  z-index: 1;
}
.rangeSlider__range {
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #428bca;
  border-radius: 500px;
}
.rangeSlider__tooltips {
  position: absolute;
  top: -45px;
  width: 100%;
  height: 25px;
  filter: url("#composite-goo");
}
.rangeSlider__tooltip {
  position: absolute;
  width: 80px;
  height: 25px;
  background-color: #175cff;
}
.rangeSlider__tooltip--from {
  left: -40px;
}
.rangeSlider__tooltip--to {
  right: -40px;
}


textarea.form-control {
    height: auto !important;
}

table#environment_dns img {
    width: 28px;
}

.dns_sp{padding-top:15px;}

.grid_h span.env {
    padding: 2px 6px;
	font-weight:500;
    border-radius: 4px;
	margin-right: 8px;
    font-size: 12px;
    text-transform: uppercase;
}

.grid_h {
    padding: 13px;
}

.t_grid_in:hover {
    box-shadow: 0 1px 20px rgb(0 0 0 / 5%);
    border-color: #bddfff;
}

.grid_h .red {
    background: #f7dede;
    color: #ea4047;
}

.grid_h .blue {
    background: #e4f8ff;
    color: #038edd;
}

.grid_h p.status_en {
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
	font-weight:500;
    position: absolute;
    right: 0px;
}

.plt_row span img {
    /* width: 48px; */
	height:25px;
}

.f_left a:last-child {
    border: none;
}
.f_left a {
    border-right: solid 1px #ddd;
    padding: 0 5px;
}

.f_left a img {
    width: 26px;
}

.plt_row span {
    float: right;
    display: flex;
    align-items: center;
}

.plt_row i.material-icons {
    font-size: 18px;
    padding-left: 2px;
    color: #505050 !important;
    cursor: pointer;
}

tbody#deploymentList td i.material-icons {
    position: absolute;
    font-size: 18px;
    color: #505050 !important;
    padding-left: 8px;
    cursor: pointer;
}

.plt_row label {
    font-weight: 600;
}
.plt_row {
    border-bottom: solid 1px #f9f9f9;
    padding: 10px 0px;
}

#gridExpandModal .plt_row label {
    margin-top: 0;
}

.plt_row:last-child {
    border: none;
}

.tbar_footer {
    background: #f9f9f9;
    border-radius: 0 0 8px 8px;
    padding: 8px 12px;
    border-top: solid 1px #efefef;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.grid_h .tbar h5 {
    font-size: 15px;
    font-weight: 600;
}

.lnc_update {
    display: inline-flex;
    float: right;
	align-items: center;
}

.lnc_update a {
    background: #f2583d;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 4px;
    color: #fff;
    margin-left: 9px;
}

a#request-a-license-an {
    background: #175cff;
}

/* .t_grid_in {
    border: solid 1px #eee;
    border-radius: 8px;
    margin: 13px 0px;
} */

.ev_grid_outer {
    border: solid 1px #eee;
    border-radius: 8px;
    margin: 13px 0px;
}


.ev_grid_outer .plt_row {
    padding: 10px 13px;
}

.ev_grid_outer .grid_h{
    padding-bottom:0px;
    }

.ev_grid_outer .grid_h p:nth-child(2) {
    display: none;
}

.ev_grid_outer .plt_row span{
padding-bottom: 10px;
}

.trs {
    font-size: 16px;
}

.tbar {
    display: flex;
    align-items: baseline;
    position: relative;
}


.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 41px;
  height: 21px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 58%;
}

.tgl-light + .tgl-btn {
  background: #d7d7d7;
  border-radius: 2em;
  padding: 4px;
  transition: all 0.4s ease;
}
.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease;
  width: 13px;
}
.tgl-light:checked + .tgl-btn {
  background: #175cff;
}

.tgl_style {
    border-left: solid 1px #ddd;
    padding-left: 25px;
}

.plt_row span img.url_cpy {
    width: 20px;
}
span.s_dot {
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 15px;
    margin-right: 4px;
}

span.s_dot.red{background:#ea4047;}
span.s_dot.blue{background:#038edd;}
#gridExpandModal .modal-content .t_grid_in {
    margin: 0;
    border: none;
}

#gridExpandModal .modal-content {
    padding: 0px;
}

.f_left a.cl_btn {
    background: #ddd;
    color: #343434;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
}

a.back_to_setting {
    float: right;
    background: #e9ebec;
    color: #505050;
    padding: 10px 20px;
    border-radius: 6px;
}

.b_cn_btn {
    position: absolute;
    top: -10px;
    right: 0;
}

.b_cn_btn a {
    margin: 0 0px 0 10px;
}

.bk_btn_cn {
    position: relative;
}

.cr_gr {
    display: flex;
    align-items: center;
}

.cr_gr {
    display: flex;
    align-items: center;
}

a.rf_btn {
    background: #fff;
    border: solid 1px;
    padding: 8px 15px;
    border-radius: 4px;
    margin-left: 15px;
}

.srch_bar.sty #grid_type {
    width: 150px;
}

.tabl_outer th, .tabl_outer td {
    padding: 12px;
}

button.btn.btn-red {
    background: #fb3144;
    color: #fff;
    float: left;
    margin-left: 0;
}

a.rf_btn {
    background: #fff;
    border: solid 1px;
    padding: 8px 15px;
    border-radius: 4px;
    margin-left: 15px;
    width: 128px;
    text-align: center;
}

a.rf_btn i{padding-right:10px;}

/* timeline */
.timeline {
  position: relative;
  display: block;
  width: 100%;
  height: 4rem;
  margin: 3rem auto;
  border-radius: 5px;
}
.timeline--inner {
  position: absolute;
  display: block;
  top: 50%;
  right: 1rem;
  left: 1rem;
  height: 9px;
  margin: 0;
  margin-top: -3px;
  border: 0;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 1em;
  z-index: 1;
}
.timeline--inner-pin {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #F06292;
  border-radius: 100%;
  cursor: help;
  transition: all 0.7s ease;
}
.timeline--inner-pin:nth-of-type(0) {
  background-color: #919191;
  left: -10%;
}
.timeline--inner-pin:nth-of-type(1) {
  background-color: #919191;
  left: 10%;
}
.timeline--inner-pin:nth-of-type(2) {
  background-color: #919191;
  left: 30%;
}
.timeline--inner-pin:nth-of-type(3) {
  background-color: #919191;
  left: 50%;
}
.timeline--inner-pin:nth-of-type(4) {
  background-color: #919191;
  left: 65%;
}
.timeline--inner-pin:nth-of-type(5) {
  background-color: #919191;
  left: 80%;
}


.is-featured {
  width: 8px;
  height: 8px;
}

.is-normal {
  width: 8px;
  height: 8px;
}

[data-title] {
  white-space: nowrap;
}
[data-title]:after {
  content: attr(data-title);
  position: absolute;
  bottom: 100%;
  left: 50%;
  padding: 0.5rem;
  color: #333;
  font-size: 0.75rem;
  font-style: normal;
  background-color: #eee;
  border-radius: 5px;
  opacity: 0;
  transition: 0.25s cubic-bezier(0.905, -0.25, 0.52, 1);
  transform: translateX(-50%) rotate(5deg);
  pointer-events: none;
  z-index: 2;
}
[data-title]:hover:after {
  margin-bottom: 18px;
  opacity: 1;
  transform: translateX(-50%);
}
[data-title]:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: -16px;
  border: 10px solid transparent;
  border-top-color: #eee;
  opacity: 0;
  transition: 0.25s cubic-bezier(0.905, -0.25, 0.52, 1);
  transform: translateX(-50%) rotate(5deg);
  pointer-events: none;
  z-index: 3;
}
[data-title]:hover:before {
  margin-bottom: -1px;
  opacity: 1;
  transform: translateX(-50%);
}


.btn-primary.disabled, .btn-primary:disabled {
    color: #383838;
    background-color: #d9d9d9;
    border-color: #d9d9d9;
    box-shadow: 0 11px 18px -8px rgb(104 104 104 / 10%) !important;
}

img.platform-logo {
    /* width: 48px; */
	height:25px;
}




@media (min-width: 576px){
.modal-dialog {
    max-width: 750px;
    margin: 1.75rem auto;
}
}








.tab {
  overflow: hidden;

}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  transition: 0.3s;
   height: 250px;
    width: 290px;
	text-align:left;
    padding: 16px 32px;
	border:solid 1px #eee ;
	margin-left:30px;
	border-radius:10px;
}

/* Change background color of buttons on hover */
.tab button:hover {
 border:solid 2px #6933ff  ;
}

.tab001 {
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 32px;
    color: #242a35;
}



/* Create an active/current tablink class */
.tab button.active {
 height: 250px;
    width: 290px;
    padding: 16px 32px;
	border:solid 2px #6933ff  ;
	position:relative;
}

.tab button.active:after {
	content: "✔";
    position: absolute;
    width: 75%;
	color:#fff; padding:4px 6px!important;
	border-radius:50%;
	font-size:12px;
	background:#175cff; width:24px; height:24px !important;
    height: 100%;
    top: 10px;
    left: 90%;

}



.content-tab {
    color: #394455;

    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
}


.tablisting ul {

   padding-left:30px;

}


 .tablisting ul li {
        position: relative;
        list-style-type: none;
		line-height:26px;
    }

  .tablisting ul li:before {
        content: "";
        position: absolute;
        top: 3px;
        left: -26px;
        width: 20px;
        height: 20px;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMC1jMDAwIDc5LjE3MWMyN2ZhYiwgMjAyMi8wOC8xNi0yMjozNTo0MSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI0LjAgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkY5RTBFNjRCN0M2MTExRUQ4ODRGQTA5REY0Q0Q1NkE5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkY5RTBFNjRDN0M2MTExRUQ4ODRGQTA5REY0Q0Q1NkE5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjlFMEU2NDk3QzYxMTFFRDg4NEZBMDlERjRDRDU2QTkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjlFMEU2NEE3QzYxMTFFRDg4NEZBMDlERjRDRDU2QTkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz70ALviAAAC0ElEQVR42rSVW0gUYRTH/7Mze1HTUNMuEKRmJRlSQRAVm92s6EHIIiIQwpce6iUijG4+RYJBRL5EUIZUUuhDQVYqJRL2pGxleEkzSE1dc9fdnXFmvtM3o3vDddmCDgzMN/N9P/5zzv+cEYgIcSLeS2GxF9JiMI9CaPik4u2Ahq/jDMY6M1lA0QoRJWsllBZYySrGhgsxlNKtDgV1XSqOF1qxL0/ChiwL0uwCJv2E7lEdzf0amnpUXNhpR8VW2wJwFHTES1T7UYGiAZVOO9Idi34hhn8zVL6RsX6ZiKvF9ihwJJSutMhYlWrBmW02JBIaAy5xcIpNwLUIsCUIrG5XzE2JAs2C8NM39jvgGtPN/IcKayh1+xltqfWSV2H0L+Ea1Si3xkPzp02l9MSl4sQmK5bYhIRV9rtZyG+Fy0U4cyS8G9RMnebnt/FFcY6UMLCGu+PAAx96J1jo2Z5cCa3fTOhcToemGNakW6IOTskEv0oLOqGqTcHdzlmc32HnlQ+fycuwYMDNwuY3jG34MDLOvgjAHSDUH0s2raVzYuVrGc8/q2alyzdHFzSVL72zCCvN4J3i9keruux0YGyGUP5sDn7uZQCNX1TcLHEsABrxy0fIThHC0IIsET3jetQmo4seHk3C8DTDrns+s13vHElC2UZrzDz3TTLkZ86nw/DAU9csXWwOxLRL94hGh+pm6P2QGtdWpfU+6uJ7TU8ZV4DvL7jtoZ+ef/Np64BKpxv9weWc+Y272k6FTjb4SNX/DuiRGTnvz5hgijC/2bNGexrDwehlnSXmV8M1FU0BHF4noThXCg+VYAqCiq+3ylT22Ee9E/Eld3zXaDdXWN0uhxQGr5jz9BGfpVVtMravFrGXz9Mc3hiZSQKmFaB7RMerPg1pDuBUkQ0H86X48zQSzPjjDz90tHArDfKOm+ReXcqnW9FK0QQVZouL/laE//GP+iPAAI+KcCNOZShSAAAAAElFTkSuQmCC");
    }


/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;


  border-top: none;
}



.nvi-ri-4{ background:#f4f9fe;}

.nvi-ri_heading {
    margin-bottom: 12px;

    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 32px;
    color: #242a35;
}


.nvi-ri_divider{
	height: 1px;
    width: 100%;
    border-top: 1px solid #d6dbe7;
    margin-bottom: 12px;

}

.nvi-ri_heading {
    display: block;
    margin-bottom: 4px;

}

.nvi-ri-text{ color:#9f9f98;   display: block;  padding-bottom: 4px;
    }

.nvi-ri_bold{
	 padding-bottom: 14px;
	 display: block;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .02em;


}


.select2-container--default .select2-selection--single {
  display: block;
  width: 100%;
  font-weight: 500;
  height: 46px !important;
  padding-top:7px!important;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #e5e5e517 !important;
  background-image: none;
  border: 1px solid #e9e9e9 !important;
  border-radius: 4px !important;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  padding-top: 3px !important;
}

.select2-container .select2-search--inline .select2-search__field,.select2-container--default .select2-selection--multiple .select2-selection__choice{
   margin-top: 10px !important;
}
.select2-container .select2-selection--multiple{
    min-height: 46px !important;
}






.select2-drop{min-width: 450px !important;}


.accordion-button:not(.collapsed) {
  color: #000;font-size: 20px;
  background-color:#fff !important;

}

	.accordion-flush .accordion-item .accordion-button {
  color: #131313;font-size: 20px;
  background-color:#fff !important;
}

.accordion-button:focus {

  box-shadow: 0 0 0 .25rem rgba(13,110,253,0);
}

/* button copy text */
.copy-text2 {
	position: relative;
}
.copy-text2 input.text {
	padding: 10px;
	font-size: 18px;
	color: #555;
	border: none;
	outline: none;
}


.copy-text2 a:active {
	background: #809ce2;
}
.copy-text2 a:before {
	content: "Copied";
	position: absolute;
	top: -36px;
	right: -8px;
	background: #000;
	color:#fff;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 11px;
	display: none;
}
.copy-text2 a:after {
	content: "";
	position: absolute;
	top: -20px;
    right: 5px;
	width: 10px;
	height: 10px;
	background: #000;
	transform: rotate(45deg);
	display: none;
}
.copy-text2.active a:before,
.copy-text2.active a:after {
	display: block;
}

.copy-text3 {
	position: relative;
}
.copy-text3 input.text {
	padding: 10px;
	font-size: 18px;
	color: #555;
	border: none;
	outline: none;
}


.copy-text3 a:active {
	background: #809ce2;
}
.copy-text3 a:before {
	content: "Copied";
	position: absolute;
	top: -36px;
	right: -8px;
	background: #353535;
	color:#fff;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 11px;
	display: none;
}
.copy-text3 a:after {
	content: "";
	position: absolute;
	top: -18px;
    right: 5px;
	width: 10px;
	height: 10px;
	background: #353535;
	transform: rotate(45deg);
	display: none;
}
.copy-text3.active a:before,
.copy-text3.active a:after {
	display: block;
}


.copy-text4 {
	position: relative;
}
.copy-text4 input.text {
	padding: 10px;
	font-size: 18px;
	color: #555;
	border: none;
	outline: none;
}


.copy-text4 a:active {
	background: #809ce2;
}
.copy-text4 a:before {
	content: "Copied";
	position: absolute;
	top: -36px;
	right: -8px;
	background: #353535;
	color:#fff;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 11px;
	display: none;
}
.copy-text4 a:after {
	content: "";
	position: absolute;
	top: -18px;
    right: 5px;
	width: 10px;
	height: 10px;
	background: #353535;
	transform: rotate(45deg);
	display: none;
}
.copy-text4.active a:before,
.copy-text4.active a:after {
	display: block;
}

/* button copy text */


.tp_m button:hover .hvc {
    filter: brightness(0) invert(0.7);
}

.tp_m button{
	background:transparent;
	font-size: 13px !important;
    font-weight: 300;
    opacity: 0.8;
    padding: 13px 10px;
    color: #fff;
	border:none;
    display: flex;
    align-items: center;
}

.navbar.custom_head button:hover {
    color: #ccc !important;
}


.tp_m a {
    font-size: 13px !important;
    font-weight: 300;
    opacity: 0.8;
	padding: 13px 10px;
    color: #fff;
    display: flex;
    align-items: center;
}

.tp_m a:hover {
    color: #175cff;
}

.tp_m a:hover .hvc {
    filter:brightness(0) invert(0.7);
}

.tp_m .hvc {
    filter: brightness(0.1) invert(1);
}

.tp_m img {
    width: 16px !important;
}

.navbar.custom_head a:hover {
    color: #ccc !important;
}

ul.nw_mn {
    display: inline;
    margin: 0;
    padding: 0;
}

.scl_lg {
    float: left;
    width: 140px;
    margin-right: 0;
}

.navbar.custom_head ul.nw_mn li a {
    padding: 11px 10px 10px !important;
    color: #fff;
    opacity: 0.8;
}

.nw_mn .dropdown-content{
top: 36px;
border: none;
}

.navbar.custom_head ul.nw_mn li .dropdown-content a {
    color: #000;
}

.navbar.custom_head ul.nw_mn li .dropdown-content a:hover {
    color: #000 !important;
}


.dropdown-content {
  display: none;
  position: fixed;
  background-color: #f9f9f9;
  max-width: 190px;
  width: 190px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 2000;
  border: 1px solid #bbb;
  background: #eee;
  background: -webkit-linear-gradient(to bottom, #fff 0%, #fff 100px, #fff 100%);
  background: linear-gradient(to bottom, #fff 0%, #fff 100px, #fff 100%);
  border-radius: 3px;
  box-shadow: 1px 1px 4px rgba(0,0,0,.2);
  /* padding-left:2px;
  padding-right:5px; */
  padding: 2px;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
  padding-right:20px;
  font-size: 13px;
  font-weight: 500;
}

ul.nw_mn .dropdown-content a:hover {
  background-color: #f2f2f2;
  border-radius: 2px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.copy-text4 {
	position: relative;
}
.copy-text4 input.text {
	padding: 10px;
	font-size: 18px;
	color: #555;
	border: none;
	outline: none;
}


.copy-text4 a:active {
	background: #809ce2;
}
.copy-text4 a:before {
	content: "Copied";
	position: absolute;
	top: -36px;
	right: -8px;
	background: #353535;
	color:#fff;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 11px;
	display: none;
}
.copy-text4 a:after {
	content: "";
	position: absolute;
	top: -18px;
    right: 5px;
	width: 10px;
	height: 10px;
	background: #353535;
	transform: rotate(45deg);
	display: none;
}
.copy-text4.active a:before,
.copy-text4.active a:after {
	display: block;
}

.act_dec a.btn-is-disabled {
    pointer-events: none;
    opacity: 0.7;
    border: solid 1px #b6b6b6 !important;
    color: #b6b6b6;
}

.th_btn_grid {
    float: right;
    width: 55%;
    display: flex;
    align-items: self-start;
    justify-content: end;
}

button.btn.btn-secondary.exdrop {
    padding: 10px 18px;
}

button.btn.btn-secondary.exdrop2 {
    padding: 10px 12px;
}

button.btn.btn-secondary.exdrop, button.btn.btn-secondary.exdrop2 {
box-shadow: 0 4px 7px 0 #a1a1a130 !important;
}

.system_pro_form label {
    font-weight: 500;
}

.form-check.form-switch.sys_pr {
    margin-top: 6px;
	margin-bottom:15px;
}

.form-check.form-switch.sys_pr label {
    font-weight: normal;
    padding-left: 6px;
    font-size: 13px;
    color: #454545;
}

pre.code.code-jquery {
    border: 1px solid #e9e9e9 !important;
    padding: 10px 12px;
    border-radius: 4px;
}

.env_latest_update p {
    margin: 24px 0 0px;
    font-size: 15px;
  }

  .progress_outer {
    text-align: center;
    margin: 10px 0 0px;
  }

  .progress_outer #progressBar{
  width: 100%;
  }

  progress {
    color: blue;
    padding: 1px 2px;
    /* Firefox: Unfilled portion of the progress bar */
    background: #fff;
    border-radius: 10px;
    border: solid 2px #ddd;
  }

  /* Firefox: Filled portion of the progress bar */
  progress::-moz-progress-bar {
    background: currentColor;
    border-radius: 10px;
  }

  /* Chrome & Safari: Unfilled portion of the progress bar */
  progress::-webkit-progress-bar {
    background: #fff;
    border-radius: 10px;
  }

  /* Chrome & Safari: Filled portion of the progress bar */
  progress::-webkit-progress-value {
    background: currentColor;
    border-radius: 10px;
  }

  progress[value]::-webkit-progress-bar {
    border-radius: 10px;
  }

  .progress_outer span {
    margin: 6px 0 0px;
    display: inline-block;
  }

  .service_hd {
    display: flex;
    align-items: center;
}

.sv_heading p {
    font-size: 15px;
	font-style: italic;
    color: #5d5d5d;
	margin:0px;
	word-break: break-all;
}
.sv_heading h2 {
    font-size: 22px;
    color: #ed5e2f;
}

#serviceImportedModelDialog .sv_heading h2{
    font-size: 22px;
    color: #12114b;
}

.sv_heading {
    padding-left: 15px;
}

.service_tree_v_Imported {
    border: solid 1px #ededed;
    padding: 25px;
    border-radius: 4px;
    margin: 25px 0px;
    height: 320px;
  }

