/********** Pricing Table ************/
body{
  background: #efefef;
}
/****** Consumption Page ******/
.descHead{
	font-family: 'Montserrat';
    font-size: 13px;
    text-transform: uppercase;
}
.custom-p-10{
    padding: 10px;
    /*border: 1px solid #e2d;*/
    border: 1px solid #d4d1d1;
    border-top: 0px;
}
.bg-1{
  background-color: #ababab;
}
.bg-2{
  background-color: #e2dde6;
}


/*********************/
/**********Sly*************/
.frame {
	height: 250px;
	/*line-height: 10px;*/
	overflow: hidden;
}

.frame ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	/*font-size: 50px;*/
}

.frame ul li {
	float: left;
	width: 300px;
	height: 100%;
	/*margin: 0 1px 0 0;
	padding: 0;
	background: #333;
	color: #ddd;*/
	text-align: center;
	cursor: pointer;
}

.frame ul li.active .com-shadow {
	/*width: 310px;*/
	/*put box shadow here*/
	/*display: block;*/
	visibility: visible;
}

.forward, .backward{
	cursor: pointer;
}
/**************************/
.pricing-table {
	margin: 50px auto;
	text-align: center;
	/*width: 892px;  total computed width = 222 x 3 + 226 */
}

.pricing-table .plan {
	font: 12px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
	text-shadow: 0 1px rgba(255,255,255,.8);
	background: #fff;
	border: 1px solid #ddd;
	color: #333;
	padding: 20px;
	/*width: 180px;  plan width = 180 + 20 + 20 + 1 + 1 = 222px       */
	/*float: left;*/
	position: relative;
}

.pricing-table .most-popular {
	z-index: 2;
	top: -13px;
	border-width: 3px;
	padding: 30px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
	box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
}

.pricing-table .plan:nth-child(1) {
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

.pricing-table .plan:nth-child(4) {
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

/* --------------- */

.pricing-table h3 {
	font-size: 20px;
	font-weight: normal;
	padding: 20px;
	margin: -20px -20px 50px -20px;
	background-color: #eee;
	background-image: -moz-linear-gradient(#fff,#eee);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background-image: -webkit-linear-gradient(#fff, #eee);
	background-image: -o-linear-gradient(#fff, #eee);
	background-image: -ms-linear-gradient(#fff, #eee);
	background-image: linear-gradient(#fff, #eee);
}

.pricing-table #most-popular h3 {
	background-color: #ddd;
	background-image: -moz-linear-gradient(#eee,#ddd);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
	background-image: -webkit-linear-gradient(#eee, #ddd);
	background-image: -o-linear-gradient(#eee, #ddd);
	background-image: -ms-linear-gradient(#eee, #ddd);
	background-image: linear-gradient(#eee, #ddd);
	margin-top: -30px;
	padding-top: 30px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.pricing-table .plan:nth-child(1) h3 {
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
}

.pricing-table .plan:nth-child(4) h3 {
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}

.pricing-table h3 .price {
	display: block;
	font: bold 18px/100px Georgia, Serif;
	color: #777;
	background: #fff;
	border: 5px solid #fff;
	height: 100px;
	max-width: 100px;
	/*width: 100px;*/
	margin: 10px auto -65px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	-webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
}
/* --------------- */
.pricing-table .featureHeader{
  font-weight: bolder;
}
.pricing-table .featureHR{
  width: 69px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-color: #000;
}
.learnmore{
  /*width: 50px;*/
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  /*display: block;*/
}
/*pricing-table*/
#rankingTable{
  width: 84%;
}

#rankingTable thead tr{
  border-bottom: 1px solid #c7c7c7;
}

#rankingTable thead tr th {
  padding: 10px;
}

#rankingTable tbody tr{
  border-bottom: 1px solid #c7c7c7;
}

#rankingTable tbody tr td p{
  padding: 10px;
}

/*change the cursor on plan box div*/
div.plan{
  cursor: default;
}
/*custom Badge*/
.customBadgeModification{
    background-color: #424c4b;
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* --------------- */
.pricing-table ul {
	/*margin: 20px 0 0 0;*/
	padding: 0;
	list-style: none;
}
.pricing-table li {
  border-bottom: 1px solid #ddd;
  padding: 2px 0;
  margin-bottom: 3px;
  font-weight: 100;
  /*background-color: #6D5CAE;*/
  /*color: white;*/
}

/*dropdown-menu*/
.line-navbar-one .open .dropdown-menu li a {
   padding: 0px 20px !important;
  border-bottom: 1px solid #eeeeee;
}
.clear:before, .clear:after {
  content:"";
  display:table
}

.clear:after {
  clear:both
}
.clear {
  zoom:1
}
/******* New navbar *********/
.container{
  margin-top: 46px;
  margin-left: 10px;
  margin-right: 10px;
  height: auto;
  width: -webkit-fill-available;
}
.page-container{
  padding-left: 0px !important;
  min-height: 100vh;
}
.mega-holder{
  margin-left:100px !important;
  margin-top:1px !important;
}
#line-navbar-collapse-1{
  padding: 5px;
}
.navbar-header{
  margin-top: -7px;
}
/********* Cart Item ********/
.cart-circle{
    width:20px;
    height:20px;
    border-radius:10px;
    color:#fff;
    line-height:20px;
    text-align:center;
    background:#000
}
/******* Product item *******/
/*.panel {
	margin-top: 50px;
}*/
.panel-profile-img {
    max-width: 100px;
    margin-top: -70px;
    margin-bottom: 5px;
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
/*.panel-profile{
	height: 280px;
}*/
.featureBlock{
	margin-top: 10px;
	height: 30px;
	padding-top: 5px;
}
.featureBlock .fa{
	color:white;margin-left:-20px;margin-top:3px;
}

.sub-role{
  margin-left:25px;
  margin-right:25px;
}
.marketItem .panel .panel-body{
	color:white;
	height:215px !important;
	text-align: center;
}
.marketItem .panel .panel-heading{
	z-index: 0 !important;
	min-height: 0 !important;
	position: static !important;
	padding : 10px 15px !important;
}
/*Add DAG page*/
.visibility-tag{
	margin : 3px;
}
.label-primary{
	background-color: #6d5cae !important;
	color: white !important;
}
.pricetable .table thead tr th{
	padding: 2px !important;
}
.pricetable .table thead tr th:first-child{
	padding: 2px !important;
}
.pricetable .table tbody tr td{
	padding: 2px !important;
}
/****** pmenu *******/
.pmenu_header{
  padding: 5px;
  border: 1px solid #eaeaea;
  color: #6d5cae;
  font-size: 1.8em;
  background-color: #eaeaea;
}
.pmenu_item{
  padding: 5px;
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  color: black;
  cursor: pointer;
}
.pmenu_item:hover{
  background-color: #6d5cae;
  color: white;
  font-weight: bold;
}
.pmenu_item.active{
  background-color: #6d5cae;
  color: white;
  font-weight: bold;
}
.pmenu_item_check{
  padding: 5px;
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  color: black;
  cursor: pointer;
}
.pmenu_item_check .checkbox{
  margin-top: 0;
  margin-bottom: 0;
}
/******** product *******/
.product_image_holder{
	border:1px solid #a7a2a2;background-color:#fafafa;height:100px;width:100%;padding:12.5px;border-radius: 10px;
}
.product_image{
	height:75px;width:75px;
}
.product_title{
	font-weight: bold;
	font-size: 1.2em;
	color: #6d5cae
}
.product_price{
	font-weight: bold;
	color: #6d5cae
}
.dspProduct{
	cursor: pointer;
	text-align: center;
}
.dspProduct p{
	margin:0px !important;
}
.featureCheck{
   padding : 2px;
}
/******** Product Logo *********/
.product-logo-box{
	border: 1px solid #a7a2a2 ;
	background-color: #fafafa;
	height: 85px;
	width: 85px;
	padding: 12.5px;
	border-radius: 10px;
	position: relative;
	/* remove bootstrap*/
	box-sizing: initial;
}
.product-logo-box:hover{
	background-color: #ffffff;
	cursor: pointer;
}
.product-logo{
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 64px;
	height: 64px;
	border-radius: 18%;
}
.com-color{
	color: #d22030 !important;
}
.panel-comviva{
	margin-bottom: 0px !important;
	cursor: pointer;
	background-color: #fafafa;
}
.com-shadow{
	width:100%;margin-top:-10px;
	visibility: hidden;
}
.hideshowtab {
  display : none;
}
.hideshowtab.active {
  display : block !important;
}

/********* Logo ********/
.newLogo {
  width:130px;
}
/********* Margin 0 ******/
.m-0{
  margin: 0 !important;
}
/********* modal Overflow *******/
.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}
/********* Consumption page *******/
.jumbotron h2 {
    font-size: 35px;
    line-height: 43px;
    font-weight: 500!important;
}
/********* hide vertival scroll *******/
.hideScrollY{
  overflow-y: hidden;
}

.bg-warning {
    background-color: #f8d053 !important;
}
.sectionHead{
	font-weight: 500;
}
/********** New Ui ************/
dl {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0
}
dt {
  float: left;
  width: 50%;
  padding: 0;
  margin: 0
}
dd {
  float: left;
  width: 50%;
  padding: 0;
  margin: 0
}
.pricebox .status{
  width:100%; border: 2px solid #e5e5e5; padding:10px;
}
/** product table action icons **/
.actionIcon{
  cursor: pointer; padding: 5px;
}
/******/
#side-menu{
	position: absolute;
	z-index: 30001;
	/*background-color: red;*/
	width: 220px;
}
/*** file upload ****/
.fileUpload {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.fileUpload input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	opacity: 0;
}
.progress {
   margin-bottom: 0;
}
/**** panel body ***/
.panel .panel-heading .panel-title{
  text-transform: none !important;
}
/**** navbar theme ****/
.navbar-custom .navbar-nav>.active>a, .navbar-custom .navbar-nav>.active>a:focus, .navbar-custom .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: rgb(195, 32, 36);
}
.navbar-custom {
    background-color: #e31837;
    border-color: #e31837;
}

.nav-tabs-custom > li > a {
  border-radius: 0;
  padding: 15px 20px;
  margin-right: 0;
  font-family: 'Montserrat';
  font-weight: 400;
  color: rgba(98, 98, 98, 0.7);
  font-size: 12px;
  min-width: 70px;
  border-color: transparent;
}

.nav-tabs-fillup > li > a span {
  display: inline !important;
}

.nav-tabs-fillup > li > a:after {
    background: none repeat scroll 0 0 #e31837 !important;
    border: 1px solid #e31837 !important;
    content: "";
    height: calc(100% + 1px);
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translate3d(0, 100%, 0px);
    transform: translate3d(0, 100%, 0px);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}
.navbar-custom .navbar-nav>.open>a, .navbar-custom .navbar-nav>.open>a:focus, .navbar-custom .navbar-nav>.open>a:hover {
    color: #fff !important;
    background-color: rgb(195, 32, 36) !important;
}
.navbar-custom .navbar-nav>.active>a, .navbar-custom .navbar-nav>.active>a:focus, .navbar-custom .navbar-nav>.active>a:hover {
    color: #fff !important;
    background-color: rgb(195, 32, 36) !important;
}
.navbar-custom a:focus, .navbar-custom a:hover {
    color: #1a1a1a !important;
    background-color: #f0f0f0 !important;
}
.navbar-custom .navbar-nav>li>a {
    color: #fff !important;
    background-color: #e31837 !important;
        line-height: 10px;
}
.navbar-custom .navbar-nav>li>a.active {
    color: #fff !important;
    background-color: rgb(195, 32, 36) !important;
        border: 5px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: rgb(195, 32, 36) !important;
    border-color: rgb(195, 32, 36) !important;
}
li.dropdown >a:has(.active){
    background-color: rgb(195, 32, 36) !important;
}
/****** buttons *******/
@media (min-width: 992px) {
  .btn-with-footer {
    float: left;
  }
  .btn-with-footer {
    width: 100%;
  }
}


.btn-comviva, .btn-comviva:focus {
    color: #ffffff !important;
    background-color: #e31837 !important;
    border-color: #e31837 !important;
}
.btn-comviva {
    color: #fff !important;
    background-color: #e31837 !important;
    border-color: #e31837 !important;
}

.btn-comviva-disabled {
    color: #fff !important;
    background-color: #b9b3b4 !important;
    border-color: #e31837 !important;
}

.all-border {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

/******* Catalogue table *********/
body {
  padding: 5%;
}

.catalogue-table th, td {
	padding: 0.5em 1em;
}

.catalogue-table {
	border-top: 1px solid #ccc;
	border-collapse: collapse;
	margin-bottom:1em;
}
.catalogue-table tbody td {
  text-align: center;
}

.catalogue-table thead {
	color: white !important;
	background: #e31837;
}
.table thead tr th[class*='sorting_']:not([class='sorting_disabled']){
	color: white !important;
}
.table thead tr{
	border-left : 1px solid #ccc;
}
.catalogue-table th {
	padding: 1em;
}
.table thead tr th{
	color: white !important;
}
.catalogue-table tbody th {
	border-bottom: none;
	font-size: 0.75em;
	color: #767676;
	padding-bottom: 0;
}
.group-header{
	text-align: left !important;
	font-weight: bold;
	font-size : 1em;
}
.blank-cell{
	border-left: none;
	border-right: none;
}
.header-row{
	border-right: 1px solid #ccc;
	background: #fafafa;
}
/*** datepicker *****/
.datepicker table tr td.active {
    background-color: #e31837 !important;
}
.datepicker thead tr .dow {
    color: #e31837 !important;
}
.datepicker thead tr .next, .datepicker thead tr .prev {
    color: #e31837 !important;
}
.datepicker thead tr .next:before, .datepicker thead tr .prev:before {
    color: #e31837 !important;
}

/****** Campaign new cards *******/
.card .card-header {
  width: 100% !important;
}
.nav-tabs-fillup > li > a span {
  display: inline !important;
}
.zero-container{
  width: 100% !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-right: auto;
  margin-left: auto;
}
.card .cardheader {
  background: #ed143d;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  border-radius: 6px;
  color:white;
  line-height: 100%;
  border-bottom: 1px solid #daeffd;
  text-align: center;
  line-height: 50px;
  margin-bottom: 15px;
}
.card .cardheader h6 {
  font-size: 12px;
  margin: 0;
  font-family: arial;
  color: white;
}
.card .cardheader h4 {
  color: white;
  font-weight: 600;
}

/**** loader ****/
#loading-img {
    background: url(/images/loader1.gif) center center no-repeat;
    height: 100%;
    z-index: 10001;
}
.overlay {
    background: #e9e9e9;
    display: none;
    z-index: 10000 !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}
.hand{
  cursor: pointer;
}
.table tbody tr td {
  border: 1px solid rgb(204, 204, 204);
  padding: 7px !important;
}
.table thead tr th {
  text-transform: none !important;
  padding: 10px !important;
}
.bg-grey{
  background-color: #eee;
}
.login-wrapper .bg-pic > img {
    opacity: 0.8 !important;
}


.anchor_div {
    color: #3a8fc8;
    font-size: 85%;
}

.anchor_div:hover{
   color: #48b0f7;
   cursor: pointer;
}

.tf_apps {
    color: #3a8fc8;
}

.tf_apps:hover{
   color: #48b0f7;
   cursor: pointer;
}

/******** Image rotate **********/
#draggable {
  position: relative;
  z-index: 1;
  width: 11%;
}

#draggable:hover{
  background-color: #0000 !important;
}

#rotateimage {
  -webkit-perspective: 1000;
  perspective: 1000;
}
#rotateimage {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 1.0s linear;
  transition: all 1.0s linear;
}
.loadable {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#aimage{
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: mymoveback 10s infinite;
  animation: mymoveback 10s infinite;
}
#bimage{
  display: block;
  box-sizing: border-box;
  color: white;
  -webkit-animation: mymove 10s infinite;
  animation: mymove 10s infinite;
}
.form-borders{
  border-bottom: 1px solid #f0f0f0;
  border-right : 1px solid #f0f0f0;
}
div#aimage img, div#bimage img {
  z-index: 70000;
  width: 130px;
  margin-top: -8px;
  margin-left: -20px;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
  40% {
    -webkit-transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
  }
  90% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@-webkit-keyframes mymoveback {
  40% {
    -webkit-transform: rotateY(-180deg);
  }
  50% {
    -webkit-transform: rotateY(0deg);
  }
  90% {
    -webkit-transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}
@keyframes mymove {
  40% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  90% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes mymoveback {
  40% {
    transform: rotateY(-180deg);
  }
  50% {
    transform: rotateY(0deg);
  }
  90% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(-180deg);
  }
}
/* the below css is commented to make the footer not fixed at bottom  */
/* .page-container, .navbar-fixed-top, div.container{
  position: absolute;
} */
.pgn-wrapper{
position: absolute;
}
textarea{
height: auto !important;
}
.footer{
  margin: 15px 0px;
  width:100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  font-size: medium;
  position: relative !important;
  border-top: 1px solid #5e6c84;
  box-shadow: 0px -15px 10px -15px #111; 
  color: #e31836;
  font-size: 13px;
}

.poweredBy{
  font-weight: 500;
  padding-left: 25px;
}

.poweredByTitle{
  color: #e31836;
}
.mui-table-detail-pannel{
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 70px;
  margin-right: 80px;
}
.mui-table-detail-margin{
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 80px;
}