/****************************************
 ClueTip Tooltip CSS starts here onwards
 ****************************************/

/* global */
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
div.ui-cluetip {
  font-size: 1em;
}
.ui-cluetip-header,
.ui-cluetip-content {
  padding: 12px;
}
.ui-cluetip-content {
  max-height: 350px;
  height: 100%;
  overflow: auto;
}
.ui-cluetip-header {
  font-size: 1em;
  margin: 0;
  overflow: hidden;
}
.cluetip-title .cluetip-close {
  float: right;
  position: relative;
}
.cluetip-close img {
  border: 0;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(../images/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  width: 11px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: 0 0;
  border-width: 0;
}
.cluetip-extra {
  display: none;
}
/***************************************
 =cluetipClass: 'default'
 -------------------------------------- */
.cluetip-default {
  background-color: #d9d9c2;
}
.cluetip-default .ui-cluetip-header {
  background-color: #87876a;
}
/* default arrows */
div.cluetip-default .cluetip-arrows {
  border-width: 0;
  background: transparent none;
}
div.clue-right-default .cluetip-arrows {
  background-image: url(../images/darrowleft.gif);
}
div.clue-left-default .cluetip-arrows {
  background-image: url(../images/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
div.clue-top-default .cluetip-arrows {
  background-image: url(../images/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  height: 11px;
}
div.clue-bottom-default .cluetip-arrows {
  background-image: url(../images/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  height: 11px;
}
/***************************************
 =cluetipClass: 'jtip'
 -------------------------------------- */
.cluetip-jtip {
  background-color: #fff;
}
.cluetip-jtip .cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
}
.cluetip-jtip .cluetip-inner {
  padding: 5px;
  display: inline-block;
}
.cluetip-jtip div.cluetip-close {
  text-align: right;
  margin: 0 5px 0;
  color: #900;
}
.cluetip-jtip .ui-cluetip-header {
  background-color: #ccc;
  padding: 6px;
}
/* jtip arrows */
div.cluetip-jtip .cluetip-arrows {
  border-width: 0;
  background: transparent none;
}
div.clue-right-jtip .cluetip-arrows {
  background-image: url(../images/arrowleft.gif);
}
div.clue-left-jtip .cluetip-arrows {
  background-image: url(../images/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
div.clue-top-jtip .cluetip-arrows {
  background-image: url(../images/arrowdown.gif);
  top: 100%;
  left: 50%;
  width: 22px;
  height: 11px;
  margin-left: -11px;
}
div.clue-bottom-jtip .cluetip-arrows {
  background-image: url(../images/arrowup.gif);
  top: -11px;
  left: 50%;
  width: 22px;
  height: 11px;
  margin-left: -11px;
}
/***************************************
 =cluetipClass: 'rounded'
 -------------------------------------- */
.cluetip-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.cluetip-rounded .cluetip-arrows {
  border-color: #ccc;
}
/* need to be more specific here to override ThemeRoller defaults */
div.cluetip-rounded .cluetip-arrows {
  font-size: 0;
  line-height: 0%;
  width: 0;
  height: 0;
  border-style: solid;
  background: transparent none;
}
div.clue-right-rounded .cluetip-arrows {
  border-width: 11px 11px 11px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
div.clue-left-rounded .cluetip-arrows {
  left: 100%;
  margin-right: -11px;
  border-width: 11px 0 11px 11px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
div.clue-top-rounded .cluetip-arrows {
  top: 100%;
  left: 50%;
  border-width: 11px 11px 0 11px;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.clue-bottom-rounded .cluetip-arrows {
  top: -11px;
  left: 50%;
  border-width: 0 11px 11px 11px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}
/* stupid IE6 HasLayout hack */

/***************************
 End of ClueTip Tooltip CSS
 ***************************/

/* class for required field */
.imps {
  color: red;
}
.btnWidth {
  margin-right: 50px;
  width: 130px;
}
/***********************
 Start of Customers CSS
 **********************/
#search_container {
  /*background: url("../images/body_bg.gif") repeat scroll 0 0 transparent;*/
  clear: both;
  color: #ffffff;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
}
/*======== Wrapper Start Here =======*/
.search {
  left: 50px;
  position: absolute;
  top: 100px;
  z-index: 999;
}
.fields {
  overflow: hidden;
  padding: 0 0 10px 0;
  width: 100%;
}
.field-name {
  float: left;
  line-height: 30px;
  text-align: right;
  padding: 0 10px 0 0;
  width: 180px;
}
.input-text-bg {
  height: 30px;
  background: url(../images/search_bg1.png) no-repeat left top;
  float: left;
  width: 299px;
}
.search-tb {
  float: left;
  height: 23px !important;
  background: none !important;
  padding: 0 !important;
  margin: 3px 0 0 5px;
  line-height: 27px !important;
  border: none !important;
  font-size: 14px !important;
  width: 290px !important;
}
.search-form {
  width: 850px;
}
.searh_buttons {
  margin-left: 150px;
}
.but1 {
  width: 176px;
  background: url(../images/button_bg.png) no-repeat 0 0;
  height: 29px;
  border: none;
  padding: 0 0 5px 0;
  text-align: center;
  color: #fff;
  line-height: 29px;
  float: left;
  cursor: pointer;
}
.but2 {
  width: 216px;
  background: url(../images/button_bg1.png) no-repeat 0 0;
  margin: 0 0 0 10px;
}
div#landingPageSlideshow {
  height: 100%;
  overflow: scroll; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */
  position: relative;
  width: 100%;
}
div#landingPageSlideshow ul#nav {
  display: none;
  list-style: none;
  position: absolute;
  top: 550px;
  z-index: 15;
  width: 140px;
  left: 800px;
}
div#landingPageSlideshow ul#nav li#prev {
  float: left;
  margin: 0 0 0 40px;
}
div#landingPageSlideshow ul#nav li#next {
  float: right;
  margin: 0 50px 0 0;
}
div#landingPageSlideshow ul#nav li a {
  display: block;
  width: 22px;
  height: 22px;
  text-indent: -9999px;
}
div#landingPageSlideshow ul#nav li#prev a {
  background: url(../images/slide_arrows.png) no-repeat 0 0;
}
div#landingPageSlideshow ul#nav li#prev a:hover {
  background: url(../images/slide_arrows.png) no-repeat 0 -22px;
}
div#landingPageSlideshow ul#nav li#next a {
  background: url(../images/slide_arrows.png) no-repeat -22px 0;
}
div#landingPageSlideshow ul#nav li#next a:hover {
  background: url(../images/slide_arrows.png) no-repeat -22px -22px;
}
div#landingPageSlideshow ul#slides {
  list-style: none;
}
div#landingPageSlideshow ul#slides li {
  margin: 0 0 20px 0;
}
#suggestionsBox {
  background-color: #212427;
  border-radius: 7px 7px 7px 7px;
  color: #ffffff;
  left: 265px;
  margin: 10px 0 0;
  position: absolute;
  top: 40px;
  width: 300px;
}
#suggestionsBox {
  margin: 0;
  padding: 0px;
}
#suggestionsBox option {
  margin: -4px 0 6px;
  padding: 2px 10px;
}
#suggestionsBox option:hover {
  background-color: #ea7130;
  cursor: pointer;
}
.suggListArrow {
  left: 250px;
  position: relative;
  top: -10px;
}
#domainCats,
#domainSubCats {
  float: left;
  width: 68%;
}
#domainCats ul li,
#domainSubCats ul li {
  float: left;
  list-style: none;
  width: 180px;
}
/* Customers Browse Page CSS */
.catTitle {
  background-color: #1bbc9b;
  color: #ffffff;
  font-weight: bold;
  padding: 3px 10px;
}
/*********************
 End of Customers CSS
 *********************/
.cTitle {
  background-color: #c11b17;
  color: #ffffff;
  font-weight: bold;
  padding: 3px 10px;
}
.showAll {
  color: #fff;
  cursor: pointer;
  font-weight: normal;
}
.cList {
  padding: 10px;
}
.cList a {
  line-height: 14px;
}
#dashBoard {
  clear: both; /*position: relative;
	 top: -15px;
	 z-index: 0;*/
}
#welcomePart {
  /*position: relative;
	 top: -20px;*/
  border-bottom: 1px solid #333;
  height: 30px;
  margin-bottom: 5px;
}
.dasboard-menu {
  float: left;
  margin: 0 !important;
  padding: 10px 0 !important;
}
.dasboard-menu li {
  float: left;
  list-style: none;
  padding: 0 10px !important;
  border-right: 1px solid #333;
  line-height: 1em !important;
}
.dasboard-menu li.last {
  border-right: none;
}
.dasboard-menu li.first {
  padding-left: 0 !important;
}
.dasboard-menu li a {
  line-height: normal !important;
}
#dashBoard .floatRight {
  width: 200px;
}
#dashBoard .floatRight a {
  line-height: 43px;
  float: left;
}
#dashBoard .floatRight span {
  vertical-align: middle;
  width: 80px;
  height: 50px;
  line-height: normal;
  float: none !important;
}
#welcomeName {
  font-weight: bold;
}
#logoutImgDiv {
  cursor: pointer;
  float: right;
  height: 20px;
  margin-left: 10px;
  width: 20px;
}
/*********************
 Logout Dropdown Menu
 *********************/
#welcomePart .drop_down {
  top: 30px;
}
#welcomePart .drop_down ul {
  z-index: 99999;
}
.drop_down {
  position: relative;
}
.drop_down ul {
  display: none;
  font-family: Arial, Verdana;
  font-size: 14px;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: -7px;
  width: 180px;
  z-index: 2;
}
.drop_down:hover ul {
  display: block;
}
.drop_down:hover ul li {
  list-style: none;
  width: 180px;
  float: left;
  display: inline;
}
.drop_down:hover ul li a,
.drop_down ul li a {
  background: #1e1e1e;
  border-top: 1px solid #ffffff;
  color: #ffffff;
  display: block;
  font-size: 12px;
  padding: 5px 15px;
  text-decoration: none;
  white-space: nowrap;
}
.drop_down:hover ul li a:hover,
.drop_down ul li a:hover {
  background: #929292;
}
/****************************
 End of Logout Dropdown Menu
 ****************************/
.headdings {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.floatRight select.inputbox {
  margin-top: 3px;
  padding: 0;
}
.unReadMessage {
  font-weight: bold;
}
.component-content th {
  text-align: left;
}
.clear {
  clear: both;
}
#loading_img {
  background-image: url(../images/loader.gif);
  width: 25px;
  height: 25px;
}
/* Vendor Dashboard */
#vendorDB {
  background: #fff;
  border: 1px solid #ccc;
  float: left;
  width: 100%;
}
#vendorDB ul {
  /*border: 1px solid #BBBBBB;
	height: 600px;
	width: 925px;*/
  padding: 0;
  list-style: none;
}
#vendorDB ul li {
  float: left;
  min-height: 150px;
  /*width: 450px;*/
  width: 33.3%;
}
#vendorDB ul li a h3 {
  /*font-family: Helvetica, Arial, sans-serif;*/
  font-size: 16px;
  margin-bottom: 0px;
}
.messagesDiv {
  border: 1px solid #ddd;
  padding: 10px;
}
.productsDiv {
  border: 1px solid #dddddd;
  clear: both;
  padding: 10px;
  width: 98%;
}
/* End of Vendor Dashboard */
/* Team members */
.team_members .teamheader th {
  background-color: #666;
  color: #ffffff;
}
.team_members .teamheader th a {
  color: #ffffff;
}
#allteam {
  text-align: center;
}
#review-cats #cats {
  background: #e5e5e5 !important;
  border-radius: 5px !important;
  display: inline-block !important;
  float: none !important;
  margin-right: 10px !important;
  margin-bottom: 15px !important;
  width: 100% !important;
}
#cats {
  border: 1px solid #999999;
  float: left;
  margin-right: 20px;
  width: 25%;
}

/* Jreviews categories and products css */
#prod-jre {
  margin-top: 10px;
  width: 100%;
}
.cList li {
  float: left;
  list-style-type: none;
  padding: 0 0 10px !important;
  width: 225px;
}
#cats .cTitle {
  border-radius: 5px 5px 0 0;
}
.pTitle {
  background-color: #c11b17;
  color: #ffffff;
  font-weight: bold;
  padding: 3px 10px;
}
.pList {
  padding: 1px 10px;
}
.cat-desc {
  border: 1px solid #999999;
  float: right;
  width: 475px;
}
.cat-desc p {
  padding: 1px 10px;
}
.dominaDivs {
  width: 125px;
  margin: 2px 0;
}

#prods {
  border: 1px solid #999999;
  float: left;
  width: 72%;
}
#prods .pagination {
}
#prods .pagination > li {
  margin: 0;
  padding: 0;
}
#prods .pagination > li > a,
#prods .pagination > li > span {
  border: 0;
  color: #000;
  padding: 0 10px;
  border-radius: 0;
  margin: 0;
  font-size: 16px;
}
#prods .pagination li.active a {
  color: #fff;
}

.pages {
  height: 23px;
  padding: 0 10px;
}
.reviewprodList {
  width: 100%;
  display: inline-block;
}
.reviewprodList ul {
  display: inline-block;
}
.reviewprodList ul li {
  background: none repeat scroll 0 0 #f5f5f5;
  border: 1px solid #999999;
  border-radius: 4px 4px 4px 4px;
  float: left;
  height: 220px;
  list-style-type: none;
  margin-bottom: 5px !important;
  margin-right: 15px !important;
  margin-top: 5px !important;
  padding: 5px !important;
  width: 180px;
}
.prodImage img {
  /*padding: 5px 40px;*/
}
.reviewprodList ul li span.prodImage {
  display: block;
  margin-top: 5px;
  text-align: center;
}
.reviewprodList ul li span.prodName {
  display: block;
  text-align: center;
}
.pagination,
.pagination li {
  padding: 0px !important;
  margin: 0px !important;
}
.cVendorName {
}
.prodDivLeft {
  float: left;
  width: 68%;
}
.prodDivLeft h1 {
  font-size: 40px;
}
.prodDivLeft .readon {
  display: inline-block;
}
.prodDivLeft .readon button {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#20d8b2+0,1bbc9b+100 */
  background: #20d8b2; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #20d8b2 0%,
    #1bbc9b 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #20d8b2 0%,
    #1bbc9b 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #20d8b2 0%,
    #1bbc9b 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20d8b2', endColorstr='#1bbc9b',GradientType=0 ); /* IE6-9 */
  border: 1px solid #1bbc9b;
  border-radius: 3px;
  box-shadow: 0 0 3px hsla(0, 0%, 0%, 0.3);
  font-size: 14px;
  color: hsl(0, 0%, 100%);
  text-transform: none;
  margin-right: 15px;
}
.prodDivLeft .tabcontent {
  border: 1px solid #dddddd;
}
.prodDivLeft .tab-box {
  border-bottom: 0 none;
}
.prodDivLeft .tab-box a.tabLink {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.prodDivLeft .tab-box a.activeLink {
  position: relative;
  bottom: -2px;
}
.prodDivRight {
  background: #fafafa;
  border-radius: 0;
  float: right;
  padding: 25px 15px;
  width: 26%;
}
#vendorImg {
  background: none repeat scroll 0 0 #ffffff;
  padding: 10px;
  text-align: center;
}
ul.sixsteps {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
ul.sixsteps li {
  float: left;
  margin-right: 10px !important;
}
ul.sixsteps li.active a {
  border: 2px solid #a50c0f;
  border-radius: 20px;
}
ul.sixsteps li a {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
  float: left;
}
ul.sixsteps li a span {
  margin-left: 5px;
}
ul.sixsteps li .stepPages {
  padding: 6px 0 2px 30px;
  width: 50px;
  float: left;
  clear: both;
}
ul.sixsteps li .stepPages a {
  border: 1px solid #666;
  border-radius: 3px;
  padding: 3px 6px;
  font-size: 12px;
  float: none;
}
ul.sixsteps li.active .stepPages a.active {
  background: #666;
  color: #fff;
}
/* Attributes One Page */
#prodAttributes .collapse_block .checkbox-list .chkBox,
#prodAttributes .domain_category .checkbox-list ul li {
  float: left;
  margin-left: 10px;
  width: 200px;
}
#prodAttributes .domain_category .checkbox-list ul li {
  list-style: none;
}
#prodAttributes .collapse_block .title h5 {
  font-size: 12px;
  letter-spacing: 0;
  margin: 0 0 10px 10px;
}
/* End of Attributes One Page */

/* start features list tree list */
span.li_readmore {
  margin: 0 0 0 30px;
  color: #8db600;
  cursor: pointer;
}

#categories,
#categories ul,
.more_li_ul {
  font-size: 14px;
  font-family: Tahoma, Verdana, Arial;
  text-align: left;
  margin: 0; /* Removes browser default margins applied to the lists. */
  padding: 0; /* Removes browser default padding applied to the lists. */
  padding: 0px;
  list-style-position: outside;
  list-style-type: none;
}
#categories li,
.more_li_ul li {
  margin: 0 0 0 30px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding: 0; /* Removes browser default padding applied to the list items. */
  list-style-type: none; /* Removes the bullet point that usually goes next to each item in a list. */
  padding: 0px;
}
#categories .images {
  /* Icons */
  float: left;
  width: 16px;
  height: 1em;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
/* end features list tree list */

/********************
 Tabs CSS
 *********************/
.tab-box {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
}
.tab-box a {
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  border-bottom: 0 none;
  color: #666666;
  font-weight: bold;
  padding: 8px 15px;
  text-decoration: none;
}
.tab-box a.activeLink {
  background-color: #ffffff;
  border-bottom: 0 none;
  font-weight: bold;
  padding: 9px 15px;
}
.tabcontent {
  /*border: 1px solid #ddd;*/
  border-top: 0;
  padding: 15px;
}
.hide {
  display: none;
}
.small {
  color: #999;
  margin-top: 100px;
  border: 1px solid #eee;
  padding: 5px;
  font-size: 9px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#rt-sidebar-a .small {
  border: none;
  margin-top: 0;
}
/********************
 Tabs CSS End
 *********************/

/********************
 Vendor Browse/search
 *******************/
h2.section-heading {
  border-top: 3px solid #999;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#border1 {
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
/********************
 End Vendor Browse/search
 *******************/
.checkbox-list {
  height: auto !important;
}
.fieldSet {
  border: 1px solid #dddddd;
  margin: 10px 0 15px;
  padding: 15px;
}
/**************
 progress bar
 **************/
.progress {
  background: url("../images/buyer-productlist-chartbar-bg.gif") repeat-x scroll
    left top transparent;
  width: 80%;
  height: 13px;
  background-color: #eee;
  border: 1px solid #ced4c7;
}
.score {
  background: url("../images/buyer-productlist-chartbar-bg.gif") repeat-x scroll
    left -65px transparent;
  height: 100%;
  overflow: hidden;
  text-indent: -999em;
}
/* reviews */
.review {
  border: 1px solid #dddddd;
  margin-top: 15px;
}
.review h3 {
  background: none repeat scroll 0 0 #dddddd;
  margin: 0 0 15px;
  padding: 5px;
  visibility: visible;
}
.ownreview {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
  padding: 10px;
}
.userreviews {
  padding: 0 10px;
}
.review .readon {
  margin: 10px 0 !important;
}
.para {
  border: 1px solid #dddddd;
  margin-bottom: 10px;
  padding: 10px;
}
#purchase_button {
  font-size: 9px;
}
.green {
  color: green;
}
.red {
  color: red;
}
/* Rating CSS */
/* CSS Document */

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating .current-rating {
  background: url(../images/star.gif) left -1000px repeat-x;
}
.star-rating {
  position: relative;
  width: 111px;
  height: 25px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background-position: left top;
}
.star-rating li {
  display: inline;
}
.star-rating a,
.star-rating .current-rating {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000em;
  height: 25px;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  border: none;
}
.star-rating a:hover,
.star-rating a:active {
  background-position: left bottom;
}
.star-rating a.one-star {
  width: 20%;
  z-index: 6;
}
.star-rating a.two-stars {
  width: 40%;
  z-index: 5;
}
.star-rating a.three-stars {
  width: 60%;
  z-index: 4;
}
.star-rating a.four-stars {
  width: 80%;
  z-index: 3;
}
.star-rating a.five-stars {
  width: 100%;
  z-index: 2;
}
.star-rating .current-rating {
  z-index: 1;
  background-position: left center;
}
/******************
 Customer Page CSS
 ******************/
#customerDB {
  width: 100%;
}
#customerLeft {
  border: 1px solid #ccc;
  float: left;
  width: 20%;
}
#customerRight {
  float: right;
  padding: 10px;
  width: 75%;
}
#customerDB #customerLeft ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#customerDB #customerLeft ul li {
  background: #dddddd;
  font-weight: bold;
  line-height: 25px;
  margin: 3px;
  padding: 2px 5px;
}
#customerDB #customerLeft ul li:hover,
#customerDB #customerLeft ul li.activeLink {
  background: #1e1e1e;
  color: #ffffff;
}
#customerDB #customerLeft ul li:hover a,
#customerDB #customerLeft ul li.activeLink a {
  color: #ffffff;
}
#customerDB #customerLeft ul li a {
  color: #666666;
}
#customerDB #customerLeft ul li a:hover {
  color: #ffffff;
}
.pageHeading,
.pageHeadingColor {
  color: #666666;
  font-family: Helvetica, Arial, FreeSans, sans-serif;
  font-size: 24px;
  font-weight: bold;
}
.pageHeadingColor {
  color: #b10d00;
}
.field_rows {
  width: 100%;
  overflow: hidden;
  padding: 0 0 15px 0;
}
.field-name {
  float: left;
  width: 30%;
  text-align: right;
  padding: 0 10px 0 0;
}
.filed-types {
  width: 65%;
  float: left;
}
.tb1 {
  width: 250px;
}
.tb2 {
  width: 258px;
}
.buttonRight {
  float: right;
  margin-right: 10px !important;
}
.field-types #target_live_date_img {
  margin-left: 8px;
  vertical-align: text-bottom;
}
/* == Collapse panel Start Here == */
.collpsible_div {
  clear: both; /*position: relative; overflow: hidden */
}
.domain_category {
  overflow: hidden;
}
.js .collpsible_div {
  visibility: hidden;
}
.collapse_block {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px 3px 3px 3px;
  margin: 10px 0 0;
  padding: 0 0 0px;
  /*position: relative;*/
  display: inline-block;
  width: 100%;
}
#collpsible_div h4 {
  font-size: 14px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: none;
  background: #cecece;
  background: -moz-linear-gradient(center top, #eeeeee 0%, #dddddd 100%) repeat
    scroll 0 0 transparent;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #eeeeee),
    color-stop(100%, #dddddd)
  );
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  height: auto;
}
#collpsible_div h4.collpestyle1 {
  background: #666666;
  background: -moz-linear-gradient(center top, #cfcfcf 0%, #666666 100%) repeat
    scroll 0 0 transparent;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #666666),
    color-stop(100%, #cfcfcf)
  );
}
#collpsible_div h4.collpestyle2 {
  background: #999999;
  background: -moz-linear-gradient(center top, #dbdbdb 0%, #999999 100%) repeat
    scroll 0 0 transparent;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #999999),
    color-stop(100%, #dbdbdb)
  );
}
#collpsible_div h4.expand a {
  border-bottom: 1px solid #aaa;
  position: relative;
  z-index: 10;
  clear: both;
  margin: 0 0 0 0;
  text-indent: 10px;
  text-align: left;
}
.collapse {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 0 0 10px 0;
  /*overflow: hidden;*/
  padding-top: 12px;
}
.collapse p {
  margin: 0 11px 1em;
}
#shdrop {
  float: right;
}
#shdrop .glyphicon.glyphicon-off {
  font-size: 22px;
  font-weight: 500;
}
.switch {
  padding: 5px 0 8px 0;
  position: relative;
  right: 30px;
  float: right;
  top: 0;
  z-index: 999;
  margin: 0 0 -34px 0 !important;
  overflow: hidden;
  width: 110px;
}
.switch a {
  float: right;
}
.post .switch {
  position: static;
  text-align: right;
}
.post .main {
  margin-bottom: 1em;
  padding-bottom: 0;
}
.switch a:link,
.switch a:visited {
  padding-right: 1px;
  background-image: none;
}
.switch a:hover,
.switch a:focus,
.switch a:active {
  background-color: #fff;
}
.post .switch a:hover,
.post .switch a:focus,
.post .switch a:active {
  background-color: #efefef;
}
.collapse_expand_divs .expand a {
  display: block;
  padding: 3px 10px;
  line-height: 27px;
}
.collapse_expand_divs .expand a:link,
.collapse_expand_divs .expand a:visited {
  color: #222222;
  display: block;
  padding: 3px 0;
}
.collapse_expand_divs .expand a:hover,
.collapse_expand_divs .expand a:active,
.collapse_expand_divs .expand a:focus {
  outline-color: #dedede;
  background: url(../images/arrows_collapse.png) no-repeat right -68px;
}
.collapse_expand_divs .expand .open:hover {
  /*border-style: solid;*/
  background: url(../images/arrows_collapse.png) no-repeat right 2px;
}
.other ul {
  padding: 1em;
  border: 1px solid #e8e7e8;
  text-align: center;
}
.top {
  font-size: 0.9em;
  text-align: right;
}
/* == Collapse panel End Here == */

/*************************
 End of Customer Page CSS
 *************************/

/* Latest Blogger CSS */
.latestblogger .rt-block {
  border: 1px solid #dddddd;
  padding: 10px;
}
/* End of Latest Blogger CSS */

/* */
#rt-sidebar-aul .gkTabs li {
  border: none !important;
}
#rt-buttons a.small,
#rt-buttons a.large {
  border: none;
}
.hrColor {
  border: 1px solid #eee;
}
/** Progress bar css **/
.progress_outer {
  border: 1px solid #999;
  width: 100%;
  float: right;
  background-color: #000;
}
.progress_outer .progress_inner {
  float: right;
  background-color: #dddddd;
  padding: 5px 10px;
  margin: 5px;
  width: 100%;
}
.progress_outer .progress_inner1 {
  width: 120px;
  border: 1px solid #000;
  float: left;
  margin: 5px 5px 5px 10px;
  background-color: #ffffff;
}
.progress_outer .progress_inner2 {
  margin: 10px;
  background-color: #ffffff;
  padding: 5px;
}
.progress_outer .profile_inner {
  float: right;
  color: #000;
}
.progress_product_name {
  color: #eeeeee;
  float: left;
  font-size: 16px;
  line-height: 38px;
  margin-left: 10px;
}
.progress_product_name img {
  vertical-align: middle;
}
.progress_outer .progress_inner1 .progress_inner1_1 {
  height: 15px;
  background-color: #3e95cd;
}
.progress_outer .progress_inner1 #inner1 {
  width: 0%;
}
.progress_outer .progress_inner1 #inner2 {
  width: 20%;
}
.progress_outer .progress_inner1 #inner3 {
  width: 10%;
}
.progress_outer .progress_inner1 #inner4 {
  width: 60%;
}
.progress_outer .progress_inner1 #inner5 {
  width: 80%;
}
.progress_outer .progress_inner1 #inner6 {
  width: 100%;
}
.sub_attributes {
  width: 400px;
  position: fixed;
  left: 30%;
  top: 200px;
  display: none;
  z-index: 9999999 !important;
  min-height: 300px;
}
.close {
  width: 15px;
  height: 15px;
  font-weight: bold;
  position: absolute;
  right: 3px;
  top: 3px;
  cursor: pointer;
  z-index: 99999;
}
.light-box-bg {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: url(../images/fade_bg.png);
  z-index: 99 !important;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
}
.sub_attributes {
  width: 400px;
}
.box-title-corner {
  width: 390px;
  height: 32px;
  background: url(../images/subdomain/titile_bg.png) no-repeat 0 0;
  line-height: 30px;
  padding: 0 0 0 10px;
  font-size: 16px;
  position: relative;
}
.box-title-corner h2 {
  margin: 0px;
  font-size: 16px;
  line-height: 32px;
  float: left;
  color: #a50c0f;
}
.box-bottom-corner {
  width: 400px;
  height: 0px;
  background: url(../images/subdomain/box_bottom_corner.png) no-repeat 0 0;
}
.box-content {
  width: 398px;
  height: 200px;
  background: #fff;
  border-left: 1px solid #4c4c4c;
  border-right: 1px solid #4c4c4c;
  border-bottom: 1px solid #4c4c4c;
}
/**************
 css for functionalities select box options background color
 */
.support {
  background-color: #84ff00;
}
.partial_support {
  background-color: #659cd8;
}
.not_support {
  background-color: #ffa500;
}
.unanswered {
  background-color: #ff0000;
}
.beginer {
  background-color: #84ff00;
}
.intermediate {
  background-color: #659cd8;
}
.advance {
  background-color: #ffa500;
}
.experts {
  background-color: #ff0000;
}
.username_block {
  cursor: pointer;
  position: absolute;
  right: 350px;
  margin-top: 9px !important;
  z-index: 9;
  width: 150px;
}
.suggestcategory {
  width: 150px !important;
  cursor: pointer;
  position: absolute;
  right: 230px;
  margin-top: 9px !important;
  z-index: 999;
}
.feature_heding {
  width: 300px !important;
  cursor: pointer;
  position: absolute;
  left: 430px;
  margin-top: 9px !important;
  z-index: 0;
}
.experts_heding {
  padding: 0 0 0 100px;
}
.suggestcategory td p {
  line-height: 3em !important;
}
.catsuggest {
  width: 400px;
  position: absolute;
  left: 250px;
  top: 0;
  display: none;
  z-index: 5;
}
.license_img {
  position: absolute;
  float: left;
  cursor: pointer;
  top: 0;
  width: 25px;
  z-index: 999;
}
#collpsible_div h4.expand .license_img .floatRight a {
  border: none !important;
}
#collpsible_div h4.expand .license_img .floatRight a:hover {
  background: none;
}
.box_license {
  width: 400px;
  position: absolute;
  left: 250px;
  top: 0;
  display: none;
  z-index: 9999999;
}
.suggestlist {
  padding: 0px;
  margin: 0px !important;
  overflow: hidden;
}
.domainlist {
  padding: 0px;
  margin: 0px !important;
  overflow: hidden;
}
.domainlist li {
  width: 120px;
  list-style: none;
  float: left;
  text-align: left;
  padding: 3px;
}
.suggestlist li {
  width: 190px;
  list-style: none;
  float: left;
  text-align: left;
  padding: 5px;
}
.readonMargin {
  margin: 0px 10px !important;
}
/**************************************
 Start of Mouse Over AUTO SELECT CSS
 **************************************/
.select {
  float: left;
  padding: 20px;
}
/*------------------ selectDark -----------------*/
.selectDark {
  background: url("../images/selectmouse/darkBackground.jpg") no-repeat top left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.selectDark .passiveSelect,
.selectDark .activeSelect {
  height: 25px;
  line-height: 2em;
  display: block;
  cursor: pointer;
  padding-left: 10px;
  margin-right: 10px;
}
.selectDark .passiveSelect {
  background: url("../images/selectmouse/darkNormal.jpg") no-repeat top right;
  color: #fff;
}
.selectDark .activeSelect {
  background: url("../images/selectmouse/darkActive.jpg") no-repeat top right;
  color: #00aeef;
}
.selectDark ul {
  padding: 0;
  margin: 0;
  background: #525252;
  list-style: none;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  width: 203px;
}
.selectDark li {
  padding: 0;
  margin: 0;
  font-weight: normal;
  padding: 2px 0 2px 12px;
  color: #aeaeae;
}
.selectDark .first {
  padding-top: 10px;
  background: url("../images/selectmouse/darkFirst.jpg") no-repeat top left;
}
.selectDark .last {
  padding-bottom: 10px;
  background: url("../images/selectmouse/darkLast.jpg") no-repeat bottom left;
}
.selectDark li:hover {
  color: #00aeef;
}
.selectDark .selected {
  color: #fff;
}
/*------------------ selectFruits -----------------*/
.selectFruits {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #ccc;
  height: 27px;
  width: 160px;
}
.selectFruits .passiveSelect,
.selectFruits .activeSelect {
  height: 25px;
  line-height: 2.4em;
  display: block;
  cursor: pointer;
  padding-left: 10px;
  color: #333;
  font-weight: bold;
  background: url("../images/selectmouse/down_arrow.gif") no-repeat 100% 3px;
}
.selectFruits .activeSelect {
  color: #333;
  background: url("../images/selectmouse/down_arrow.gif") no-repeat 100% 3px;
}
.selectFruits ul {
  padding: 0;
  margin: 0;
  list-style: none;
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  width: 99%;
  background: #fff;
  border: 1px solid #ccc;
}
.selectFruits li {
  padding: 0;
  margin: 0;
  width: 100%;
  color: #333;
  display: block;
  float: none;
}
.selectFruits .special {
  font-weight: bold;
}
.selectFruits .selected,
.selectFruits li:hover {
  color: #fff;
  background: #06c;
}
.selectFruits li span {
  padding: 6px;
}
#support {
  background: #84ff00;
}
#partial_support {
  background: #659cd8;
}
#not_support {
  background: #ffa500;
}
#unanswered {
  background: #ff0000;
}
#beginer {
  background: #84ff00;
}
#intermediate {
  background: #659cd8;
}
#advance {
  background: #ffa500;
}
#experts {
  background: #ff0000;
}
/**********************************
 End of Mouse Over AUTO SELECT CSS
 **********************************/

/* categores in reviews template css */

.categaories-block {
  width: 700px;
}
.techtypes {
  margin-bottom: 15px;
}
.techtypes .cat-list-block .cat-title-image h4 {
  padding-right: 10px;
  width: 160px;
}
.techtypes .cat-list-block .cat-title-image p {
  float: right;
  font-size: 11px;
  line-height: 15px;
  margin-bottom: 0;
  width: 140px;
}
#review-cats h2,
#review-cats h4 {
  margin: 0;
  letter-spacing: -1px;
}
.title3 {
  border: 1px solid #a00808;
  color: #ffffff;
  line-height: 30px;
  font-size: 16px;
  padding: 0 0 0 10px;

  background: #b10d00;
  background: -moz-linear-gradient(center top, #c3463c 0%, #b10d00 100%) repeat
    scroll 0 0 transparent;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #c3463c),
    color-stop(100%, #b10d00)
  );
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.cat-list-block {
  width: 698px;
  background: #f2f2f2;
  border: 1px solid #dfdfdf;
  padding: 0 0 20px 0;
}
.cat-list {
  width: 680px;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
}
.component-content .cat-list li {
  list-style: none;
  width: 320px;
  float: left;
  padding: 10px 0;
  border-top: 1px solid #888888;
  margin: 5px 20px 0 0;
  padding: 0 0 10px 0;
}
.cat-list li.last {
  border: none;
}

.cat-list li h4 {
  font-size: 16px;
}
.cat-list li h4 a {
  font-size: 16px;
  color: #212122;
}
.cat-list li h4 a:hover {
  color: #212122;
}

.cat-list li a {
  font-size: 13px;
  color: #06c;
  text-decoration: none;
}
.cat-list li ul li a {
  line-height: 12px;
}
.cat-more {
  width: 580px;
  margin: 0 auto;
  padding: 30px 0 0 0;
}
.cat-more h2 {
  color: #b10d00;
  font-size: 16px;
  line-height: 35px;
}
.cat-more-list {
  padding: 0;
  margin: 0;
  width: 580px;
  overflow: hidden;
}
.cat-more-list li {
  width: 270px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #cfcfcf;
  list-style: none;
  float: left;
  margin: 0 20px 0 0;
}

.cat-more-list li a {
  display: block;
  line-height: 25px;
  color: #06c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-decoration: none;
}
.categaories-block li a:hover {
  color: #c00;
}

.product_title {
  font-size: 18px;
  font-weight: bold;
}
.component-content .subcats-uncat {
  height: 75px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.component-content .subcats-uncat li {
  border-top: none;
  width: 140px;
  padding: 0 0 5px 5px;
  margin: 0 0 0 5px;
}
.component-content .subcats-uncat .see-all {
  text-align: right;
  width: 280px;
  border-bottom: 0;
}
.component-content .subcats-uncat .no-subcats {
  height: 75px;
}
.cat-title-image {
  overflow: hidden;
}
.cat-title-image h4 {
  float: left;
  width: 250px;
}
.cat-title-image img {
  width: 40px;
  height: 40px;
  float: right;
  margin-top: 10px;
}
.xdebug-error {
  display: none;
}

/*products review landing templates styling */
.prod-header h4 {
  float: left;
  font-size: 12px;
  letter-spacing: 0;
  margin: 5px 0 0;
}
.prod-header span {
  font-size: 12px;
  margin-left: 15px;
}
.prod-header {
  background: none repeat scroll 0 0 #e5e5e5;
  border-radius: 5px 5px 5px 5px;
  padding: 10px;
}
.prod-spec-list ul {
  padding-left: 0 !important;
  width: 100%;
}
.prod-spec-list ul li {
  list-style-type: none;
  width: 100%;
  float: left;
}
.prod-spec-list ul li span {
  font-weight: bold;
  width: 130px;
}
.prod-spec-list img {
  float: right;
  padding: 10px;
}

.prod-header-top {
  height: 25px;
}
.addthis_toolbox {
  margin-top: 4px;
}

.prod-spec-list ul li .platform-title {
  float: left;
}
.prod-spec-list ul li .platform {
  float: left;
  width: 300px;
}

.prod-media h4 {
  background: none repeat scroll 0 0 #e5e5e5;
  border-radius: 3px 3px 3px 3px;
  padding: 8px;
}
.prod-docs ul li {
  list-style-type: none;
  float: left;
  margin-right: 20px !important;
}
.prodDetailrating {
  width: 98%;
}
ul li div.other-prod-scroller {
  background: #e5e5e5;
  float: left;
  width: 100px;
  height: 100px;
}
.prod-details span.prod-title {
  color: #000000;
  float: left;
  font-size: 14px;
  line-height: 25px;
  padding-left: 10px;
  text-align: left;
  width: 200px;
}
.prod-details p {
  color: #000000;
  float: left;
  font-size: 12px;
  line-height: 15px;
  padding-left: 10px;
  text-align: left;
}
.prod-details {
  font-size: 12px;
  color: #000000;
}
.prod-details .rating_value {
  font-size: 12px;
  line-height: normal !important;
}

.list_carousel .prod-details {
  float: left;
  height: 110px;
  width: 200px;
}

.prod-media {
  display: inline-block;
  height: auto;
  position: relative;
  width: 100%;
}
#rt-content-bottom .rt-alpha .jr_listings_mod img {
  height: 80px !important;
  width: 80px !important;
}
.userReview .rt-block .jr_listings_mod img {
  height: 70px !important;
  width: 70px !important;
}
.editorReview .rt-block .jr_listings_mod img {
  height: 70px !important;
  width: 70px !important;
}
#rt-content-bottom .rt-alpha {
  float: none;
  width: 600px;
}
#rt-content-bottom .rt-omega {
  width: 680px !important;
}
#rt-content-bottom .rt-omega .rt-block {
  float: left;
  margin-right: 50px;
}
#rt-content-bottom .rt-block .contentInfo .reviewer {
  /*display: none;*/
}

.list_carousel {
  background-color: #ffffff;
  margin-left: 25px;
  width: 640px;
  position: relative;
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.list_carousel li {
  font-size: 40px;
  color: #999;
  text-align: center;
  width: 320px;
  height: 110px;
  padding: 0;
  margin: 6px;
  display: block;
  float: left;
}
.list_carousel.responsive {
  width: auto;
  margin-left: 0;
}
.clearfix {
  float: none;
  clear: both;
}
.prev {
  margin-left: 10px;
  background: #ccc;
  padding: 3px 5px;
  position: absolute;
  left: -35px;
  top: 30px;
}
.next {
  margin-right: 10px;
  background: #ccc;
  padding: 3px 5px;
  position: absolute;
  right: -35px;
  top: 30px;
}
.pager {
  width: 300px;
  text-align: center;
  margin: 0 auto;
}
.pager a {
  margin: 0 5px;
  text-decoration: none;
  background: #ccc;
  padding: 3px;
}
.pager a.selected {
  background: #333;
  color: #fff;
}
.timer {
  background-color: #999;
  height: 6px;
  width: 0px;
}

/**** sub attributes template ****/
.cList li ul {
  margin-top: 3px;
}
.cList li ul li {
  display: inline-block;
  padding-bottom: 0 !important;
  width: 200px;
}
.cList li ul li a {
  color: #444444;
}
.cList li ul li a:hover {
  color: #000000;
}

.userReview .rt-block {
  width: 300px;
}
.userReview .rt-block .jr_modSlider {
  width: 280px !important;
}
.userReview .rt-block .jr_modSlider .jr_listings_mod {
  width: 280px !important;
}
.userReview .rt-block .jr_modSlider .jr_listings_mod .listItem {
  width: 280px !important;
}
.editorReview .rt-block {
  margin-right: 10px !important;
  width: 300px;
}
.editorReview .rt-block .jr_modSlider {
  width: 280px !important;
}
.editorReview .rt-block .jr_modSlider .jr_listings_mod {
  width: 280px !important;
}
.editorReview .rt-block .jr_modSlider .jr_listings_mod .listItem {
  width: 280px !important;
}

.rt-container #rt-body-background #rt-body-surround {
  display: inline-block;
}

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

/*.rt-grid-12  {
	float: none;
}
#rt-content-top .rt-alpha {
	float: left;
}*/

#collpsible_div h4.expand .license_img a {
  border: none;
}
.paginations {
  margin-right: 60px;
}
.paginations ul {
  display: inline-block;
  margin: 0 !important;
}
.paginations ul li {
  float: left;
  list-style: none;
  padding: 0 5px !important;
}
.paginations ul li a {
  line-height: normal !important;
}

.cat-title-image p .tooltip {
  color: #444444;
  font-size: 11px;
  line-height: 15px;
  text-decoration: none;
}
.techtypes .cat-list-block .cat-title-desc div {
  float: right;
  font-size: 11px;
  line-height: 15px;
  margin-bottom: 0;
  width: 50%;
}

.techtypes .cat-list-block .cat-title-desc div a {
  color: #444444;
  font-size: 13px;
  line-height: 15px;
  text-decoration: none;
}
.techtypes .cat-list-block .cat-title-desc div a span {
  font-size: 13px;
}
.techtypes .cat-list-block .cat-title-desc h4 {
  padding-right: 10px;
  width: 50%;
  float: left;
}

/*********************************/
.apppickerdiv {
  float: left;
  width: 100%;
}

.apppickerdiv form h3 {
  font-size: 18px;
  margin: 0;
}

.apppickerdiv form td,
.apppickerdiv form tr td {
  border-top: 0px solid hsl(0, 0%, 90%);
}

.apppickerdiv legend {
  display: table;
  margin-bottom: 0;
  padding: 0 10px;
  width: auto;
  border: 0;
}

th,
td {
  padding: 5px 10px;
}

.collapse_expand_divs > div {
  margin-top: 5px;
}

.bullet-add {
  margin: 0;
}

.collapse span.floatRight {
  margin-right: 15px;
}
/*Pramod 9-13-2017*/
.apppickerdiv #review-cats .categaories-block {
  width: 100%;
}
.apppickerdiv #review-cats .categaories-block .cat-list-block {
  width: 100%;
}
.apppickerdiv
  #review-cats
  .categaories-block
  .cat-list-block
  .cat-list
  li
  h4
  a {
  color: hsl(240, 1%, 13%);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.apppickerdiv
  #review-cats
  .categaories-block
  .cat-list-block
  .cat-list
  li
  ul
  li
  a {
  color: hsl(0, 0%, 20%);
}
.apppickerdiv
  #review-cats
  .categaories-block
  .cat-list-block
  .cat-list
  li
  ul
  li
  a:hover {
  color: hsl(0, 100%, 40%);
}
.apppickerdiv #review-cats .categaories-block .cat-list-block .cat-list li ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.apppickerdiv #review-cats .categaories-block .cat-list-block .cat-list li {
  width: 31.99%;
  border: 0 none;
  margin: 10px 0;
  padding-right: 15px;
}
.apppickerdiv
  #review-cats
  .categaories-block
  .cat-list-block
  .cat-list
  li
  ul
  li {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: inside none disc;
}
.apppickerdiv #review-cats .categaories-block .title3 {
  background: hsl(0, 100%, 40%);
  border: 0 none;
  padding: 5px 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/*Pramod 03-08-2018*/
#tabs-1 label,
#tabs-2 label,
#tabs-3 label {
  color: hsl(0, 0%, 20%);
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.71429;
  text-align: right;
  width: 100%;
}
#tabs.tabsbox {
  padding: 0;
}
#tabs.tabsbox .ui-tabs-nav {
  background: hsl(0, 0%, 93%) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  padding: 10px 10px 0;
}
#tabs.tabsbox .ui-tabs-nav .ui-state-default a {
  font-size: 14px;
  font-weight: bold;
}
#tabs.tabsbox.ui-widget input[type="file"] {
  background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
  box-shadow: 0 0 0;
  padding: 0;
}
#tabs.tabsbox.ui-widget input,
#tabs.tabsbox.ui-widget select,
#tabs.tabsbox.ui-widget textarea,
#tabs.tabsbox.ui-widget button {
  font-size: 14px;
}
.bullet-arrow2 {
  margin: 0;
  padding: 0;
}
.bullet-arrow2 > li {
  list-style: inside none disc;
}
#not_mentioned {
  display: none;
  color: #9c6300 !important;
}
#not_mentioned a {
  position: absolute;
  right: 25px;
  color: gray;
  top: 59px;
  font-size: 19px;
  font-weight: bold;
  cursor: pointer;
}
/*211021*/
.vendor_db ul {
  display: flex;
  flex-wrap: wrap !important;
  width: 100%;
}
.vendor_db li {
  float: unset !important;
  width: unset !important;
  flex: 0 0 33%;
}

.vendor_db .content {
  display: flex;
  align-items: center;
}
.list_detail.floatLeft .heading {
  font-size: 22px;
  font-weight: 700;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  color: black;
  margin-top: 14px;
  margin-left: 10px;
  text-transform: uppercase;
}

/*221021*/
.list_detail.floatLeft {
  float: unset;
  width: 18%;
}
.menu_list_outer {
  display: flex;
  border-bottom: 1px solid lightgray;
  padding: 25px 0 15px;
}
.option_detail.floatLeft {
  padding-bottom: 20px;
  padding-left: 10px;
  width: 94%;
}

.menu_list li:hover .option_detail.floatLeft {
  box-shadow: 0 1px 6px 0 rgb(32 33 36 / 18%);
  width: 94%;
  padding-left: 10px;
  background: #f5f5f5;
  padding-bottom: 20px;
}
.cstm_productsDiv input,
.cstm_productsDiv select,
.cstm_productsDiv textarea {
  height: 38px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 1.71428571;
  color: #666666;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  min-width: 250px;
  box-sizing: border-box;
}

.cstm_productsDiv tr td {
  border-top: 1px solid #e5e5e5;
  min-width: 120px;
  vertical-align: top;
}

.cstm_productsDiv textarea {
  height: 100px;
}

.cstm_productsDiv button.btn,
.cstm_productsDiv a.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.71428571;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #669900;
  border-color: #558000;
}

.cstm_productsDiv button.btn:hover {
  color: #ffffff;
  background-color: #446600;
  border-color: #2c4200;
}
.cstm_productsDiv a.btn,
.cstm_productsDiv a.btn:hover {
  background-color: #f2f2f2;
  text-shadow: 0 1px 0 #fff;
  border-color: #999999;
  color: #669900;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 25px;
  float: right;
}
.cstm_productsDiv a.btn:hover {
  color: #333;
}
.cstm_news_blogs i.cstm_edit {
  color: black;
  font-weight: 800;
  font-size: 20px;
}
.cstm_news_blogs i.cstm_edit:hover {
  color: #669900;
}
.drop_down.menuadd ul {
  display: block !important;
}
form ul#myform_city {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  max-width: 363px;
  max-height: 200px;
  overflow: auto;
  background-color: #efefef;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

form ul#myform_city li {
  padding: 5px 10px;
  line-height: 1.2;
}

form ul#myform_city li + li {
  border-top: 1px solid #ddd;
}

form ul#myform_city li:hover {
  background-color: lightgrey;
  cursor: pointer;
}
#welcomePart .comapny_logo {
}

div#welcomePart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
}

div#welcomePart > div {
  float: none;
}

div#welcomePart .comapny_logo span {
  margin: 0 !important;
  float: none;
}

div#welcomePart .comapny_logo span img {
  height: 40px;
  object-fit: contain;
  width: auto;
}

#not_mentioned a {
  top: 0;
}

#not_mentioned {
  position: relative;
}
.sales_lead_table .domains {
  width: 30%;
}
.vendor_db span.count {
  font-size: 18px;
  font-weight: 800;
}
/*a#shdrop,span.glyphicon.glyphicon-off,div#welcomePart,div#system-message-container,div#t3-content{
		pointer-events: none !important;
		cursor: pointer !important;
	}*/

/* 25-01-2022 */
.single_sales_lead .sales_lead_table th,
.single_sales_lead .sales_lead_table td {
  border: 1px solid #e5e5e5;
  padding: 10px;
  text-align: left;
}

.single_sales_lead .sales_lead_table th {
  width: 30%;
}

.single_sales_lead {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  padding: 50px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 500px;
  overflow-y: scroll;
}
.ctm_single_sales_lead {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9;
}
.ctm_single_sales_lead .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

ul.cstm_pagination {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  padding: 20px 0;
  margin-top: 20px;
}

ul.cstm_pagination li a {
  color: black;
  float: left;
  /* padding: 8px 16px; */
  padding: 3px 12px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #ddd;
}

ul.cstm_pagination li {
  margin: 0 5px;
}

ul.cstm_pagination li.active {
  background-color: #690;
  border: 1px solid #690;
}

ul.cstm_pagination li a.active {
  color: white;
  background-color: #690;
  border: 1px solid #690;
}

ul.cstm_pagination li:hover:not(.active) {
  background-color: #ddd;
}

ul.dasboard-menu li.active a {
  font-weight: 700;
  text-decoration: underline;
  color: black;
}
/* 09-02-2022 Styling Start */
.uni_alli_form {
  border: 1px solid #dddddd;
  clear: both;
  padding: 10px;
  width: 98%;
}

.uni_alli_form tr td {
  border-top: 1px solid #e5e5e5;
  vertical-align: top;
}

.uni_alli_form input,
.uni_alli_form select,
.uni_alli_form textarea {
  height: 38px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 1.71428571;
  color: #666666;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  min-width: 250px;
  box-sizing: border-box;
}

.uni_alli_form a.btn,
.uni_alli_form a.btn:hover {
  background-color: #f2f2f2;
  text-shadow: 0 1px 0 #fff;
  color: #669900;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 25px;
  float: right;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #999999;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.71428571;
  border-radius: 0;
}

.uni_alli_form a.btn:hover {
  color: #333;
}

.uni_alli_form button.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.71428571;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #669900;
  border-color: #558000;
}

.uni_alli_form button.btn:hover {
  color: #ffffff;
  background-color: #446600;
  border-color: #2c4200;
}

.uni_alli_inner ul.nav {
  background: #e5e5e5;
  margin-bottom: 6px;
  border: 0;
}

.uni_alli_inner ul.nav li.nav-item.active > a.tabs {
  background-color: #669900;
  color: #ffffff;
  margin: 0;
  border: 0;
  font-weight: 400;
  border-right-color: #669900;
}

.uni_alli_inner ul.nav li.nav-item a.tabs {
  margin: 0;
  padding: 6px 12px;
  border: 0;
  color: #666666;
  border-radius: 0;
  text-transform: uppercase;
  line-height: normal;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  /* border-right: 1px solid #fff; */
}

.uni_alli_inner ul.nav li.nav-item a.tabs:hover {
  background: #666666;
  color: #e5e5e5;
  border-right: 1px solid #666666;
}
.uni_alli_inner .tab-content {
  padding: 20px;
  box-shadow: 0 0 4px rgb(0 0 0 / 20%);
  border: 1px solid #e5e5e5;
}
.ostlinkr a.modal_link {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.71428571;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #669900;
  border-color: #558000;
}
.school_logo {
  display: flex;
  /* justify-content: space-between; */
  flex-direction: column;
}

.school_logo img {
  width: 100px;
  margin-top: 10px;
}

.uni_alliance_table th,
.uni_alliance_table td {
  border: 1px solid #eee;
  text-align: left;
  padding: 10px;
}

.uni_alli_form form textarea#description {
  height: 175px !important;
}

.uni_alliance_table td img {
  width: 120px;
}
/* 09-02-2022 Styling End */

/* 10-02-2022 */
.uni_alli_form {
  padding: 0;
  width: 100%;
}
.loader {
  border: 4px solid #e5e5e5;
  border-radius: 50%;
  border-bottom: 4px solid #8eb65b;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.loader_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.school_profile_info {
  padding-left: 25px;
}

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

.school_profile_inner .school_profile_img img {
  width: 230px;
}

.school_profile_inner h6.school_name,
.school_list_inner .publication_heading {
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  color: #333333;
  text-align: left;
}

.school_profile_inner ul.school_additional_info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.school_profile_inner ul.school_additional_info li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #333333;
}

.school_profile_inner ul.school_additional_info li span.add_info_head {
  color: #777777;
  font-weight: 400;
}

.school_profile h4.school_slogan {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #777777;
  word-break: break-word;
}
.school_profile_img {
  text-align: center;
  max-width: 232px;
}
.school_profile {
  margin-bottom: 30px;
}

.school_list_left th.heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px !important;
  color: #1b3060;
  vertical-align: middle;
}

.school_list_left td {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  vertical-align: middle;
}

.school_list_area #accordion .panel-heading .panel-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}

.school_list_area .panel-collapse {
  padding: 0;
}

.school_list_area #accordion .panel:not(:last-child) {
  margin: 0 0 20px;
}

.cmn_school_table table {
  border: 1px solid #dddddd;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.school_list_left .panel-body {
  padding: 30px;
  background-color: #f9f9f9;
}

.school_list_left .panel-body .cmn_school_table table {
  background-color: #fff;
}

.cmn_school_table {
  border-radius: 5px;
}

.school_list_right .school_list_sidebar_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  background-color: #f9f9f9;
}

.school_list_right .school_list_sidebar_head p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

.school_list_right .school_list_sidebar_head a {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #333;
}

.school_list_right {
  border: 1px solid #ddd;
}

.school_list_right .school_list_member {
  display: flex;
  align-items: center;
  padding: 0 30px 20px;
}

.school_list_right .school_list_member img {
  max-width: 100%;
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 12px;
}

.school_list_right .school_list_member_info {
}

.school_list_right .school_list_member_info h6.school_list_member_name {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.school_list_right .school_list_member_info p.school_list_member_department {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #777777;
  margin: 0;
}
.school_list_area #accordion .panel-heading {
  position: relative;
  padding: 0;
  background-color: transparent;
}
.school_list_area #accordion .panel-heading .panel-title a {
  display: block;
  padding: 26px;
  text-decoration: none;
}

.school_list_area #accordion .panel-heading .panel-title a.collapsed::after {
  content: "\f107";
}

.school_list_area #accordion .panel-heading .panel-title a::after {
  content: "\f106";
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.cmn_school_table th,
.cmn_school_table td {
  border-right: 1px solid #ddd;
}
select#department_list[multiple] {
  min-height: 100px;
}
/* profile page css start here */
.student-img {
  max-width: 285px;
}

.student-img img {
  max-width: 285px;
  border-radius: 5px;
  width: 100%;
}

.student-detail {
  max-width: calc(100% - 285px);
  width: 100%;
  padding-left: 30px;
}

.student-pro {
  display: flex;
}

.student-detail h3 {
  /* font-family: Helvetica; */
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #009900;
}

.student-detail p {
  /* font-family: Helvetica; */
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #777777;
  margin-bottom: 5px;
}

.student-detail p span {
  font-weight: 600;
  color: #333333;
}
.edu-logo img {
  max-width: 70px;
  width: 100%;
  padding-top: 30px;
}

.slogan {
  font-style: normal;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  margin-top: 0px;
}
.school_name {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-top: 15px;
  color: #333;
  margin-bottom: 5px;
}
.edu-logo {
  text-align: center;
}

.pro-com-head {
  /* font-family: Helvetica; */
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 30px;
  margin-top: 0px;
}
.student-profile-sec .pro-com-head {
  margin-top: 60px;
  margin-bottom: 30px;
  font-weight: 400;
}
.student-profile-sec .pro-com-head span {
  font-weight: bold !important;
}
.pro-com-table {
  width: 100%;
}

.pro-com-table th {
  width: 30%;
  /* border: 1px solid #DFDFDF; */
  border-top: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  /* font-family: Helvetica; */
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  color: #1b3060;
  padding: 10px 20px;
}
.pro-com-table th:nth-child(2) {
  width: 15%;
}
.pro-com-table th:first-child {
  border-left: 1px solid #dfdfdf;
}
.pro-com-table th:first-child {
  border-left: 1px solid #dfdfdf;
}

.pro-com-table tr td {
  border-right: 1px solid #dfdfdf;
}

.pro-com-table tr:last-child td {
  border-bottom: 1px solid #dfdfdf;
}

.pro-com-table tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}

.pro-com-table tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}

.pro-com-table tr td:first-child {
  border-left: 1px solid #dfdfdf;
}

.pro-com-table {
  border: none !important;
  border-collapse: separate;
  background: #f9f9f9;
}

.pro-com-table th:first-child {
  border-top-left-radius: 5px;
}

.pro-com-table th:last-child {
  border-top-right-radius: 5px;
  width: 45%;
}

.pro-com-table td {
  /* border: 1px solid #DFDFDF; */
  border-top: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  /* font-family: Helvetica; */
  font-style: normal;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  padding: 10px 20px;
}

.report-pub .pro-com-table th {
  width: 50%;
}

.report-pub .pro-com-table {
  max-width: 100%;
}

.profile-r.pro-rating input[type="radio"] {
  min-width: 0px;
  min-height: 0px;
  opacity: 0;
  display: none;
}

.profile-r.pro-rating .rating label {
  float: right;
  position: relative;
  cursor: pointer;
  margin-bottom: 0px;
  line-height: 1;
}

.profile-r .rating label:before {
  content: "\2605";
  font-size: 25px;
  color: #ccc;
  line-height: 1;
}

.profile-r .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.profile-r .rating input:checked ~ label:before,
.profile-r .rating:not(:checked) > label:hover:before,
.profile-r .rating:not(:checked) > label:hover ~ label:before {
  color: #ffce31;
}
.pro-camp-rate .profile-r .rating input:checked ~ label:before,
.pro-camp-rate .profile-r .rating:not(:checked) > label:hover:before,
.pro-camp-rate .profile-r .rating:not(:checked) > label:hover ~ label:before {
  color: #333;
}
.pro-camp-rate .pro-rating.profile-r {
  display: flex;
  align-items: flex-start;
}

.pro-rating.profile-r {
  margin-top: 10px;
}

.pro-camp-rate .pro-rating.profile-r .rating {
  padding-right: 15px;
}
.pro-com-btn {
  border: 1px solid #009900;
  border-radius: 5px !important;
  max-width: 200px;
  width: 100%;
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0;
  /* font-family: Helvetica; */
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 17px;
  color: #009900;
  text-transform: initial !important;
}

.pro-com-btn:hover {
  background: #009900;
  color: #fff;
}

.r-p-wrap {
  display: flex;
  margin-top: 50px;
}

.r-p-wrap a {
  width: 50%;
  padding-left: 20px;
  /* font-family: Helvetica; */
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  color: #d93030;
  justify-content: center;
}

/* .r-p-wrap a.pro-pub {
    color: #3399FF;
}
.r-p-wrap a.pro-report {
    color: #009900;
} */
.student-profile-sec {
  padding-top: 20px;
  padding-bottom: 60px;
}

.report-sub {
  background: #333333;
  padding: 30px 50px;
}

.report-text p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #333;
  margin: 60px 0 0 0;
}
.pro-com-btn.sub-rep {
  margin-top: 0px;
  color: #fff;
  border-color: #fff;
  max-width: 180px;
  min-height: 50px;
}

.pro-com-btn.sub-rep:hover {
  color: #333;
  background: #fff;
}
.report-text p span {
  font-weight: 600;
  display: contents;
}
.sol-slider-inner img {
  width: 100%;
}

.sol-slider-inner h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  color: #1b3060;
  text-align: center;
  margin-top: 0px;
}

/* .solarslide-owl.owl-carousel.owl-theme {
    display: flex;
} */

.sol-slider-inner span,
.sol-slider-inner p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #333333;
  text-align: center;
  display: block;
}
.pro-rating.slider-rating .rating {
  justify-content: center;
}

.sol-slider-inner .pro-com-btn {
  margin-top: 20px;
  max-width: 170px;
  min-height: 50px;
}

.sol-slider-inner .profile-r .rating input:checked ~ label:before,
.sol-slider-inner .profile-r .rating:not(:checked) > label:hover:before,
.sol-slider-inner
  .profile-r
  .rating:not(:checked)
  > label:hover
  ~ label:before {
  color: #ffce31;
}

.sol-slider-inner {
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  border-radius: 5px;
}
.sol-slider-inner img,
.soft-slider-inner img {
  max-height: 200px;
  min-height: 200px;
  object-fit: cover;
}
.solarslide {
  margin-top: 100px;
  margin-bottom: 70px;
}
.sol-content {
  padding: 20px;
}
.solarslide .pro-com-head,
.softwareslide .pro-com-head {
  text-align: center;
}
.solarslide,
.softwareslide {
  /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; */
  padding-left: 50px;
  padding-right: 50px;
}
.com-owl .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #1b3060 !important;
  border-radius: 50%;
  color: #fff !important;
  font-size: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.com-owl {
  position: relative;
}

.com-owl .owl-nav .owl-prev {
  left: -45px;
}

.com-owl .owl-nav .owl-next {
  right: -45px;
}

.com-owl .owl-nav button.disabled {
  background: #bdbdbd !important;
}
.softwareslide {
  padding-bottom: 60px;
}
.com-owl .owl-nav span {
  position: relative;
  font-size: 0px;
}
.com-owl .owl-nav span:after {
  position: absolute;
  content: "\f061";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.com-owl .owl-nav button.owl-prev span:after {
  content: "\f060";
}
.e-tech-camp img {
  max-width: 243px;
  width: 100%;
}
.pro-rating.profile-r.table-r {
  margin-top: 0px;
}
.uni_alli_inner ul.nav li.nav-item ul.sub_menu {
  padding-left: 0px;
  list-style: none;
  position: relative;
}

.uni_alli_inner ul.nav li.nav-item ul.sub_menu .nav-item a:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border: 1px solid #000;
  border-radius: 50%;
}

.uni_alli_inner ul.nav li.nav-item ul.sub_menu .nav-item a {
  position: relative;
}

.uni_alli_inner ul.nav li.nav-item ul.sub_menu .nav-item .tabs {
  width: 100%;
  display: block;
  padding-left: 35px;
  text-decoration: none;
}
.uni_alli_inner ul.nav li.nav-item ul.sub_menu .nav-item.active a:before,
.uni_alli_inner ul.nav li.nav-item ul.sub_menu .nav-item .tabs:hover:before {
  border-color: #fff;
}
/* profile page css ends here */
.uni_alli_form input,
.uni_alli_form select,
.uni_alli_form textarea {
  /* max-width: 250px; */
  max-width: 100% !important;
  width: 100% !important;
}
.uni_alli_form button.btn {
  margin-right: 0px;
}
.uni_alli_form input,
.uni_alli_form select,
.uni_alli_form textarea {
  min-width: unset;
}
select {
  background: url(../images/down.png) !important;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-repeat: no-repeat !important;
  background-position: right 15px center !important;
  background-size: 10px;
}
.publication_heading {
  font-size: 25px !important;
  margin-top: 50px;
}
.collapse_switch {
  margin: 0px !important;
  top: unset;
  float: unset;
  clear: both;
  text-align: right;
  position: unset;
  width: 100%;
}

.collapse_switch #expand_all,
.collapse_switch #collapse_all {
  font-weight: 600;
}

.collapse_switch #expand_all:hover,
.collapse_switch #collapse_all {
  text-decoration: underline;
}

.school_profile_img img {
  max-width: 232px;
  min-height: 250px;
  width: 100% !important;
  /* object-fit: cover; */
}
.publications th,
.publications td,
.school_page #accordion .cmn_school_table th,
.school_page #accordion .cmn_school_table td {
  text-align: center;
}
.school_logo input {
  padding: 7px;
}

textarea:focus,
input:focus,
select:focus {
  border: 1px solid #666666 !important;
  outline: none !important;
}
textarea {
  resize: none;
}
.multiple_list {
  background-image: none !important;
}
.single_sales_lead .uni_alli_form h2 {
  text-align: center;
}
.single_sales_lead .uni_alli_form tr td:first-child {
  font-weight: 700;
}
#student_profile_form input,
#student_profile_form textarea,
#student_profile_form select {
  width: 100%;
  margin-bottom: 10px;
}
/*textarea,*/
/*input,*/
/*select {*/
/*  padding: 7px 12px !important;*/
/*}*/
input.jrKeywords{
  padding: 10px 14px !important;
}
.student_profile_img img {
  width: 100px;
  margin-bottom: 10px;
}
#student_profile_form .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0px;
  max-width: 791px;
  width: 100%;
  border-radius: 10px;
}

#student_profile_form .modal-dialog h4 {
  font-size: 30px;
  text-align: center;
}

#student_profile_form .modal-dialog form {
  padding: 50px;
}

#student_profile_form .modal-dialog .modal-content {
  margin-right: 0px !important;
  width: 100%;
  box-shadow: none !important;
  overflow: auto;
  height: 500px;
  border-radius: 10px;
}
#student_profile_form .modal-dialog form .modal-body {
  padding: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#student_profile_form .modal-dialog form .modal-body > div span:first-child {
  font-weight: 700;
}
#student_profile_form .modal-dialog form .modal-footer {
  padding-left: 0px;
  padding-right: 0px;
}
#add_dpt_row #add_dpt {
  text-align: end;
  display: block;
}
.dept_row_div select {
  width: 45% !important;
  margin-right: 10px;
}

.dept_row_div {
  display: flex;
  padding: 10px 0px;
}

.dept_row_div select.crs_list.multiple_list,
.uni_alli_form #department_lvl_list {
  height: 100px;
}

.dept_row_div i {
  width: 7%;
}
.buyer_school_listing_inner table,
.compare-resport-listing_inner table {
  border-collapse: separate;
  table-layout: fixed;
}

.buyer_school_listing_inner table th:first-child,
.compare-resport-listing_inner table th:first-child {
  width: 65px;
  border-left: 1px solid #dddddd;
  border-top-left-radius: 10px;
}
.compare-resport-listing_inner table th:first-child {
  width: 80px;
}
.buyer_school_listing_inner table th,
.compare-resport-listing_inner table th {
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  padding: 10px;
  color: #333333;
}

.buyer_school_listing_inner table td,
.compare-resport-listing_inner table td {
  border-right: 1px solid #dddddd;
  padding: 10px;
  line-height: 20px;
}

.buyer_school_listing_inner table tr:last-child td,
.compare-resport-listing_inner table tr:last-child td {
  border-bottom: 1px solid #dddddd;
}

.buyer_school_listing_inner table tr td:first-child,
.compare-resport-listing_inner table tr td:first-child {
  border-left: 1px solid #dddddd;
}

.buyer_school_listing_inner table tr:last-child td:first-child,
.compare-resport-listing_inner table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.buyer_school_listing_inner table th:last-child,
.compare-resport-listing_inner table th:last-child {
  border-top-right-radius: 10px;
}

.buyer_school_listing_inner table tr:last-child td:last-child,
.compare-resport-listing_inner table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.buyer_school_listing_inner table th:nth-child(3),
.buyer_school_listing_inner table th:nth-child(4) {
  width: 160px;
}
.buyer_school_listing_inner table th:last-child {
  width: 100px;
}

.buyer_school_listing_inner table th:nth-child(2) {
  width: 320px;
}
.edit_prf_btn {
  text-align: right;
  margin-bottom: 35px;
}
.school-dept {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #e5e5e5;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: 40px;
}

.collapse_switch.switch a:hover,
.collapse_switch.switch a:focus,
.collapse_switch.switch a:active {
  background-color: #e5e5e5 !important;
}

.school-dept h3 {
  margin: 0px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  color: #333333;
  font-size: 25px;
}
.school_page .cmn_school_table th:nth-child(4),
.school_page .cmn_school_table th:nth-child(5) {
  width: 40px;
}
.buyer_school_listing_inner table tr td,
.buyer_school_listing_inner table tr th,
.compare-resport-listing_inner table tr td,
.compare-resport-listing_inner table tr th {
  text-align: center;
}
.itemid-1180 .t3-sidebar-right,
.itemid-1181 .t3-sidebar-right {
  display: none;
}

.itemid-1180 #t3-content,
.itemid-1181 #t3-content {
  width: 100%;
}
.school_list_sidebar_head p {
  color: #333333;
}

/* .school-dept #expand_all {
    color: #669900;
} */

.itemid-1180 #t3-mainbody,
.itemid-1181 #t3-mainbody {
  padding-top: 24px;
  padding-bottom: 24px;
}
.solar-slider-main .item {
  height: 100%;
}
.owl-carousel .owl-stage {
  display: flex;
}

.sol-slider-inner {
  height: 100%;
}

#student_profile_form .note {
  color: red;
  margin-top: 50px;
}

#student_profile_form textarea {
  height: 90px;
}

/* custom checkbox css */
.cust-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cust-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.cust-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
}

.cust-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cust-check input:checked ~ .cust-checkmark:after {
  display: block;
}
.cust-check .cust-checkmark:after {
  left: 8px;
  top: 3px;
  width: 8px;
  height: 14px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* custom checkbox css */
/* comparision page css start here */
.compare-com-head {
  margin-top: 0px;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  color: #333;
  margin-bottom: 30px;
}
.comp-report .compare-com-head {
  margin-bottom: 70px;
}
.comparison-report .compare-com-head {
  margin-bottom: 70px;
}

.a-r-name {
  margin-top: 0px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #1b3060;
  margin-bottom: 20px;
}

.a-r-name span {
  color: #333333;
}

.compare-form label,
.select-form label {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 16px;
  color: #1b3060;
  margin-bottom: 10px;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
}

.compare-form select,
.select-form select,
.p-tech-table table td select {
  height: 50px;
  font-size: 16px;
  color: #a5a4a4;
  box-shadow: none;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
}

.compare-form .form-group {
  margin-bottom: 20px;
}
.pro-check {
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-inner .pro-check {
  border-right: 1px solid #dfdfdf;
}

.pro-check .cust-check {
  margin-bottom: 25px;
  padding-left: 25px;
}

.result-table th:first-child {
  width: 170px;
  text-align: left;
}

.result-table table,
.p-tech-table table {
  table-layout: fixed;
  width: 100%;
  background: #f9f9f9;
  height: 100%;
}

.result-table th,
.result-table td {
  border: 1px solid #dfdfdf;
}

.pro-comment {
  width: calc(100% - 65px);
  padding: 10px;
}

.pro-comment textarea {
  width: 100%;
  border-color: #dfdfdf;
  font-size: 13px;
  line-height: 18px;
}

.result-table td {
  padding: 0px;
}

.product-inner {
  display: flex;
  justify-content: center;
  height: 100%;
}
.result-table th,
.sumarry-table table th,
.p-tech-table table th {
  padding: 13px 15px;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  color: #1b3060;
}
.result-table th {
  width: 264px;
}
.result-table td:first-child {
  padding: 13px 15px;
  vertical-align: middle;
}
.result-table td {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 30px;
  color: #333333;
}
.comp-report .compare-com-head {
  margin-bottom: 50px;
}

.comp-results {
  padding-top: 50px;
  padding-bottom: 50px;
}
.sumarry-table table {
  table-layout: fixed;
  width: 100%;
  background: #f9f9f9;
}

.sumarry-table table tbody th {
  text-align: left;
}

.sumarry-table table td,
.p-tech-table table td {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  text-align: center;
  vertical-align: middle;
  padding: 10px 15px;
}

.sumarry-table table th,
.sumarry-table table td,
.p-tech-table table th,
.p-tech-table table td {
  border: 1px solid #dfdfdf;
}
.sum-review {
  margin-bottom: 60px;
  text-align: center;
}

.sum-review a {
  background: #f9f9f9;
  border: 1px solid #009900;
  box-sizing: border-box;
  border-radius: 5px;
  max-width: 200px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 40px;
  color: #009900;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 17px;
  padding: 10px;
}

.sum-review a:hover {
  background: #009900;
  color: #fff;
}
.pie-inner {
  position: relative;
  height: 200px;
  width: 200px;
  margin: 0 auto;
  margin-top: 20px;
}

.pie-chart-main {
  overflow: hidden;
}

.sumarry-table table thead th {
  width: 250px;
}
.sumarry-table table thead th:first-child {
  width: 220px;
}
.com-product {
  padding-top: 100px;
}
.comp-summary {
  padding-bottom: 50px;
}
.sel-product-cat ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.sel-product-cat ul .pro-cat {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #1b3060;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  margin-right: 10px;
  padding: 8px 12px;
  border-radius: 50px;
  margin-bottom: 10px;
}
.sel-product-cat ul .pro-cat span {
  width: calc(100% - 20px);
  padding-right: 15px;
}
.sel-product-cat ul li:last-child .pro-cat {
  margin-right: 0px;
}
.sel-product-cat ul .pro-cat a {
  width: 20px;
  height: 20px;
  background: #333;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
}

.sel-product-cat {
  margin-top: 20px;
}
.p-tech-table table tr:first-child th:first-child {
  width: 310px;
  background: transparent;
  border-color: white;
  border-bottom: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}

.p-tech-head h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #333;
  white-space: nowrap;
  margin: 0px;
}

.p-tech-table table th,
.p-tech-table table td {
  text-align: left;
}

.p-tech-table table tr:first-child th {
  width: 255px;
}
.p-tech-table table td select {
  width: 100%;
  height: 35px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}
.p-tech-table table tr:first-child th:last-child {
  width: 150px;
}
.p-tech-table table td:first-child {
  padding: 10px 15px;
  transition: 0.5s;
}
.com-form-outer {
  background: #f9f9f9;
  padding: 50px 50px 35px;
}
.p-tech-table table {
  background: transparent;
}

.p-tech-table table th,
.p-tech-table table td {
  background: #f9f9f9;
}
.add-more-features a {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 30px;
  color: #009900;
  padding-right: 10px;
}
.add-more-features a {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 30px;
  color: #009900;
}

.comp-next .btn {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #009900;
  background: #ffffff;
  border: 1px solid #009900;
  box-sizing: border-box;
  border-radius: 5px;
  max-width: 200px;
  height: 55px;
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comp-next {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.comp-next .btn:hover {
  background: #009900;
  color: #fff;
}
.add-more-features a i {
  padding-left: 5px;
  font-size: 16px;
}
.compare-form label {
  height: 45px;
  margin-bottom: 0px !important;
  display: flex;
  align-items: center;
  width: 100%;
}
/* comparision page css start here */
.cstmReadMore.showlesscontent .SecSec,
.smallcstmReadMore.showlesscontent .SecSec,
.mediumcstmReadMore.showlesscontent .SecSec,
.cstmReadMore.showlesscontent .readLess,
.smallcstmReadMore.showlesscontent .readLess,
.mediumcstmReadMore.showlesscontent .readLess {
  display: none;
}

.cstmReadMore.showmorecontent .readMore,
.smallcstmReadMore.showmorecontent .readMore,
.mediumcstmReadMore.showmorecontent .readMore {
  display: none;
}

.cstmReadMore .readMore,
.smallcstmReadMore .readMore,
.mediumcstmReadMore .readMore,
.cstmReadMore .readLess,
.smallcstmReadMore .readLess,
.mediumcstmReadMore .readLess {
  font-weight: bold;
  margin-left: 2px;
  color: #669900;
  cursor: pointer;
}
.pro-com-table tr:nth-child(3) td {
  border-bottom: 1px solid #dfdfdf;
}
.pro-com-table .cstm_extra_row:nth-child(4) td {
  border-top: none;
}
.report-pub tr td,
.report-pub tr th {
  text-align: center;
}
.buyer_school_listing_inner table th,
.compare-resport-listing_inner table th {
  background: #f9f9f9;
}
.school_list_left > .cmn_school_table table {
  background-color: #ffffff !important;
}

.school_list_left > .cmn_school_table table th {
  background: #f9f9f9;
}
.sch-outer {
  display: flex;
  justify-content: space-between;
}
.publication_heading {
  align-items: center;
  justify-content: space-between;
  background: #e5e5e5;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: 40px;
  height: 68px;
  display: flex;
}
.non_student-profile {
  padding: 30px 0 70px;
  max-width: 60%;
  text-align: center;
  margin: 0 auto;
}

.non_student-profile h2 {
  margin-bottom: 50px;
}
.edit_prf_btn a {
  padding: 0px;
  width: 40px;
  height: 40px;
  border: 1px solid #d93030;
  background: transparent;
  color: #d93030;
  font-size: 18px;
}

.edit_prf_btn a i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 500;
}

.edit_prf_btn a:hover {
  background: #d93030;
  color: #fff;
}
.student_add_product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #dfdfdf;
  max-width: 615px;
  margin: 0 auto;
  padding: 10px;
  box-shadow: 0 0 20px 0 rgb(0 153 0 / 20%);
}

.student_add_product p {
  margin-bottom: 0px;
  font-weight: bold;
}

.student_add_product a {
  padding: 10px 20px;
  background: #090;
  border-color: #090;
}
.student_add_product a:hover {
  background: #006400;
  border-color: #006400;
}
.student-profile-sec {
  border: 2px solid #ddd;
  padding: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
  position: relative;
}
.student_add_product a:focus,
.student_add_product a:active {
  border-color: #090 !important;
  background: #090 !important;
}
.school_page .student_page_link a {
  border: 1px solid #009900;
  background: transparent;
  color: #009900;
  border-radius: 5px;
  word-break: break-word;
  white-space: normal;
  max-width: 300px;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  text-transform: initial !important;
  padding: 10px;
}

.school_page .student_page_link a:hover {
  background: #009900;
  color: #fff;
}
.cstm_show_more_table_btn {
  border-color: #d93030;
  color: #d93030;
}

.cstm_show_more_table_btn:hover {
  background: #d93030;
}

.cstm_show_more_table_btn:focus {
  color: #d93030;
}
.cstm_show_more_table_btn:hover:focus {
  color: #fff;
}
.cstm_show_more_table_btn:active {
  box-shadow: none;
}

.cstm_show_more_table_btn:focus-visible {
  outline: none;
}
.student_add_product {
  margin-top: 150px;
  margin-bottom: 90px;
}
.buyer_school_map img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.buyer_school_map {
  margin-top: 20px;
  margin-bottom: 50px;
}
.student-pro-blur {
  border: 2px solid #ddd;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  margin-bottom: 50px;
  position: relative;
}

.student-pro-blur .stud-blur-content {
  position: absolute;
  top: 50%;
  max-width: 600px;
  width: 100%;
  background: #fff;
  border: 2px solid #ddd;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  text-align: center;
}

.student-pro-blur .stud-blur-content p {
  margin-bottom: 0px;
  font-style: normal;
  font-size: 16px;
  line-height: 30px;
  color: #d93030;
  font-weight: 500;
}
#cmpr_rpt_product_list {
  width: 50%;
}
.cmpr_rpt_feature_cap_td {
  width: 100%;
}

.cap-tech {
  display: table-cell;
  width: 50%;
  padding: 10px 15px;
  height: 100%;
}

.cap-tech-select {
  display: table-cell;
  width: 50%;
  padding: 10px 15px;
  height: 100%;
}
.cmpr_rpt_feature_cap_td {
  width: 255px;
  padding: 0px !important;
  height: 100%;
  position: relative;
}
.cmpr_rpt_feature_cap_td:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #dfdfdf;
  z-index: 999;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.p-tech-table table td select#cmpr_rpt_extra_ftr_list,
#cmpr_rpt_objective {
  height: 50px;
  font-size: 16px;
  color: #a5a4a4;
  box-shadow: none;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
}
input#cmpr_rpt_objective::-webkit-calendar-picker-indicator {
  display: none !important;
}
.na_td {
  padding: 10px 15px !important;
  text-align: center !important;
}

.na_td:after {
  content: none;
}
.comp-rpt-nav-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.comp-rpt-nav-btn .comp-rpt-com-btn {
  background: transparent;
  border: 1px solid #d93030;
  box-sizing: border-box;
  border-radius: 5px;
  max-width: 200px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  color: #d93030;
  font-size: 18px;
  line-height: 17px;
  padding: 10px;
  width: 100%;
  font-weight: 600;
}

.comp-rpt-nav-btn .comp-rpt-com-btn:hover {
  background: #d93030;
  color: #fff;
}

#cmpr_rpt_second_step .comp-report input {
  width: 100%;
  height: 50px;
}
.comp-rpt-nav-btn {
  padding-bottom: 50px;
}
.p-tech-table table tr th:last-child,
.p-tech-table table tr td:last-child {
  background: #ffffff;
}

#add_feature_row td {
  background: #f9f9f9;
}
.comp-rpt-nav-btn .comp-rpt-com-btn.comp-rpt-back {
  margin-right: 15px;
}
.sumarry-validation {
  display: flex;
  align-items: center;
}
.cs-outer {
  display: flex;
  width: 100%;
  text-align: center;
}
.cmpr_rpt_specific_objective label,
.p-tech-table table thead tr th:last-child {
  color: #009900;
}
.com-researcher {
  display: flex;
  align-items: center;
}
.p-tech-table table th {
  text-align: center;
}

.p-tech-table table tr th:first-child {
  text-align: left;
}
.loginWndInside .ial-login .gi-elem input {
  padding-left: 50px !important;
  height: 40px !important;
}
#cmpr_rpt_objective_ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  box-shadow: 0px 1px 5px 0px #e3e3e3;
}

#cmpr_rpt_objective_ul li {
  border: 1px solid #eaeaea;
  padding: 7px 10px;
  font-size: 14px;
  cursor: pointer;
}
#cmpr_rpt_objective_ul li:hover {
  background: rgb(229 229 229);
}
/* tooltip css start here */
.cstm_tooltip {
  /* display: inline-block;
    padding: 0!important;
    cursor: pointer;
    text-align: left; */
  width: 100%;
  /* height: auto; */
  max-width: 500px;
}
span.cstm_jrIconInfo {
  cursor: pointer;
}
/* .cstm_jrIconInfo {
    margin: 0 0 0 5px;
    display: inline-block;
    white-space: nowrap;
    font-weight: 700;
    font-size: 13px;
    padding: 0!important;
} */

.cstm_jrIconInfo:after {
  content: "\f05a";
  font-family: "FontAwesome";
  font-size: 1em;
  line-height: 1;
  color: var(--fwd-color-gray-800);
  font-style: normal;
  speak: none;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  color: #00c4ff;
}

.cstm_jrIconInfo:hover + div {
  display: block !important;
}

.cstm_jrPopup {
  background: #333;
  font-size: 15px;
  padding: 10px;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  top: auto;
  bottom: 65px;
}

.cstm_jrPopup p {
  margin: 0px;
}

.cstm_jrPopup:after {
  content: "";
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 6px;
  border-left-width: 6px;
  border-top: 6px solid #333;
  position: absolute;
  top: 100%;
  left: 5px;
}
/* tooltip css ends here */

.stud-blur-content {
  position: absolute;
  background: #fff;
  z-index: 1;
  padding: 30px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
  border-radius: 10px;
}
.stu-prf-note {
  margin: 40px 0 20px 0;
  font-size: 13px;
}

.stu-prf-note p {
  margin-bottom: 12px;
}
.student-profile-sec .stud-blur-content h4 {
  color: #d93030;
  font-size: 24px;
}
.student-profile-sec .stud-blur-content p {
  color: #d93030;
}

.student-profile-sec .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
/* 03-03-2022 */
.school_profile h4.school_slogan,
.slogan {
  font-size: 12px;
}

/* 04-03-2022 */
.cmpr-rpt-add-rev-model .single_sales_lead {
  padding: 0;
  background: transparent;
  overflow: hidden;
  box-shadow: none;
  width: 80%;
  height: auto;
}

.cmpr-rpt-add-rev-model .single_sales_lead .single_sales_lead_table {
}

.cmpr-rpt-add-rev-model .single_sales_lead .single_sales_lead_table iframe {
  width: 100%;
  height: 80vh;
}
.cmpr-rpt-add-rev-model .single_sales_lead span.close {
  background: #1b3060;
  z-index: 99;
  opacity: 1;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  line-height: 30px;
}
#cmpr_rpt_feature_table td.cmpr_rpt_feature_name_td {
  position: relative;
}

#cmpr_rpt_feature_table
  td.cmpr_rpt_feature_name_td
  span.cmpr_rpt_feature_tr_cut {
  position: absolute;
  left: 15px;
  color: red;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: 0.5s;
}

#cmpr_rpt_feature_table
  .cmpr_rpt_feature_tr:hover
  td.cmpr_rpt_feature_name_td
  span.cmpr_rpt_feature_tr_cut {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}

#cmpr_rpt_feature_table .cmpr_rpt_feature_tr:hover td.cmpr_rpt_feature_name_td {
  padding-left: 40px !important;
  transition: 0.5s;
}

/* 07-03-2022 */
.cmpr_rpt_specific_objective .form-group {
  position: relative;
}

.cmpr_rpt_specific_objective .form-group ul#cmpr_rpt_objective_ul {
  position: absolute;
  top: 51px;
  left: 16px;
  width: 97%;
  z-index: 9;
  max-height: 151px;
  overflow-y: scroll;
  background: #fff;
}
.uni_alli_form td,
#student_profile_form .modal-body div {
  position: relative;
}

.uni_alli_form td ul.stu_sch_suggestion_list,
#student_profile_form ul.stu_sch_suggestion_list {
  position: absolute;
  top: 41px;
  z-index: 9;
  margin: 0;
  list-style: none;
  width: 95.5%;
  left: 9px;
  padding: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 151px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
#student_profile_form ul.stu_sch_suggestion_list {
  top: 100%;
  left: 0;
  width: 100%;
}

.uni_alli_form td ul.stu_sch_suggestion_list li,
#student_profile_form ul.stu_sch_suggestion_list li {
  padding: 7px 10px;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #eaeaea;
}

.uni_alli_form td ul.stu_sch_suggestion_list li:hover,
#student_profile_form ul.stu_sch_suggestion_list li:hover {
  background: rgb(229 229 229);
}
.compare-resport-listing_inner table th:first-child {
  width: 80px;
}
.compare-resport-listing_inner table th:nth-child(2),
.compare-resport-listing_inner table th:nth-child(3),
.compare-resport-listing_inner table th:nth-child(4) {
  width: 170px;
}
.compare-resport-listing_inner table th:nth-child(5) {
  width: 120px;
}
.compare-resport-listing_inner table th:nth-child(6) {
  width: 150px;
}
.compare-resport-listing_inner table th:nth-child(7) {
  width: 120px;
}
.compare-resport-listing_inner table th:nth-child(8) {
  width: 90px;
}
.compare-resport-listing_inner table th:last-child {
  width: 140px;
}
.pointer_events_none {
  pointer-events: none;
}
.compare-resport-listing_outer span.time_stamp {
  display: block;
}
/* 16-03-2022 */
.pro-com-table .empty_td {
  width: 5% !important;
  background: #fff;
  border: none !important;
  border-right: 1px solid #dfdfdf !important;
  padding: 0 !important;
}
.pro-com-table .cstm_show_more_table_btn {
  margin: 0 auto;
}
.pro-com-table tr.last_row td {
  border-right: none !important;
  border-left: none !important;
  border-bottom: none !important;
  background: #fff;
}
.pro-com-table tr td:nth-child(6),
.pro-com-table tr th:nth-child(6),
.pro-com-table tr td:nth-child(5),
.pro-com-table tr th:nth-child(5) {
  min-width: 160px;
}
tr.last_row td {
  padding-top: 50px !important;
}
a.btn.pro-com-btn.cmpr_listing_add_review_btn {
  padding: 10px 12px;
  height: auto;
  margin: 0 auto;
  min-height: 40px;
  max-width: 100%;
}
.general_cmnt_div {
  display: flex;
  margin-bottom: 50px;
}

.general_cmnt_div label {
  margin-right: 30px;
  color: #000;
}

.general_cmnt_div textarea#general_cmnt {
  flex-grow: 1;
  height: 115px;
  background: #eee;
  border: none;
  padding: 13px !important;
}
#cmpr_rpt_feature_table .cstm_jrPopup {
  bottom: 45px;
  right: 0;
  width: 300px;
  z-index: 9999;
}
#cmpr_rpt_feature_table .cstm_jrPopup:after {
  right: 5px;
  left: auto;
}
#cmpr_rpt_feature_table .cstm_jrIconInfo:after {
  color: #000;
}
#cmpr_rpt_feature_table .cstm_tooltip {
  height: auto;
  max-width: initial;
  display: inline-block;
  position: relative;
  width: auto;
}
#cmpr_rpt_product_features .cap-tech .cstm_tooltip:hover .cstm_jrPopup {
  display: block !important;
}
#cmpr_rpt_product_features .cap-tech .cstm_tooltip .cstm_jrIconInfo {
  display: none;
}
#cmpr_rpt_product_features .cstm_cap_value {
  line-height: 20px;
  display: block;
}
/* #cmpr_rpt_product_features  .cap-tech {display: flex;align-items: center;justify-content: center;position: relative;}
#cmpr_rpt_feature_table .cstm_tooltip {position: unset;}
#cmpr_rpt_feature_table .cstm_jrPopup {bottom: 60px;right: 50px;} */
#cmpr_rpt_product_features #cmpr_rpt_feature_table .cap-tech {
  display: flex;
  align-items: center;
  justify-content: center;
}
#cmpr_rpt_product_features #cmpr_rpt_feature_table .cs-outer {
  height: 100%;
  align-items: center;
}
#cmpr_rpt_product_features #cmpr_rpt_feature_table .cap-tech-select {
  display: flex;
  align-items: center;
  justify-content: center;
}
#cmpr_rpt_product_features #cmpr_rpt_feature_table .cstm_jrPopup {
  bottom: 150% !important;
  left: 50%;
  transform: translateX(-50%);
}
#cmpr_rpt_product_features #cmpr_rpt_feature_table .cstm_jrPopup p {
  line-height: 20px;
}
#cmpr_rpt_product_features #cmpr_rpt_feature_table .cstm_jrPopup:after {
  left: 50%;
  transform: translateX(-50%);
}
#cmpr_rpt_product_features .cstm_cap_value:hover {
  font-weight: 600;
}
.cmpr_rpt_product_logo {
  max-width: 60px;
  margin-right: 10px;
  border-radius: 50%;
  height: 60px;
  object-fit: cover;
}
.chart-div {
  position: relative;
}
.chart-div:after {
  position: absolute;
  content: "";
  right: 6px;
  background: #fff;
  height: 10px;
  width: 85px;
  bottom: 8px;
}
.itemid-1243 .t3-sidebar-right {
  display: none !important;
}

.itemid-1243 .t3-content {
  width: 100%;
}

/*220525*/
.software-card_content > ul::-webkit-scrollbar {
  width: 12px;
  background-color: #ffffff;
}

.software-card_content > ul::-webkit-scrollbar-thumb {
  background-color: #fff;
  border: 1px solid #b3b3b3;
}

.software-card_content > ul::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.software-categ-content .row > div:nth-of-type(5n + 1) .software-card a {
  text-decoration-color: #3a3a3a;
}
.software-categ-content .row > div:nth-of-type(5n + 2) .software-card a {
  text-decoration-color: #228c22;
}
.software-categ-content .row > div:nth-of-type(5n + 3) .software-card a {
  text-decoration-color: #8db600;
}
.software-categ-content .row > div:nth-of-type(5n + 4) .software-card a {
  text-decoration-color: #ffa500;
}
.filter-content-wrapper a:hover {
  text-decoration: underline;
}
.software-categ-content
  .row
  > div:nth-of-type(5n + 1)
  .software-card
  .software-card_content
  > ul
  > li
  > a {
  text-decoration: none;
}

.software-categ-content
  .row
  > div:nth-of-type(5n + 2)
  .software-card
  .software-card_content
  > ul
  > li
  > a {
  text-decoration: none;
}

.software-categ-content
  .row
  > div:nth-of-type(5n + 3)
  .software-card
  .software-card_content
  > ul
  > li
  > a {
  text-decoration: none;
}

.software-categ-content
  .row
  > div:nth-of-type(5n + 4)
  .software-card
  .software-card_content
  > ul
  > li
  > a {
  text-decoration: none;
}
.software-categ-heading {
  background: white;
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid #b7b7b7;
  border-left: 0;
  border-right: 0;
}
.itemid-1243 .section-inner ol.breadcrumb,
.itemid-326 .section-inner ol.breadcrumb {
  max-width: 1270px;
  margin: 0 auto;
  background-color: transparent;
  padding: 15px;
}
.itemid-1243 .section-inner ol.breadcrumb li:nth-child(2) {
  padding-left: 20px;
}
.itemid-1243 .section-inner ol.breadcrumb .hasTooltip {
  display: none;
}
.itemid-1243 .section-ct,
.itemid-326 .section-ct {
  background: #f5f5f5;
}
.itemid-1243 div#t3-mainbody {
  padding-top: 40px;
}

.dept_row_div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  padding-right: 30px;
}

.dept_row_div select {
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 15px;
  margin-right: 0;
}

.dept_row_div > a {
  position: absolute;
  top: 5px;
  right: 6px;
}

.yr_graduation_div input {
  margin-bottom: 15px;
}
tr.dpt_row {
  background-color: #f9ffee;
  border-top: 1px solid #e5e5e5;
}

tr.dpt_row td {
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

tr.dpt_row + tr.dpt_row {
  border-color: #f9ffee;
}

tr.dpt_row {
  background-color: #f9ffee;
  border-top: 1px solid #e5e5e5;
}

tr.dpt_row td {
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

tr.dpt_row + tr.dpt_row {
  border-color: #f9ffee;
}

.dpt_row .cstm_accordion_group {
  border: 1px solid #cccccc;
  border-radius: 3px;
}

.dpt_row .cstm_accordion_heading {
  background: transparent -moz-linear-gradient(
      center top,
      #eeeeee 0%,
      #dddddd 100%
    ) repeat scroll 0 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #eeeeee),
    color-stop(100%, #dddddd)
  );
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-bottom: medium none;
  border-radius: 3px 3px 0 0;
  height: auto;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 400;
  color: #669900;
  cursor: pointer;
  line-height: 1.4;
}

tr.dpt_row + tr.dpt_row td {
  padding-top: 0;
}
.dpt_row .cstm_accordion_hidden {
  background-color: #fff;
  padding: 10px;
}
.task-student .non_student-profile-sec .single_sales_lead_table,
.task-uniview .ctm_single_sales_lead .single_sales_lead_table {
  background-color: #fff;
  border-radius: 10px;
}

.non_student-profile-sec .uni_alli_form input,
.non_student-profile-sec .uni_alli_form select {
  background-color: #fff !important;
}
.new_stu_sch {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
a.graph-container {
  display: block;
  position: relative;
  box-shadow: 20px 20px #9f9f9f;
  margin-right: 25px;
}

a.graph-container p {
  position: absolute;
  top: auto;
  bottom: 0;
  margin-bottom: 0;
  transform: translateY(100%);
  color: #fff;
  font-size: 12px;
  left: 25px;
}

a.graph-container img {
  margin-top: 0;
}
/*220525 end*/
.task-student .ctm_single_sales_lead .single_sales_lead,
.task-uniview .ctm_single_sales_lead .single_sales_lead {
  background-color: #f2f2f2;
}

.task-student .ctm_single_sales_lead .single_sales_lead .uni_alli_form,
.task-uniview .ctm_single_sales_lead .single_sales_lead .uni_alli_form {
  border: 0;
  padding: 15px;
}

.task-student .ctm_single_sales_lead .single_sales_lead .uni_alli_form tr td,
.task-uniview .ctm_single_sales_lead .single_sales_lead .uni_alli_form tr td {
  border-top: 0;
}

/*Project Wizard Start*/
.multisteps_main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  background: #00000082;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: 0.4s ease;
}

.steps_inner {
  margin: 15px;
  max-width: 900px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 6px 6px 33px -7px #000000ad;
  overflow: hidden;
  height: 515px;
  transition: 0.8s ease;
  position: relative;
}
.steps_transition {
  transition: 0.8s ease;
  background: #f9f9f9;
}

.steps_common_inr {
  display: flex;
  flex-wrap: wrap;
}

.form_left_side {
  width: 65%;
  flex: 0 0 65%;
  padding: 25px;
  overflow-y: auto;
  height: 515px;
}

.form_left_side::-webkit-scrollbar {
  width: 10px;
}

.form_left_side::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.form_left_side::-webkit-scrollbar-thumb {
  background: #0000;
  border: 1px solid #888;
}

.form_right_side {
  width: 35%;
  flex: 0 0 35%;
  padding: 25px;
  background-image: linear-gradient(#3498db, #3498db)
}

.form_right_side p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.steps_footer {
  border-top: 1px solid #666;
  display: flex;
  justify-content: space-between;
  padding: 20px 0 0;
  align-items: center;
}

.steps_footer .progress {
  width: 50%;
  max-width: 50%;
  margin: 0;
  height: 18px;
  box-shadow: inset 0 0px 3px rgb(0 0 0 / 18%);
  background: unset;
  height: 31px;
}

.steps_footer .progress-bar {
  background-color: #3498db;
  line-height: 35px;
}

.steps_footer .progress-bar .sr-only {
  position: relative;
  font-size: 10px;
  display: inline-block;
  height: 31px;
  margin: -4px;
  overflow: initial;
}

.steps_btn .btn {
  border: 1px solid #333;
  padding: 5px 22px 6px;
  font-weight: 500;
  background: transparent;
  color: #333;
  transition: 0.4s;
  outline: none !important;
  margin-left: 5px;
}

.steps_btn .btn:hover {
  background: #2e4e98;
  color: #fff;
  border-color: #2e4e98;
  transition: 0.4s;
}

.steps_btn .btn:first-child:hover {
  background: #ccc;
  color: #333;
  border-color: #ccc;
  transition: 0.4s;
}

.steps_header {
  padding-bottom: 15px;
  border-bottom: 1px solid #666;
}

.steps_header h5 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.steps_body {
  padding: 15px 0;
  min-height: 370px;
}

.steps_body .form-group {
  margin-bottom: 15px;
} 

.steps_body .form-group label {
  color: #1b3060;
  margin-bottom: 4px;
}

.steps_body .form-group .form-control {
  outline: none;
  height: 34px;
  width: 100%;
  padding: 5px 10px !important;
  font-size: 14px;
  color: #a5a4a4;
  box-shadow: none;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  border: 1px solid #eaeaea;
  background: transparent;
}
.steps_body .form-group input[type="text"], .steps_body .form-group input[type="number"] {
  background: #fff;
  margin-bottom: 7px;
}
.steps_body .form-group textarea {
  background: #fff !important;
  margin-bottom: 7px;
  height: 70px !important;
}


.steps_body .form-group .form-control::placeholder {
  color: #a5a4a4;
}
.pdct_selection_wizard .cstm_select_space select:not(:last-child){
  margin-bottom: 7px;
}
.pdct_selection_wizard .form-group.data_req label:after {
  content: ' *';
  color: red;
}
button#act_submit{
  display: none;
}

#project_form_close {
  position: absolute;
  right: 5px;
  top: 3px;
  font-size: 22px;
  color: #fff;
  z-index: 9;
  cursor: pointer;
}
/*Project Wizard End*/

/* custom loader */

.custom-loader circle {
  transform-origin: center;
  transform-box: fill-box;
  transform-origin: center;
  animation: rotate linear infinite;
}

.custom-loader circle:nth-child(1) {
  animation-duration: 1.6s;
}

.custom-loader circle:nth-child(2) {
  animation-duration: 1.2s;
}

.custom-loader circle:nth-child(3) {
  animation-duration: 0.8s;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

.custom-loader svg {
  width: 100px;
  height: 100px;
}

.custom-loader {
  position: fixed;
  top: 0;
  left: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background-color: rgb(234 234 234 / 90%);
  z-index: 99999;
  display: none;
}


/* custom loader */

.ctm_single_sales_lead.small_popup .single_sales_lead {
  width: 100%!important;
  max-width: 500px!important;
  height: auto!important;
  overflow-y: auto!important;
}
.ctm_single_sales_lead.small_popup .single_sales_lead_table {
  text-align: center;
}

.ctm_single_sales_lead.small_popup .single_sales_lead_table a {
  background: #ff0000;
  color: #ffffff;
  border-radius: 5px;
  word-break: break-word;
  white-space: normal;
  max-width: 300px;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  text-transform: initial !important;
  padding: 10px;
}
.ctm_single_sales_lead.small_popup .single_sales_lead_table .stroke_btn {
  border: 1px solid #009900;
  background:#fff;
  color: #009900;
  border-radius: 5px;
  word-break: break-word;
  white-space: normal;
  max-width: 300px;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  text-transform: initial !important;
  padding: 10px;
}

.ctm_single_sales_lead.small_popup .single_sales_lead_table .stroke_btn.not_confirm {
  border: 1px solid #ff0000;
  color:#ff0000;
}
.ctm_single_sales_lead.small_popup .single_sales_lead_table .stroke_btn.not_confirm:hover {
  background-color:#ff0000;
  color:#fff;  
}

.ctm_single_sales_lead.small_popup .single_sales_lead_table .stroke_btn.confirm.enabled,
.ctm_single_sales_lead.small_popup .single_sales_lead_table .stroke_btn.confirm.hover{    
  background:#009900!important;
  color:#fff;
}

.ctm_single_sales_lead.small_popup p.cstm_warning {
  margin-top: 20px;
  color: red;
}
.ctm_single_sales_lead.small_popup .single_sales_lead_table>p:not(.cstm_warning) {
  font-size: 22px;
  margin-bottom: 40px;
  
}
.ctm_single_sales_lead.small_popup .close {
  right: 14px;
  top: 14px;
}
.pw_product_name_sug{
  position: relative;
}
#pw_tmp_product_sug {
  position: absolute;
  top: 64px;
  z-index: 9;
  margin: 0;
  list-style: none;
  width: 100%;
  left: 0;
  padding: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 151px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
#pw_tmp_product_sug  li {
  padding: 7px 10px;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #eaeaea;
}

select#objective1{
  margin-bottom: 7px;
}
.pdct_selection_wizard .cstm_tooltip {
  display: inline;
}
.pdct_selection_wizard  h3{
  color: #fff;
}
.cstm_tooltip{
  position: relative;
}
.cstm_jrPopup {
  display: none;
  position: absolute;
  z-index: 2500;
  width: 180px !important;
  color: var(--fwd-color-white);
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  white-space: normal;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  background: #000;
  border: 1px solid #000;
  border-radius: 4px;
  min-width: 180px;
  margin-top: 5px;
  padding: 5px 10px!important;
  top: auto;
  left: 26px;
  bottom: -47px;
  color:#fff;
}
.cstm_jrPopup:after {
  content: "";
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 6px;
  border-left-width: 6px;
  border-top: 6px solid #333;
  position: absolute;
  top: 6px;
  left: -10px;
  transform: rotate(90deg);
}



.demo-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

/*Responsive Design Start*/

@media (max-width: 991px) {
  .non_student-profile {
    max-width: 75%;
  }
  .school_list_left th.heading {
    font-size: 14px;
  }
  .single_sales_lead {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-height: 400px;
    margin-top: 30px;
  }
  .pro-com-table td,
  .pro-com-table th {
    font-size: 14px;
  }
  .report-pub {
    margin-top: 50px;
  }
  .e-tech-camp img {
    max-width: 180px;
  }
  .student-pro {
    justify-content: center;
  }
  .student-detail {
    max-width: calc(100% - 200px);
  }
  .student-img,
  .student-img img {
    max-width: 200px;
  }
  #student_profile_form .modal-dialog .modal-content {
    height: 400px;
  }
  #student_profile_form .modal-dialog form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .dept_row_div {
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .dept_row_div select {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .student_page_link {
    width: 100%;
    margin-bottom: 20px;
  }

  .sch-outer {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  #cmpr_rpt_product_list {
    width: 100%;
  }

  .steps_inner {
    max-width: 600px;
    height: 426px;
}
.form_left_side {
    width: 100%;
    flex: 0 0 100%;
    order: 2;
    padding: 15px 20px;
    height: 310px;

}
.form_right_side {
    width: 100%;
    flex: 0 0 100%;
    order: 1;
    padding: 12px 20px;
}
.steps_header h5 {
    font-size: 18px;
}
.form_right_side p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.steps_header {
    padding-bottom: 10px;
}
}

@media (max-width: 767px) {
  .non_student-profile {
    max-width: 85%;
  }
  .uni_alli_form input,
  .uni_alli_form select,
  .uni_alli_form textarea {
    width: 100% !important;
    max-width: 100% !important;
  }
  .uni_alli_form tr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }

  .uni_alli_form tr td {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .single_sales_lead {
    width: 90%;
  }
  #cats {
    margin: 0 0 20px;
    width: 100%;
  }
  #prods {
    width: 100%;
  }
  .catTitle {
    margin: 0 0 10px 0;
  }
  #prods .readon {
    padding: 10px 0;
    text-align: center;
  }
  #prods .pagination > li > a,
  #prods .pagination > li > span {
    font-size: 12px;
  }
  body {
    font-size: 14px;
  }
  .cList {
    padding: 5px 10px;
  }
  #main-heading > h3 {
    font-size: 24px;
  }
  #border1 h4 {
    font-size: 20px;
  }
  .prodDivLeft {
    width: 100%;
  }
  .prodDivRight {
    width: 100%;
  }
  .prodDivLeft h1 {
    font-size: 30px;
  }
  .prodDivLeft h4 {
    font-size: 18px;
  }
  .prodDivLeft .readon {
    width: 100%;
    margin: 5px 0;
    text-align: center;
  }
  .prodDivLeft .tab-box a.tabLink {
    float: left;
    width: 100%;
  }
  .prodDivLeft .tabcontent {
    float: left;
    width: 100%;
  }

  /*221021*/
  .vendor_db li {
    flex: 0 0 50%;
  }
  .list_detail.floatLeft .heading {
    margin-left: 0;
  }
  .menu_list_outer {
    display: block;
    padding-left: 20px;
    padding-top: 0px;
  }
  .list_detail.floatLeft {
    margin-bottom: 20px;
  }
  .cstm_productsDiv table,
  .cstm_productsDiv tbody {
    display: block;
  }

  .cstm_productsDiv table tr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }

  .cstm_productsDiv table tr td {
    border: 0;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .cstm_productsDiv table td input,
  .cstm_productsDiv table td select,
  .cstm_productsDiv table td textarea {
    width: 100% !important;
  }
  .student-img img {
    max-width: 210px;
  }
  .edu-logo {
    margin-top: 50px;
  }
  .edu-logo img {
    max-width: 100px;
  }
  .student-profile-sec .pro-com-head {
    margin-top: 30px;
    text-align: center;
  }
  .com-form-outer {
    padding: 20px;
  }

  .comp-report .compare-com-head {
    margin-bottom: 30px;
  }

  .comp-results {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .com-product {
    padding-top: 50px;
  }
  .com-form-outer {
    padding: 20px 20px 5px;
  }
  .comp-report .compare-com-head {
    margin-bottom: 30px;
  }
  .p-tech-table table th,
  .p-tech-table table td,
  .compare-form label,
  .select-form label,
  .a-r-name,
  .compare-form select,
  .select-form select,
  .p-tech-table table td select,
  .result-table td,
  .result-table th,
  .pro-comment textarea,
  .sumarry-table table tbody th,
  .sumarry-table table td,
  .p-tech-table table th,
  .p-tech-table table td,
  .sumarry-table table th,
  .sum-review a,
  .sel-product-cat ul .pro-cat,
  .add-more-features a,
  .comp-next .btn,
  .p-tech-table table td select,
  #cmpr_rpt_objective {
    font-size: 14px;
  }
  .sum-review a,
  .comp-next .btn {
    width: 150px;
    height: 45px;
  }
  .compare-form label {
    height: auto;
  }
  .student_add_product {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .student-pro-blur .stud-blur-content {
    max-width: 400px;
  }
  .student-pro-blur .stud-blur-content p {
    font-size: 14px;
    line-height: 22px;
  }
  .comp-rpt-nav-btn .comp-rpt-com-btn {
    width: 150px;
    height: 45px;
    font-size: 16px;
  }
  .comp-summary {
    padding-bottom: 20px;
  }
  a.graph-container p span {
    display: none
  }
  .steps_inner {
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }

  .form_right_side p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: normal;
    font-size: 16px;
  }
  .form_left_side {
      width: 100%;
      flex: 0 0 100%;
      order: 2;
      height: calc(100vh - 108px);
  }
  .form_right_side {
      padding: 12px 15px;
  }
  .form_left_side {
      padding: 12px 15px;
  }
}

@media (max-width: 600px) {
  .single_sales_lead tr {
    display: flex;
    flex-direction: column;
  }

  .single_sales_lead tr th {
    flex: 0 0 100%;
    width: 100% !important;
  }

  #vendorDB ul li {
    float: left;
    height: 200px;
    /*width: 450px;*/
    width: 100%;
  }
  .apppickerdiv #review-cats .categaories-block .cat-list-block .cat-list li {
    width: 100%;
  }
  .vendor_db li {
    flex: 0 0 100%;
  }
  #welcomePart .comapny_logo {
    display: none;
  }
}
@media (max-width: 575px) {
  .non_student-profile {
    max-width: 100%;
  }
  .non_student-profile h2 {
    font-size: 25px;
  }
  .school_profile_inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .school_profile_info {
    padding-left: 0px;
  }
  .student-detail {
    max-width: 100% !important;
    text-align: center;
    padding-left: 0px;
  }

  .student-pro {
    flex-wrap: wrap;
  }

  .pro-camp-rate .pro-rating.profile-r {
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .pro-camp-rate .pro-rating.profile-r .e-tech-camp {
    width: 100%;
    margin-top: 10px;
  }
  .solarslide,
  .softwareslide {
    padding-left: 40px;
    padding-right: 40px;
  }
  .buyer_school_map img {
    height: 300px;
  }
  .cstm_jrPopup {
    max-width: 290px;
  }
}
@media (max-width: 480px) {
  .student-pro-blur .stud-blur-content {
    max-width: 300px;
  }
}

