@charset "utf-8";
/* CSS Document */
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}
html,
html a {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
a {
  outline: none;
}
a:focus {
  outline: none;
}
p {
  line-height: 1.4em;
}
img {
  border: 0px;
  max-width: 100%;
}
.clear {
  clear: both;
}
button:focus {
  outline: 0;
}
h1,
h2,
h3,
h4 {
  color: #1c335f;
}
/* navigation bar*/
.navbar {
  margin-bottom: 0;
}
.navbar-collapse {
  padding: 0;
}
.navbar-nav li a {
  color: #1c335f;
  font-size: 1em;
  text-shadow: none;
  padding-top: 30px;
}
.nav li a:hover,
.nav li a:focus,
.nav li.active a {
  font-weight: 600;
  background-color: transparent;
}
.navbar-nav li.main-nav-li-disabled a {
  color: #a8a8a8;
}
.navbar-nav li.main-nav-li-disabled a:hover,
.navbar-nav li.main-nav-li-disabled a:focus {
  font-weight: inherit;
  cursor: inherit;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
}
.nav .dropdown-menu li a {
  padding-top: 10px;
  width: 200px;
  font-weight: 400;
}
.nav .dropdown-menu li a:hover {
  font-weight: 600;
}
/* for collapse icon */
.icon-bar {
  border: 1px solid #444;
}

/* magic line */
#magic-line {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100px;
  height: 8px;
  background: #009aa3;
}
#magic-line-inn {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100px;
  height: 8px;
/*  background: #7f8c8d;*/
  background: #7f8c8d;
}
#magic-line-inv {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100px;
  height: 8px;
/*  background: #2b5797;*/
  background:#3366AB
}
#magic-line-brk {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100px;
  height: 8px;
/*  background: #99b433;*/
background:  #90a723;
}

.ie6 #magic-line {
  top: -3px;
}
#headersec {
  background-color: #eaedef;
  z-index: 105;
  width: 100%;
}
#main-container {
  /*background: url("../img/background-grid.png") repeat-x scroll left top #FFFFFF;*/
  padding-top: 25px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  #main-container {
    min-height: 350px;
  }
}
/* Deep blue navigation for entrepreneur */
.theme-blue .navbar-nav li a {
  /*color: #FFFFFF;*/
}
.theme-blue #headersec {
  /*background-color: #1C335F;*/
}
.theme-blue .nav .dropdown-menu li a {
  color: #1c335f;
}

/* Drop downs on sticky bar */
#stickybar-content .form-group {
  padding-top: 1em;
}
#stickybar-content .select-group {
  background: url("../img/down-arrow-white.png") no-repeat right transparent;
}
#stickybar-content .form-control {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  appearance: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
}
#stickybar-content .form-control option {
  background-color: #009aa3;
}
#stickybar-content .form-control:focus {
  border: 1px solid #fff;
  box-shadow: none;
}
#stickybar-content .form-control::-webkit-input-placeholder {
  color: #fefefe;
}
#stickybar-content .form-control:-moz-placeholder {
  color: #fefefe;
}
#stickybar-content .form-control::-moz-placeholder {
  color: #fefefe;
}
#stickybar-content .form-control:-ms-input-placeholder {
  color: #fefefe;
}
#stickybar-content .btn-default {
  background-color: transparent;
  border-color: #fff;
  border-left: 0;
  border-radius: 0;
}
#stickybar-content input.form-control,
#stickybar-content input.form-control:focus {
  border-right: 0;
}
#stickybar-content .glyphicon-search {
  color: #fff;
}
/*#stickybar-content h1{
	font-weight: 900 !important;
        font-size:30px !important;
}*/
/* footer */
.bs-footer {
  background-color: #1c335f;
  background-image: url("../img/bg_footer.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #ffffff;
}
.front-footer {
  padding-top: 60px;
}
.front-footer .slant-right::after {
  z-index: 1;
}
.front-footer .slant-right span {
  position: relative;
  z-index: 2;
}
.front-footer .septa {
  margin-bottom: 2em;
  margin-top: 3em;
}
.front-footer p {
  margin-top: 0;
  margin-bottom: 0.2em;
}

.front-footer .f-heading {
  font-weight: 700;
  color: #009aa3;
  margin-bottom: 1em;
}
.front-footer .f-name {
  font-weight: 700;
}
.front-footer .f-email {
  font-style: italic;
}
.front-footer .f-r-text {
  color: #009aa3;
  font-size: 1.2em;
  font-weight: 700;
}
.front-footer .f-small {
  font-size: 0.7em;
  font-style: italic;
  color: #a9a9a9;
}
.front-footer .f-l-text {
  font-size: 1.3em;
  font-weight: 300;
  margin-bottom: 0.7em;
}
.front-footer .f-tag-text {
  font-size: 0.9em;
  margin: 10px 0 10px 10px;
  line-height: 1.5em;
}
.front-footer div.slant-left,
a.slant-right {
  font-size: 1.14em;
  font-weight: 600;
  margin-top: 10px;
  width: 300px;
}
.front-footer a.slant-right {
  padding: 0.5em 2.5em 0.5em 1em;
}
.front-footer a.slant-right,
a.slant-right:hover {
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}
/*footer ends*/
/* slanted div */
.slant-right {
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #ffffff;
}
.slant-right {
  padding: 0.3em 2.3em 0.3em 0.5em;
}
.slant-right:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #009aa3;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
  z-index: -1;
}

.slant-right.registration-heading:after {
  background-color: #1c335f;
}
.slant-right.registration-heading {
  z-index: 2;
  position: relative;
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 1em;
}
.slant-right.login-heading:after {
  background-color: #ffffff;
}
.slant-right.login-heading {
  z-index: 2;
  position: relative;
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 1em;
  color: #1c335f;
}
.slant-right.btn-reg-submit {
  z-index: 2;
  position: relative;
  font-size: 1.3em;
  font-weight: 600;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 3em;
  margin-top: 1em;
}
.btn-reg-submit .glyphicon {
  padding-left: 15px;
}
.slant-right.btn-guest-submit {
  z-index: 2;
  position: relative;
  font-size: 1.3em;
  font-weight: 600;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 3em;
  margin-top: 1em;
  width: 250px;
}
.btn-guest-submit .glyphicon {
  padding-left: 95px;
}
a.slant-right.btn-guest-submit:hover,
a.slant-right.btn-guest-submit:focus,
a.slant-right.btn-guest-submit:active {
  text-decoration: none;
  color: #ffffff;
}

.slant-right.btn-login-submit {
  z-index: 2;
  position: relative;
  font-size: 1.3em;
  font-weight: 600;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-right: 2em;
  /* padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 3em; */
  color: #009aa3;
}
.slant-right.btn-login-submit:after {
  background-color: #ffffff;
}
.btn-login-submit .glyphicon {
  padding-left: 15px;
}
.btn-browse-deals {
  color: #009aa3;
  border-left: 2px solid #009aa3;
  border-top: 2px solid #009aa3;
  font-size: 1.3em;
  font-weight: 600;
}
.btn-browse-deals:after {
  background-color: #ffffff;
  border-right: 2px solid #009aa3;
  border-bottom: 2px solid #009aa3;
}

a.slant-right.btn-browse-deals:hover,
a.slant-right.btn-browse-deals:focus,
a.slant-right.btn-browse-deals:active {
  text-decoration: none;
  color: #009aa3;
}
.login-error {
  color: #ff9999;
  font-size: 12px;
  margin-bottom: 10px;
}
button.slant-right {
  background: transparent;
  border: none;
}
#stickybar {
  background: #009aa3;
  height: 4.4em;
  width: 100%;
  z-index: 99;
  position: relative;
  
}
#admstickybar {
  background: #009aa3;
  /*background: #ffda02;*/
  height: 4.4em;
  width: 100%;
  z-index: 99;
  position: relative;
 
}
#innstickybar {
  background: #7f8c8d ;
/*  background: #7f8c8d;*/
  height: 4.4em;
  width: 100%;
  z-index: 99;
  position: relative;
}
#invstickybar {
/*  background: #2b5797;*/
  background: #3366AB;
  height: 4.4em;
  width: 100%;
  z-index: 99;
  position: relative;
}
#brkstickybar {
/*  background: #6B8E23;*/
  background: #90a723;
  height: 4.4em;
  width: 100%;
  z-index: 99;
  position: relative;
}

#admstickybar h1,#innstickybar h1,#invstickybar h1,#brkstickybar h1 {
  margin: 0;
  margin-left: 18%;
  line-height: 2;
  color: #fff;
  font-size: 2em;
  font-weight: 370;
  
}
#stickybar h1 {
  margin: 0;
  line-height: 2;
  color: #fff;
  font-size: 2em;
  font-weight: 300;
  
}


.show_hide {
  display: none;
}

.banner {
  padding: 20px 0;
}
ul#socialicons {
  margin: 7px 0px 0px 0px;
  padding: 0px;
  list-style: none;
}
ul#socialicons li {
  margin: 5px 5px;
  padding: 0px;
  display: block;
  float: right;
}
ul#socialicons li:first-child {
  margin-right: 0;
}
ul#socialicons li a {
  margin: 0px;
  padding: 0px;
  display: block;
  width: 27px;
  height: 31px;
  text-indent: -999em;
  opacity: 0.7;
}
ul#socialicons li a:hover {
  opacity: 1;
}
.iconsections {
  background: #fff url(../img/secbg.jpg) repeat-x left top;
  padding-top: 0;
}
.iconsections ul {
  padding-left: 0;
}
.page-header {
  border-bottom: 1px solid #eeeeee;
  margin: 40px 0 20px;
  padding-bottom: 9px;
}
.alert li {
  list-style: none;
}
.iconsections ul li {
  text-align: center;
  list-style: none;
}
.iconsections ul li img {
  border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
  width: 120px;
  height: 120px;
  margin: 10px 0px;
}
.iconsections ul li h4 {
  margin: 0 0 10px;
  font-size: 30px;
  font-family: Lato, arial;
}
.iconsections ul li p {
  text-align: justify;
  font-size: 13px;
  margin-bottom: 20px;
}
.iconsections ul li a {
  background-color: #fff;
  background-image: -moz-linear-gradient(top, #fff, #ebe9e9);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fff),
    to(#ebe9e9)
  );
  background-image: -webkit-linear-gradient(top, #fff, #ebe9e9);
  background-image: -o-linear-gradient(top, #fff, #ebe9e9);
  background-image: linear-gradient(to bottom, #fff, #ebe9e9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff', endColorstr='#ffebe9e9', GradientType=0);
  border: 1px solid #edebeb;
  font-size: 12px;
  text-decoration: none;
  color: #232323;
  padding: 8px 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.iconsections ul li a:hover {
  background-color: #ebe9e9;
  background-image: -moz-linear-gradient(top, #ebe9e9, #fff);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ebe9e9),
    to(#fff)
  );
  background-image: -webkit-linear-gradient(top, #ebe9e9, #fff);
  background-image: -o-linear-gradient(top, #ebe9e9, #fff);
  background-image: linear-gradient(to bottom, #ebe9e9, #fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebe9e9', endColorstr='#fffff', GradientType=0);
}
ul.hp-events li {
  height: 278px;
}
.readmore {
  padding: 35px 0px;
  text-align: right;
}
.readmore a {
  background-color: #fff;
  background-image: -moz-linear-gradient(top, #fff, #ebe9e9);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fff),
    to(#ebe9e9)
  );
  background-image: -webkit-linear-gradient(top, #fff, #ebe9e9);
  background-image: -o-linear-gradient(top, #fff, #ebe9e9);
  background-image: linear-gradient(to bottom, #fff, #ebe9e9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff', endColorstr='#ffebe9e9', GradientType=0);
  border: 1px solid #edebeb;
  font-size: 12px;
  text-decoration: none;
  color: #232323;
  padding: 8px 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.readmore a:hover {
  background-color: #ebe9e9;
  background-image: -moz-linear-gradient(top, #ebe9e9, #fff);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ebe9e9),
    to(#fff)
  );
  background-image: -webkit-linear-gradient(top, #ebe9e9, #fff);
  background-image: -o-linear-gradient(top, #ebe9e9, #fff);
  background-image: linear-gradient(to bottom, #ebe9e9, #fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebe9e9', endColorstr='#fffff', GradientType=0);
}
.videosectionT {
  background: url(../img/greenTbg.jpg) #1c335f no-repeat left top;
  padding-top: 100px;
}
.eventT {
  background: url(../img/greenBbg.png) no-repeat left top;
  padding-top: 59px;
}
.videosection {
  background: #1c335f;
  text-align: center;
  color: #fff;
  padding: 0px 0px 0px 0px;
}
.videosection h2 {
  font-family: Lato, arial;
  font-size: 30px;
  margin: 0 0px 30px 0px;
  text-transform: uppercase;
}
.videosection p {
  margin: 0px;
}
.events {
  padding-top: 20px;
}
.events h2 {
  font-family: Lato, arial;
  font-size: 30px;
  margin: 10px 0px 20px 0px;
  clear: both;
  text-align: center;
  text-transform: uppercase;
}
.events ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.events ul li {
  margin: 0px 0px 20px 0px;
  padding: 30px 0px;
  list-style: none;
  border-bottom: 2px dashed #e4e3e3;
  display: block;
  overflow: hidden;
}
.date {
  border: 6px solid rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
}
.date span {
  display: block;
  background: #1c335f;
  padding: 5px;
  color: #fff;
  font-family: Lato, arial;
  font-size: 16px;
  text-align: center;
  line-height: 18px;
  font-weight: bold;
}
.events ul li .cntsec {
  float: right;
}
.events ul li .cntsec h5 {
  font-size: 16px;
  margin: 0px 0px 20px 0px;
  font-weight: bold;
}
.member {
  padding: 20px 5px;
}
.member p {
  text-align: justify;
}
.member .bio {
  padding: 20px 0;
}
.member ul {
  list-style: circle;
}
.member-info h4 {
  letter-spacing: 1px;
}
.member-info h4 span {
  font-size: 12px;
}
.socialnetworkT {
  background: url(../img/roundTop.png) no-repeat top;
  padding-top: 43px;
}
.socialnetwork {
  background: #fff url(../img/socialbg.png) repeat-x left top;
  text-align: center;
  padding: 0px 0px 20px 0px;
}
.socialnetworkT .logoimg {
  text-align: left;
  margin: -20px 0px 0px 75px;
}
.socialnetwork h2 {
  font-family: Lato, arial;
  font-size: 30px;
  margin: 20px 0px;
  clear: both;
  text-transform: uppercase;
}
.socialnetwork ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.socialnetwork ul li {
  margin: 20px 0px;
  padding: 0px;
  text-align: center;
}
.socialnetwork ul li a img {
  border-radius: 50%;
  border: 15px solid rgba(255, 255, 255, 1);
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
  width: 130px;
  height: 130px;
  background: #1c335f;
}
#back-top {
  position: fixed;
  bottom: 0px;
  right: 20px;
  background-color: #fff;
  background-image: -moz-linear-gradient(top, #fff, #e3e0e0);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fff),
    to(#e3e0e0)
  );
  background-image: -webkit-linear-gradient(top, #fff, #e3e0e0);
  background-image: -o-linear-gradient(top, #fff, #e3e0e0);
  background-image: linear-gradient(to bottom, #fff, #e3e0e0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff', endColorstr='#ffe3e0e0', GradientType=0);
  border: 1px solid #e3e0e0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
}
#back-top a {
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  color: #232323;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
/* arrow icon (span tag) */
#back-top span {
  width: 24px;
  height: 25px;
  display: block;
  margin: auto;
  background: url(../img/up-arrow.png) no-repeat center center;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.btn-custom {
  background-color: #fff;
  background-image: -moz-linear-gradient(top, #fff, #ebe9e9);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fff),
    to(#ebe9e9)
  );
  background-image: -webkit-linear-gradient(top, #fff, #ebe9e9);
  background-image: -o-linear-gradient(top, #fff, #ebe9e9);
  background-image: linear-gradient(to bottom, #fff, #ebe9e9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff', endColorstr='#ffebe9e9', GradientType=0);
  border: 1px solid #edebeb;
  font-size: 14px;
  text-decoration: none;
  color: #232323;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.open .dropdown-toggle.btn-custom {
  background-color: #ebe9e9;
  background-image: -moz-linear-gradient(top, #ebe9e9, #fff);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ebe9e9),
    to(#fff)
  );
  background-image: -webkit-linear-gradient(top, #ebe9e9, #fff);
  background-image: -o-linear-gradient(top, #ebe9e9, #fff);
  background-image: linear-gradient(to bottom, #ebe9e9, #fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebe9e9', endColorstr='#fffff', GradientType=0);
}

.btn-custom:active,
.btn-custom.active,
.open .dropdown-toggle.btn-custom {
  background-image: none;
}

.slider-left {
  min-height: 312px;
}
.slider-left .btn-custom {
  position: absolute;
  bottom: 0;
}
.slider-left h2 {
  /*color: #fff;*/
  /*text-shadow: 1px 1px 1px #333;*/
  text-transform: none;
  margin-top: 5px;
  color: #2b446f;
  font-weight: bold;
  font-size: 31px;
}
.slider-left p {
  /*color: #fff;*/
  /*text-shadow: 1px 1px 1px #333;*/
  font-size: 1.3em;
  margin-bottom: 5px;
  letter-spacing: 1px;
}


.inv_slider-left {
  min-height: 312px;
}
.inv_slider-left .btn-custom {
  position: absolute;
  bottom: 0;
}
.inv_slider-left h2 {
  /*color: #fff;*/
  /*text-shadow: 1px 1px 1px #333;*/
  text-transform: none;
  margin-top: 5px;
  color: #2b446f;
  font-weight: bold;
  font-size: 31px;
}
.inv_slider-left p {
  /*color: #fff;*/
  /*text-shadow: 1px 1px 1px #333;*/
  font-size: 1.3em;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.form-control:focus {
  border-color: #91a826;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(51, 180, 51, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(51, 180, 51, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(51, 180, 51, 0.6);
}

#frmlogin .input-group {
  margin-bottom: 20px;
  width: 100%;
}
.input-group {
  width: 100%;
}
.form form {
  overflow: auto;
}

.form label {
  font-weight: normal;
}
form label span {
  display: block;
}

.form {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #a9a9a9;
  border-radius: 0px;
  margin-bottom: 85px;
  margin-top: 20px;
  padding: 20px 0;
  overflow: visible;
}

.disclaimer-wrapper {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #a9a9a9;
  border-radius: 5px;
  color: #4d4d4d;
  display: inline-block;
  font-family: Arial;
  font-size: 11px;
  height: 192px;
  margin-bottom: 20px;
  overflow: auto;
  padding: 8px 12px;
}
.form-control {
  border: 1px solid #a9a9a9;
  border-radius: 0px;
}
.input-group-addon {
  background-color: #ffffff;
  border: 1px solid #a9a9a9;
  border-radius: 0px;
}
.tooltip {
  position: fixed;
}
.tooltip-inner {
  border: 1px solid #ccc;
  color: #777777;
  text-align: left;
  font-weight: normal;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #a9a9a9;
}
.tooltip-inner li {
  margin-left: 1px;
  padding-left: 1px;
}
a.tt-tool-tip,
a.tt-tool-tip:hover,
a.tt-tool-tip:visited {
  color: #1c335f;
}
.right-hand {
  border: 0px;
  padding-top: 10px;
  float: right;
}
.right-hand a.tt-tool-tip,
.right-hand a.tt-tool-tip:hover,
.right-hand a.tt-tool-tip:visited {
  color: #ccc;
}
.has-error a.tt-tool-tip,
.has-error a.tt-tool-tip:hover,
.has-error a.tt-tool-tip:visited {
  color: #b94a48;
}
.tooltip-inner {
  white-space: pre-wrap;
}
.panel-default .panel-heading a {
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 400;
}
.panel-default .collapsed a {
  color: #ffffff;
}
.panel-default .panel-heading a:hover,
.panel-default .panel-heading a:focus {
  text-decoration: none;
}
.panel-heading .accordion-toggle:after {
  font-family: "Glyphicons Halflings"; /* essential for enabling glyphicon */
  content: "\e114"; /* adjust as needed, taken from bootstrap.css */
  float: right; /* adjust as needed */
  color: #1c335f; /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}
.panel-heading .accordion-edit:after {
  font-family: "Glyphicons Halflings";
  content: "\270f";
  float: right;
  color: #1c335f;
}
.panel-heading .accordion-edit.collapsed:after {
  content: "\270f";
  color: #ffffff;
}
.panel-default .collapsed .accordion-edit:after {
  content: "\270f";
  color: #ffffff;
}
.txt-edit {
  float: right;
  padding-left: 5px;
  font-size: 75%;
  margin: 5px;
}
.panel-heading {
  cursor: pointer;
}

.panel-default > .panel-heading {
  cursor: pointer;
  background-color: #009aa3;
/*  background-color: #7f8c8d;*/
  color: #ffffff;
}
.panel-default > .inn_panel-heading{
  cursor: pointer;
  background-color:  #7f8c8d;
  color: #ffffff;
}
.panel-default > .inv_panel-heading {
  cursor: pointer;
  background-color: #3366AB;
  color: #ffffff;
}
.panel-default > .brk_panel-heading {
  cursor: pointer;
  background-color: #90a723;
  color: #ffffff;
}
a.accordion-remove {
  float: right;
  color: #b94a48;
}
a.accordion-remove :hover,
a.accordion-remove :focus {
  color: #b94a48;
}
.bottom-btns {
  margin-top: 20px;
  margin-bottom: 20px;
}
.bottom-btns .btn-default {
  min-width: 200px;
}
.bottom-btns .btn-default:hover {
}
.has-error .help-block {
  font-size: 0.75em;
  font-style: italic;
}
.panel-default h5 {
  color: #1c335f;
  font-weight: bold;
}
.bootstrap-filestyle .glyphicon {
  color: #1c335f;
}
.bootstrap-filestyle input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
select .form-control {
  border-radius: 0px;
}
#proposal-tabs li a {
  height: 40px;
  font-size: 100%;
  font-weight: 400;
  color: #fff;
}
#proposal-tabs li.active a,
#proposal-tabs li.active a:hover,
#proposal-tabs li.active a:focus,
#proposal-tabs li a:hover,
#proposal-tabs li a:focus {
  color: #009aa3;
  background-color: #eeeeee;
}
#inn_proposal-tabs li.active a,
#inn_proposal-tabs li.active a:hover,
#inn_proposal-tabs li.active a:focus,
#inn_proposal-tabs li a:hover,
#inn_proposal-tabs li a:focus {
  color: #7f8c8d;
  background-color: #eeeeee;
}
#inn_proposal-tabs li a {
  height: 40px;
  font-size: 100%;
  font-weight: 400;
  color: white;
}
#brk_proposal-tabs li.active a,
#brk_proposal-tabs li.active a:hover,
#brk_proposal-tabs li.active a:focus,
#brk_proposal-tabs li a:hover,
#brk_proposal-tabs li a:focus {
  color: #90a723;
  background-color: #eeeeee;
}
#brk_proposal-tabs li a {
  height: 40px;
  font-size: 100%;
  font-weight: 400;
  color: white;
}
#proposal-tabs li {
  width: 24%;
  height: 40px;
  text-align: center;
  background-color: #009aa3;
  margin-right: 0.8%;
  float: left;
  display: inline-block;
}

#inn_proposal-tabs li {
  width: 24%;
  height: 40px;
  text-align: center;
  background-color: #7f8c8d;
  margin-right: 0.8%;
  float: left;
  display: inline-block;
}
#brk_proposal-tabs li {
  width: 24%;
  height: 40px;
  text-align: center;
  background-color: #90a723;
  margin-right: 0.8%;
  float: left;
  display: inline-block;
}
#proposal-tabs li:first-child {
  margin-left: 0.5%;
}
#proposal-tabs li:nth-child {
  margin-right: 0.5%;
}
.table-head,
.table-foot {
  background: none repeat scroll 0 0 #eeeeee;
  color: #1c335f;
  font-size: 14px;
  font-weight: bold;
}
.table-foot select {
  border: 1px solid #a9a9a9;
}
.dataTable {
  border: 1px solid #a9a9a9;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
table.dataTable thead th {
  border-bottom: 1px solid #a9a9a9;
}
.dataTables_empty {
  color: #888888;
  font-style: italic;
  text-align: center;
}
.dataTables_wrapper label {
  color: #888888;
  font-weight: normal;
}
.dataTables_wrapper tbody td {
  background-color: #fff;
}
.dataTables_wrapper .form-control {
  width: auto;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .glyphicon {
  padding-left: 3px;
  top: 0px;
  font-size: 1.2em;
}
.dataTables_wrapper .disabled {
  color: #ccc;
}
.dataTables_wrapper thead .sorting:after {
  font-family: "Glyphicons Halflings";
  content: "\e150";
  float: right;
  color: #ccc;
}
.dataTables_wrapper .sorting_asc:after {
  font-family: "Glyphicons Halflings";
  content: "\e151";
  float: right;
  font-weight: normal;
  color: #1c335f;
}
.dataTables_wrapper .sorting_desc:after {
  font-family: "Glyphicons Halflings";
  content: "\e152";
  float: right;
  font-weight: normal;
  color: #1c335f;
}

.dataTables_wrapper thead .sorting_asc_disabled {
  font-family: "Glyphicons Halflings";
  content: "\e151";
  float: right;
  font-weight: normal;
  color: #ccc;
}
.dataTables_wrapper thead .sorting_desc_disabled {
  font-family: "Glyphicons Halflings";
  content: "\e152";
  float: right;
  font-weight: normal;
  color: #ccc;
}
.pagination {
  margin-top: 0px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #1c335f;
  border-color: #1c335f;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
  color: #333333 !important;
  cursor: pointer;
  display: inline-block;
  margin-left: 2px;
  min-width: 1.5em;
  text-align: center;
  text-decoration: none !important;
}
.alert-success {
  text-align: center;
}

.img-thumbnail {
  max-width: 50%;
  margin-bottom: 4px;
}
.label-success a:focus,
.label-success a:hover {
  text-decoration: none;
}

.uploaded-files-box {
  margin: 5px;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #eee;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.pview-left h3 {
  color: #1c335f;
  /*font-weight:bold;*/
  margin-top: 0;
  margin-bottom: 2px;
}
.pview-url {
  color: #888;
  font-size: 0.8em;
}
#pview-tabs {
  border-bottom: 1px solid #ccc;
}

#pview-tabs li a {
  height: 40px;
  font-size: 100%;
  font-weight: bold;
  color: #fff;
}
#pview-tabs li.active a,
#pview-tabs li.active a:hover,
#pview-tabs li.active a:focus {
  color: #009aa3;
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom: 0px solid #ccc;
  border-radius: 5px 5px 0 0;
  border-bottom-color: transparent;
}
#pview-tabs li a:hover,
#pview-tabs li a:focus {
  background-color: #ffffff;
  color: #009aa3;
  border: 1px solid #ccc;
  border-bottom: 0px solid #ccc;
  border-radius: 5px 5px 0 0;
  border-bottom-color: transparent;
}
#pview-tabs li {
  width: 15%;
  height: 40px;
  text-align: center;
  background-color: #009aa3;
  margin-right: 0.8%;
  float: left;
  display: inline-block;
  border-radius: 5px 5px 0 0;
  margin-bottom: -1px;
}

#pview-tabs li:first-child {
  /*margin-left:0.5%;*/
}
#pview-tabs li:nth-child {
  margin-right: 0.5%;
}
.pview-tab-content {
  padding-top: 15px;
  background-color: #fff;
}
.pview-tab-content h5 {
  padding-top: 5px;
}


#inn_pview-tabs li.active a,
#inn_pview-tabs li.active a:hover,
#inn_pview-tabs li.active a:focus {
  color: white;
  background-color: #7f8c8d;
  border: 1px solid #ccc;
  border-bottom: 0px solid #ccc;
  border-radius: 5px 5px 0 0;
  border-bottom-color: transparent;
}

#inn_pview-tabs li a:hover,
#inn_pview-tabs li a:focus {
  background-color: white;
  color: #7f8c8d;
  border: 1px solid #ccc;
  border-bottom: 0px solid #ccc;
  border-radius: 5px 5px 0 0;
  border-bottom-color: transparent;
}
#inn_pview-tabs li {
  width: 15%;
  height: 40px;
  text-align: center;
  background-color: #7f8c8d;
  margin-right: 0.8%;
  float: left;
  display: inline-block;
  border-radius: 5px 5px 0 0;
  margin-bottom: -1px;
}

#inn_pview-tabs li:first-child {
  /*margin-left:0.5%;*/
}
#inn_pview-tabs li:nth-child {
  margin-right: 0.5%;
}
.inn_pview-tab-content {
  padding-top: 15px;
  background-color: #fff;
}
.inn_pview-tab-content h5 {
  padding-top: 5px;
}
.inn_pview-tab-content .panel-heading a {
  font-size: 16px;
}
.inn_pview-tab-content .panel-default > .panel-heading,
.inn_pview-tab-content .panel-default .panel-heading a {
  background-color: transparent;
  color: #009aa3;
  font-weight: 600;
}

/*#inv_pview-tabs li.active a,
#inv_pview-tabs li.active a:hover,
#inv_pview-tabs li.active a:focus {
  color: white;
  background-color: #3366AB;
  border: 1px solid #ccc;
  border-bottom: 0px solid #ccc;
  border-radius: 5px 5px 0 0;
  border-bottom-color: transparent;
}

*/
#inv_pview-tabs li a:hover,
#inv_pview-tabs li a:focus {
  background-color: white;
  color: #3366AB;
  border: 1px solid #3366AB;
  border-bottom: 0px solid #ccc;
  border-radius: 5px 5px 0 0;
  border-bottom-color: transparent;
}
#inv_pview-tabs li {
  width: 15%;
  height: 40px;
  text-align: center;
  background-color: #3366AB;
  margin-right: 0.8%;
  float: left;
  display: inline-block;
  border-radius: 5px 5px 0 0;
  margin-bottom: -1px;
/*  border: 1px solid #3366AB;
  border-bottom: 0px solid #ccc;
  border-radius: 5px 5px 0 0;
  border-bottom-color: transparent;*/
}

#inv_pview-tabs li:first-child {
  /*margin-left:0.5%;*/
}
#inv_pview-tabs li:nth-child {
  margin-right: 0.5%;
}
.inv_pview-tab-content {
  padding-top: 15px;
  background-color: #fff;
}
.inv_pview-tab-content h5 {
  padding-top: 5px;
}
.inv_pview-tab-content .panel-heading a {
  font-size: 16px;
}
.inv_pview-tab-content .panel-default > .panel-heading,
.inv_pview-tab-content .panel-default .panel-heading a {
  background-color: transparent;
  color: #009aa3;
  font-weight: 600;
}

/*BROKER*/
#brk_pview-tabs li.active a,
#brk_pview-tabs li.active a:hover,
#brk_pview-tabs li.active a:focus {
  color: white;
  background-color: #90a723;
  border: 1px solid #ccc;
  border-bottom: 0px solid #ccc;
  border-radius: 5px 5px 0 0;
  border-bottom-color: transparent;
}

#brk_pview-tabs li a:hover,
#brk_pview-tabs li a:focus {
  background-color: white;
  color: #90a723;
  border: 1px solid #ccc;
  border-bottom: 0px solid #ccc;
  border-radius: 5px 5px 0 0;
  border-bottom-color: transparent;
}
#brk_pview-tabs li {
  width: 15%;
  height: 40px;
  text-align: center;
  background-color: #90a723;
  margin-right: 0.8%;
  float: left;
  display: inline-block;
  border-radius: 5px 5px 0 0;
  margin-bottom: -1px;
}

#brk_pview-tabs li:first-child {
  /*margin-left:0.5%;*/
}
#brk_pview-tabs li:nth-child {
  margin-right: 0.5%;
}
.brk_pview-tab-content {
  padding-top: 15px;
  background-color: #fff;
}
.brk_pview-tab-content h5 {
  padding-top: 5px;
}
.brk_pview-tab-content .panel-heading a {
  font-size: 16px;
}
.brk_pview-tab-content .panel-default > .panel-heading,
.brk_pview-tab-content .panel-default .panel-heading a {
  background-color: transparent;
  color: #009aa3;
  font-weight: 600;
}

.pview-tab-content .panel-heading a {
  font-size: 16px;
}
.pview-tab-content .panel-default > .panel-heading,
.pview-tab-content .panel-default .panel-heading a {
  background-color: transparent;
  color: #009aa3;
  font-weight: 600;
}
.pview-tab-content .panel-heading .accordion-summary:after {
  font-family: "Glyphicons Halflings";
  content: "\E111";
  float: left;
  color: #009aa3;
  margin-right: 10px;
}
.pview-tab-content .panel-heading .accordion-media:after {
  font-family: "Glyphicons Halflings";
  content: "\E060";
  float: left;
  color: #009aa3;
  margin-right: 10px;
}
.pview-industry:after {
  font-family: "Glyphicons Halflings";
  content: "\E139";
  float: left;
  color: #009aa3;
  margin-right: 10px;
}
.pview-tab-content .panel-heading .accordion-video:after {
  font-family: "Glyphicons Halflings";
  content: "\E059";
  float: left;
  color: #009aa3;
  margin-right: 10px;
}
.pview-tab-content .panel-heading .accordion-highlights:after {
  font-family: "Glyphicons Halflings";
  content: "\E125";
  float: left;
  color: #009aa3;
  margin-right: 10px;
}
.pview-tab-content .panel-heading .accordion-user:after {
  font-family: "Glyphicons Halflings";
  content: "\E008";
  float: left;
  color: #009aa3;
  margin-right: 10px;
}
.pview-tab-content .panel-heading .accordion-usd:after {
  font-family: "Glyphicons Halflings";
  content: "\E148";
  float: left;
  color: #009aa3;
  margin-right: 10px;
}
.pview-tab-content .panel-group .panel-heading + .panel-collapse .panel-body {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 0px solid #ccc;
}

.pview-tab-content .panel-group .panel-heading hr {
  margin-top: 15px;
  margin-bottom: 0px;
}
strong.pview-industry {
  color: #888;
}
.pview-bullet:after {
  font-family: "Glyphicons Halflings";
  float: left;
  color: #009aa3;
  margin-right: 10px;
}
.pview-globe:after {
  content: "\E135";
}
strong.pview-globe {
  color: #888;
}
.pview-usd:after {
  content: "\E148";
}
.pview-user:after {
  content: "\E008";
}
.pview-dashboard:after {
  content: "\E141";
}
.pview-check:after {
  content: "\E157";
}
.pview-stats:after {
  content: "\E185";
}
.pview-plus:after {
  content: "\E081";
}
.pview-tab-content .panel-heading .accordion-list:after {
  font-family: "Glyphicons Halflings";
  content: "\E032";
  float: left;
  color: #009aa3;
  margin-right: 10px;
}
.pview-tab-content .panel-heading .accordion-tag:after {
  font-family: "Glyphicons Halflings";
  content: "\E042";
  float: left;
  color: #009aa3;
  margin-right: 10px;
}
.pview-tab-content .panel-heading .accordion-folder:after {
  font-family: "Glyphicons Halflings";
  content: "\E118";
  float: left;
  color: #009aa3;
  margin-right: 10px;
}
.pview-tab-content .panel-heading .accordion-contact:after {
  font-family: "Glyphicons Halflings";
  content: "\2709";
  float: left;
  color: #009aa3;
  margin-right: 10px;
}
#pview-upload-accordion a:hover {
  text-decoration: none;
}
.pview-upload-label {
  padding: 1em 2.5em;
  font-size: 80%;
  vertical-align: bottom;
}
.contact-form {
  border-radius: 10px;
  overflow: auto;
  padding: 10px 0;
}
a.social-icons {
  margin-right: 5px; /*Adjust This Value As Needed*/
}

a.social-icons:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 and earlier */
}

.img-thumbnail {
  max-width: 100%;
  max-height: 140px;
}

.pview-right-proposals {
  background-color: #f7f7f9; /*#FFF8DC;*/
  min-height: 400px;
  border: 1px solid #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #777777;
}
.pview-right-proposals hr {
  margin-top: 10px;
  border-color: #000000;
}
.pview-right-proposals .panel-title a {
  color: #2e8caa;
}

.pview-right-proposals .panel {
  border-color: #ccc;
}
.pview-right-proposals .panel-group .panel-body {
  background: none repeat scroll 0 0 #fcfcfc;
  border-top: 0px solid #ccc;
  color: #777777;
  font-size: 0.8em;
}

.pview-right-proposals .panel-group .panel-heading hr {
  margin-top: 15px;
  margin-bottom: 0px;
}
.pview-tab-content .panel-body {
  padding-top: 5px;
}
.form-group .checkbox label {
  color: #555555;
  display: block;
  font-size: 14px;
  padding: 3px 6px;
  vertical-align: middle;
  width: 100%;
}
.form-group .half-inline label {
  display: inline-block;
  width: 50%;
}
.form-group .radio-inline label {
  color: #555555;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 3px 6px;
  vertical-align: middle;
  width: 100%;
  display: inline-block;
  width: 50%;
}
.form-group .one-third-inline label {
  display: inline-block;
  width: 33%;
}
.form-group .radio-inline.wid100 label {
  width: 100%;
}
/* deal box */
.deal {
  margin-top: 15px;
  margin-bottom: 30px;
}
.deal-box {
  width: 100%;
  height: 390px;
}
.deal-box-top {
  position: relative;
  height: 240px;
}
.deal-box-top-float {
  position: absolute;
  top: 28px;
  left: 0;
}
.deal-box-top-float .slant-right {
  padding: 0.2em 2em 0.2em 2em;
}
.deal-box-top-float .slant-right:after {
  z-index: 1;
  background: #ffffff;
}
.deal-box-top-float .slant-right b {
  z-index: 100;
  font-size: 0.86em;
  position: relative;
  color: #1c335f;
}
.deal-box-bottom {
  position: relative;
  height: 150px;
  background-color: #f1f2f2;
}
.deal-box-bottom-float {
  background-color: #ffffff;
  position: absolute;
  top: -60px;
  left: 30px;
  height: 120px;
  width: 120px;
  box-shadow: 2px 2px 2px #808080;
  line-height: 120px;
}
.deal-box-bottom-float img {
  padding: 5px;
  vertical-align: middle;
}
.deal-box-corner-float {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4em;
  height: 4em;
  background: url("../img/corner-blue.png") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 100;
}
.deal-box-corner-left {
  position: relative;
  right: 0;
  bottom: 56px;
  width: 4em;
  height: 4em;
  background: url("../img/corner-blue-minus.png") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 100;
}
.deal-head {
  padding-top: 1.2em;
}
.deal-title {
  font-weight: 700;
  font-size: 1.28em;
  color: #1c335f;
}
.deal-title a,
.deal-title a:hover {
  color: #1c335f;
}
.deal-area {
  font-weight: 600;
  font-size: 1em;
  color: #1c335f;
}
.deal-summary {
  padding: 15px 30px;
  height: 70px;
  overflow: hidden;
}
.similar-deals .deal-summary {
  height: 95px;
  overflow: hidden;
}
/* for main deal view proposal view page */
.deal-view {
  height: auto;
  margin-bottom: 20px;
}
.deal-view .deal-box-bottom {
  height: auto;
  background-color: transparent;
}
/*for view right similar proposals */
.similar-deals {
  margin-top: 0px;
}
.similar-deals .deal-box {
  width: 100%;
  height: 450px;
}
.similar-deals .deal-box-top {
  position: relative;
  height: 200px;
}
.similar-deals .deal-box-bottom {
  height: 250px;
}
.similar-deals .deal-head {
  margin-top: 60px;
  margin-left: 30px;
  margin-right: 30px;
}
/* image carousel*/
.carousel {
  width: 500px;
  height: 280px !important;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  margin: auto;
}
.carousel-indicators {
  bottom: 30px;
}
.carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  color: #1c335f;
  opacity: 0.7;
  margin-bottom: 0px;
  min-height: 0;
  max-height: 40px;
  padding: 5px 5px 0 5px;
  text-shadow: none;
}
.carousel .carousel-control {
  visibility: hidden;
}
.carousel:hover .carousel-control {
  visibility: visible;
}
.carousel .carousel-caption {
  visibility: visible;
}
.carousel:hover .carousel-caption {
  visibility: hidden;
}
/*.carousel-control.right, .carousel-control.left{
	background-image:none;
	background-repeat:no-repeat;
}*/
.glyphicon-search {
  color: #1c335f;
}

/*drop down check list*/
.dropdown-check-list {
  display: inline-block;
  width: 90%;
}
.dropdown-check-list .anchor {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 5px 50px 5px 10px;
  border: 1px solid #a9a9a9;
  width: 100%;
  color: #ccc;
}
.dropdown-check-list .anchor:after {
  position: absolute;
  right: 10px;
  top: 20%;
  color: #1c335f;
  font-family: "Glyphicons Halflings";
  content: "\E114";
}
.visible .anchor:after {
  position: absolute;
  right: 10px;
  top: 20%;
  color: #1c335f;
  font-family: "Glyphicons Halflings";
  content: "\E014";
}
.dropdown-check-list .anchor:active:after {
  right: 8px;
  top: 21%;
  font-family: "Glyphicons Halflings";
  content: "\E014";
}
.dropdown-check-list ul.items,
.dropdown-check-list div.items {
  padding: 2px;
  display: none;
  margin: 0;
  border: 1px solid #a9a9a9;
  border-top: none;
  /*position:absolute;*/
  z-index: 100;
}
.dropdown-check-list ul.items li,
.dropdown-check-list div.items label {
  display: block;
  list-style: none;
  background: none repeat scroll 0 0 #fff;
  margin-left: 22px;
}

.dropdown-check-list.visible .items {
  display: block;
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  background: none repeat scroll 0 0 #fff;
}
/* dropdown check list end*/

/*keyword tags*/

div.tagsinput span.tag {
  background: none repeat scroll 0 0 #003140;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  float: left;
  font-family: helvetica;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 5px 5px 5px 8px;
  text-decoration: none;
}
div.tagsinput span.tag a {
  background: none repeat scroll 0 0 #ffda02;
  border-radius: 5px;
  margin-left: 3px;
  color: #222222;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  width: 18px;
}
/* keyword tag end*/

.btn-group-justified .btn {
  width: 100%;
}
.btn-group-justified {
  display: inline;
}

/*registration page*/
#registration-tabs li a {
  height: 40px;
  font-size: 100%;
  font-weight: bold;
  color: #fff;
}
#registration-tabs li.active a,
#registration-tabs li.active a:hover,
#registration-tabs li.active a:focus {
  color: #777d59;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  background-color: #eeeeee;
  border-bottom: 0px solid #89b800;
}
#registration-tabs li a:hover,
#registration-tabs li a:focus {
  background-color: #838963;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  border-bottom: 4px solid #89b800;
}
#registration-tabs li {
  width: 20%;
  height: 40px;
  text-align: center;
  background-color: #777d59;
  background-color: #838963;
  margin-right: 0.5%;
  float: left;
  display: inline-block;
  margin-top: 5px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
#registration-tabs li .highlighted {
  background-color: #8cba00;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
#registration-tabs li:first-child {
  margin-left: 0.5%;
}
#registration-tabs li:nth-child {
  margin-right: 0.5%;
}
#registration-tabs li:hover {
  border-bottom: 4px solid #89b800;
}

.registration-tab-content {
  padding-top: 20px;
}
.registration-tab-content h5 {
  padding-top: 5px;
}

.registration-tab-content .panel-heading .accordion-lock:after {
  font-family: "Glyphicons Halflings";
  content: "\E033";
  float: left;
  color: #1c335f;
  margin-right: 10px;
}
/* Login page styling */
.login-content .panel-heading {
  padding-left: 1px;
  border-radius: 0;
}
.login-content .panel-heading p {
  padding-left: 34px;
  padding-right: 34px;
}
.login-content .panel-collapse .panel-body {
  padding-left: 35px;
  padding-right: 35px;
}
.login-content a,
.login-content .text-center {
  color: #ffffff;
  font-size: 0.9em;
}
.login-content .panel-heading + .panel-collapse .panel-body {
  background-color: #009aa3;
  border-top: 0px solid #ccc;
  border-radius: 0;
}
.login-content .panel-default > .panel-heading {
  border-bottom: 0px solid #ccc;
}

.login-content .panel-heading hr {
  margin-top: 15px;
  margin-bottom: 0px;
}
.login-panel {
  border: none;
}
.registration-tab-content .input-group label {
  font-weight: normal;
}
.registration-tab-content h4 {
  color: #ffffff;
  font-weight: bold;
}
.registration-tab-content h5 {
  color: #1c335f;
  font-weight: bold;
}
.switch-btn-group {
  float: right;
  margin-top: 30px;
}
.btn-left-green {
  min-width: 200px;
  background: linear-gradient(#9bc800, #1c335f) repeat scroll 0 0 #8cba00;
  border-style: solid;
  border-width: 2px;
  color: #fff;
  font-weight: bold;
}
.btn-left-gray {
  min-width: 200px;
}
.btn-right-green {
  min-width: 200px;
}
.btn-right-gray {
  min-width: 200px;
}
tr.highlight td {
  background-color: #f7d6df;
}

/*login bar*/
#loginbar {
  background: #777d59;
  height: 45px;
  width: 100%;
  z-index: 99;
  position: relative;
}
/*end login bar */

/* Filter styling */
#InvestorFilter div {
  padding: 2px;
}
#InvestorFilter .form-control {
  padding: 6px;
}

#getStarted {
  padding: 25px 60px;
  margin: 20px 0 0 60px;
  font-size: 20px;
  font-weight: normal;
}
.alink.deleted {
  color: red;
}
.alink.current {
  color: #1c335f;
}

/* Landing page css */
.landingPage #headersec {
  border-top: 0px solid #90a723;
}
.headbg {
  background: #ffffff url("../img/headsecbg.jpg") repeat-x scroll left top;
}
.landingPage .navbar h5 {
  font-weight: bold;
  padding-top: 5px;
}

.landingPage #footer {
  background: #91a826 none repeat scroll 0 0;
  color: #ffffff;
  padding: 50px 0;
  text-align: center;
  font-weight: normal;
  font-size: inherit;
  font-style: normal;
}
.blue-strip {
  background: #ffffff url("../img/buttonBg.png") repeat-x;
}
.btn-heading {
  color: #fff;
  margin-top: 2px;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}
.btn-landing {
  height: 89px;
  width: 232px;
  background: url("../img/obutton.png") no-repeat 0px 0px;
  margin-bottom: 15px;
  margin-top: 5px;
  text-align: center;
  padding: 20px;
  float: right;
}
.btn-landing a {
  font-size: 32px;
  text-decoration: none;
  color: #000000;
}
.socialnetworkT h2 {
  text-transform: none;
}
.slider-left {
  background: url(../img/translucent.png) no-repeat 0px 0px;
  height: 430px;
}

.inv_slider-left {
/*  background: url(../img/translucent.png) no-repeat 0px 0px;*/
  height: 430px;
}
.landingPage .banner {
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.iSlide {
  background-image: url("../img/iSlide.png");
}
.bSlide {
  background-image: url("../img/bSlide.png");
}
.eSlide {
  background-image: url("../img/eSlide.png");
}
.login-row {
  background-color: #e1e1e1;
  margin: 0px;
  padding: 0px;
}
#frmlogin .login-row .input-group {
  margin-bottom: 0px;
  margin-top: 4px;
  padding: 0px;
}
#frmlogin .login-row .input-group input {
  height: 28px;
  background-color: #eee;
  box-shadow: none;
  border-color: #ddd;
}
/* landing page css ends */

#browseproposallogo {
  height: 60px;
  width: 205px;
}
#browseproposallogo img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
}

/* Angel inv network form*/
.ain .panel-default {
  border: 1px solid #a9a9a9;
}
.ain .panel-default .panel-heading {
  background: #272e41 none repeat scroll 0 0;
}
.ain .panel-default .panel-heading:hover {
  background: #272e41 none repeat scroll 0 0;
}
.ain .panel-default .collapsed {
  background: none repeat scroll 0 0 #1a202e;
}
.ain .panel-default .panel-heading a {
  color: #ffffff;
  font-size: 18px;
}
.ain .panel-default .collapsed a {
  color: #ffffff;
}

.ain .panel-heading .accordion-edit:after {
  color: #fff;
}
.ain .form-control {
  border: 1px solid #e6e6e6;
}
.ain .panel {
  background-color: #f5f9fc;
  border: 1px solid #e6e6e6;
}
.ain .input-group-addon {
  background-color: #f5f9fc;
  border: 1px solid #e6e6e6;
}
.ain .right-hand {
  border: 0px solid #e6e6e6;
}
.ain a.tt-tool-tip,
.ain a.tt-tool-tip:hover,
.ain a.tt-tool-tip:visited,
.ain .bootstrap-filestyle .glyphicon {
  color: #1a202e;
}
.ain .glyphicon-remove {
  color: #b94a48;
}
.ain .tooltip-inner {
  border: 1px solid #ccc;
}
.ain .form-control:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}
.ain h5 {
  color: #1a202e;
}

/*data tables*/
.dataTable td,
.dataTable th {
  font-size: 12px;
  font-weight: normal;
}
#cofoundeddate .input-group-addon,
#tmemberjoiningdate .input-group-addon,
#tadvisorjoiningdate .input-group-addon {
  padding: 0px;
  border: none;
  padding-right: 2px;
  text-align: left;
}
#cofoundeddate .form-control,
#tmemberjoiningdate .form-control,
#tadvisorjoiningdate .form-control {
  padding: 0;
}

@media (max-width: 991px) {
}
@media (max-width: 768px) {
  #pview-tabs li a {
    font-size: 0.8em;
    padding-left: 5px;
    font-weight: normal;
  }
}
@media (max-width: 640px) {
}
@media (max-width: 500px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (max-width: 500px) {
}
@media (max-width: 480px) {
}
@media (max-width: 400px) {
}

/* JK Changes */
.headdesc {
  color: #a1bfec;
  font-size: 55%;
}
.product-stage-title {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 15px;
  padding: 5px 0px;
}
.product-stage-section {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.fileclear {
  color: #009aa3;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  float: right;
}
.fileerrtxt {
  color: red;
  font-size: 12px;
  text-decoration: none;
  float: left;
}
.required-field {
  color: #ff0000;
}
.terms-text {
  color: #009aa3;
  font-size: 1em;
  font-weight: 700;
}

.add-offer-learn {
}

.investor-head-img {
  height: 50px !important;
  border: 2px solid #fff;
}
.investor-head {
  float: right;
  text-align: right;
  color: #000;
}
.investor-head-text {
  display: block;
  margin-top: 10px;
}
.investor-head-year {
  display: block;
  margin-top: 5px;
  font-weight: 700;
}
.investor-list .panel-default > .panel-heading {
  background-color: #f5f5f5 !important;
}
.deal-desc {
  margin-top: 0px;
  color: #000;
  font-size: 95%;
}
.deal-amount {
  color: #000;
  margin-top: 10px;
}
.deal-msg {
  margin-top: 20px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.deal-msg-help {
  margin-top: 0px;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 0px;
  text-align: center;
  width: 25px;
  margin-left: 5px;
}
.deal-msg-box1 {
  margin-top: 10px;
  border: 1px solid #ccc;
  padding: 5px 10px;
  min-width: 35px;
  border-radius: 5px;
  display: inline-flex;
}
.deal-msg-box-right {
  text-align: right;
  float: right;
  padding: 5px 10px;
  display: inline-flex;
  margin-top: 10px;
  font-weight: bold;
  font-style: italic;
}
.investor_msg {
  width: 100%;
  border-radius: 10px;
  margin-top: 5px;
}
.msg_head {
  float: left;
  font-weight: 700;
}
.earlier-comm,
.inv-profile,
.send-comm {
  cursor: pointer;
  font-weight: 500;
}
.earlier-comm:hover,
.inv-profile:hover,
.send-comm:hover {
  background: #009aa3;
  color: #fff;
}

.inn_earlier-comm,
.inn_inv-profile,
.send-comm {
  cursor: pointer;
  font-weight: 500;
}
.inn_earlier-comm:hover,
.inn_inv-profile:hover,
.send-comm:hover {
  background: #7f8c8d;
  color: #fff;
}

.brk_earlier-comm,
.brk_inv-profile,
.send-comm {
  cursor: pointer;
  font-weight: 500;
}
.brk_earlier-comm:hover,
.brk_inv-profile:hover,
.send-comm:hover {
  background: #90a723;
  color: #fff;
}

.inv_earlier-comm,
.inv_inv-profile,
.send-comm {
  cursor: pointer;
  font-weight: 500;
}
.inv_earlier-comm:hover,
.inv_inv-profile:hover,
.send-comm:hover {
  background: #3366AB;
  color: #fff;
}

#invProfile .modal-title,
#earlierComm .modal-title,
#proposalComm .modal-title {
  color: #428bca !important;
  font-weight: 600;
}

#invProfile .modal-dialog,
#earlierComm .modal-dialog,
#proposalComm .modal-dialog {
  width: 1000px !important;
}
.popover-content {
  font-size: 12px;
}

.search-inv {
  border: 1px;
  background: white;
  color: #002bff;
  margin: 0px 0px 0px 75px;
}
.search-inv:hover {
  color: #009aa3;
}
.search-key {
  margin: 7px 0px 0px 0px;
}
.indust {
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 0px 5px 0px 5px;
  background: #f9f9f9;
  margin-left: 3px;
}
.markts {
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 0px 5px 0px 5px;
  background: white;
  margin-left: 3px;
}
.footer-btn {
  margin: -35px 0px 0px 0px;
  text-align: center;
}
.offer-title {
  color: #009aa3;
  position: absolute;
  margin: 28px 0px 0px 20px;
  font-size: 20px;
  font-weight: 700;
}
.popover-content {
  color: black;
}
#vated-stickybar {
  background: #009aa3;
  height: 3.4em;
  width: 100%;
  z-index: 99;
  position: relative;
  margin-top: 20px;
}
.vated-offers {
/*  margin: 0;*/
  line-height: 2;
  color: #fff;
  font-size: 1.7em;
/*  font-weight: 700;*/
  text-align: left !important;
}
.rview-ofrs {
  margin: 0;
  line-height: 2;
  color: #fff;
  font-size: 1.5em;
  font-weight: 300;
}
.deal-box-corner-remove {
  position: absolute;
  bottom: 0;
  width: 4em;
  height: 4em;
  background: url("../img/remove-icon.png") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 100;
  cursor: pointer;
}

#register-tabs li a {
  height: 40px;
  font-size: 100%;
  font-weight: 400;
  color: #fff;
}
#register-tabs li.active a,
#register-tabs li.active a:hover,
#register-tabs li.active a:focus,
#register-tabs li a:hover,
#register-tabs li a:focus {
  color: #009aa3;
  background-color: #eeeeee;
}
#register-tabs li {
  width: 32%;
  height: 40px;
  text-align: center;
  background-color: #009aa3;
  margin-right: 0.8%;
  float: left;
  display: inline-block;
  margin-top: 8px;
}
#register-tabs li:first-child {
  margin-left: 0.5%;
}
#register-tabs li:nth-child {
  margin-right: 0.5%;
}
.submitBtnAction {
  height: 450px;
}
.header-register {
  background-color: #1c335f;
  color: white;
  font-size: 12px;
  text-align: center;
  /* margin-left: 155px; */
  padding: 6px 18px 8px 20px;
}

.register-box {
  /*width: 340px;
   border: 1px solid rgba(0, 0, 0, 0.125); */
  padding: 19px 0px 0px 0px;
  margin: 7px 0px 0px 0px;
  height: 600px;
}
.custom-register-box {
  padding: 19px 0px 0px 0px;
  height: 600px;
  margin: 7px 0px 0px 80px;
}
.scroll {
  padding: 0;
  max-height: 25.5em;
  overflow-y: auto;
}

.scroll-msg {
  max-height: 25.5em;
  overflow-y: auto;
}

.cancel {
  color: red;
}

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

.customEnvelop {
  /* font-size: 16px; */
  font-size: 30px;
}

.customAmt {
  width: 50px;
}

.alignCenter {
  margin-left: 150px;
}

.adminNavMenu {
  pointer-events: none;
  background: lightgray;
}
