body {
	font-family: "proxima-nova",sans-serif;
	background: #e7e9ed; 
/*	background: #ebecee;*/
	background-image: url("/img/triangular2inverse.png"), url("/img/triangular2.png");
	background-attachment: fixed, fixed;
	background-position: left bottom, right bottom;
	background-repeat: no-repeat, no-repeat;
	color: #273342;
	/* margin-bottom:50px */
}
a {
	color: #58A291;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: "bree-serif";
}
.h-sansSerif {
	font-family: "proxima-nova",sans-serif;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1070px) {
  .container {
    width: 870px;
  }
}
@media (min-width: 1170px) {
  .container {
    width: 950px;
  }
}
@media (min-width: 1270px) {
  .container {
    width: 1100px;
  }
}
@media (min-width: 1370px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1470px) {
  .container {
    width: 1220px;
  }
}
#page-content-wrapper {
	margin-top: 25px;
}
@media (max-width: 1370px) {
	#page-content-wrapper {
		margin-top: 0px;
	}
}
.redLine {
	width: 80%;
	border: 2px solid #D22630;
	margin-top: 8px;
	margin-bottom: 0;
}
.smallerRedLine {
	width: 40%;
	border: 2px solid #D22630;
	margin-top: 3px;
	margin-bottom: 10px;
}
.btn {
	padding: 9px 17px 9px 17px;
}
.btn-default {
  border-radius: 0px;
  border: none;
  background-color: #D6D2C4;
  color: #fff;
}
.btn-default:hover {
  border: none;
  border-radius: 0px;
  background-color: #b7b3a5;
  color: #fff;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
}
.btn-green {
  background-color: #3A913F;
  color: #fff;
}
.btn-green:hover {
  background-color: #3A913F;
  color: #fff;
}
.greenHoverButton:hover {
	background-color: #f7f7f7;
}
.btn-success {
  border-radius: 0px;
  border: 2px solid;
  background-color: #fff;
  border-color: #273342;
  color: #273342;
}
.btn-success:hover {
  background-color: #f9f9fa;
  border-color: #273342;
  color: #273342;
}
.btn-success:active, .btn-success:focus, .btn-primary:active, .btn-primary:focus {
  background-color: #273342 !important;
  border-color: #273342 !important;
  color: #fff !important;
}
.btn-primary {
  border-radius: 0px;
  border: 2px solid;
  background-color: #fff;
  border-color: #273342;
  color: #273342;
}
.btn-primary:hover {
  background-color: #f9f9fa;
  border-color: #273342;
  color: #273342;
}

.panel-default > .panel-heading {
	border-color: #f2f2f3;
}

.panel-info > .panel-heading {
	color: #273342;
	background-color: #f9f9fa;
	border-color: #e2e6e6;
}

.label-default {
	background-color: #bbcfd2;
}

.ui-tooltip {
	background-color: #f9f9fa; 
}

.fa-question-circle {
  cursor: pointer;
  color: #b3b3b3; }

.company_name {
  text-transform: uppercase;
  font-weight: bold;
}
.edit-entity {
  text-transform: uppercase;
}
.nav li a {
	font-size: 14px;
	font-family: "bree-serif";
	letter-spacing: .02em;
	color: #205C40;
}
.navbar-default .navbar-nav > li > a {
	color: #205C40;
}
.nav li ul a {
	font-family: "proxima-nova";
	text-transform: none;
}
.navbar {
	margin-bottom: 0px;
}
@media(max-width:1600px) {
    .navbar {
        padding-left: 220px;
    }
}
.navbar-right li.open a{
	color:#273342!important;
}
.nav li a:hover{
	background:rgba(253, 250, 250, 0.34) !important;
}
/* .dropdown a{
		background-color: transparent !important;
} */
.navbar-nav>li>.dropdown-menu{
	background: #f9f9fa;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
	background: #e2e6e6;
	color: #205C40;
}

.document-names {
	white-space: pre-wrap; /* css-3 */    
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */    
    white-space: -o-pre-wrap; /* Opera 7 */    
    word-wrap: break-word;
    width: 260px; /* Increase above this 260px value will break css. Related to list_docdiv css */
}

.dropdown-menu>li>a {
	padding: 12px 20px;
}

.dropdown-menu>li:hover {
	background: rgba(187, 207, 210, 0.5);
	transition-property: background-color;
	transition-duration: .5s;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Added to override !important above and return to current bootstrap color */
.nav li a.entity-role-tab,
.nav li a.entity-role-tab:focus,
.nav li a.entity-role-tab:hover,
li.active > a.entity-role-tab,
li.active > a.entity-role-tab:focus,
li.active > a.entity-role-tab:hover
{
  color: #555 !important;
}

.fa-btn {
	margin-right: 6px;
}
.navbar.navbar-default.navbar-static-top{
	/* position: fixed; */	
	background-color: #fff;
	color: #273342;
	font-size: 14px;
	letter-spacing: 1px;
	/* top: 0px;
	left: 0px;
	right: 0px; */
}
.intro{
	width: 100%;
	position: relative;
	background-image: url("/img/pattern1.png");
	background-size: 438px 145px;
}

#listing-wrapper {
 margin-left:auto;
 margin-right:auto;
 width:75%;
}
#listing-wrapper-img {
 margin-left:auto;
 margin-right:auto;
 width: 25%;
 float: right;
 min-width: 200px;
}
#truncate-name {
 min-width: 500px;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}

#bio {
	float: left;
}
#linkedin_url {
	float: left;
}

.slogan {
	text-align: center;
	position: relative;
	top: 50px;
}

.navbar-brand {
	color:#273342 !important;
	 font-family: "proxima-nova",sans-serif;
}
.row {
	background:#f9f9fa;
	background-image: url("/img/lines4.png");
	-webkit-box-shadow: 1px 4px 3px 0px rgba(0,77,68,0.55);
	-moz-box-shadow: 1px 4px 3px 0px rgba(0,77,68,0.55);
	box-shadow: 1px 4px 3px 0px rgba(0,77,68,0.55);
}
.row .white-bg {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.invisiRow {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.input-group-addon{
	position: absolute;
	width: 45px;
	top: 0px;
	height: 40px;
	left: 14px;
	background-image: url("/img/pattern2a.png");
	background-size: 438px 145px;
	border-radius: 0px;
	border-color: #e2e6e6;
	/* display: inline; */
	/* border: 1px solid; */
	float: left;
}
.has-error .input-group-addon{
	background-color: #e25454;
}
.fa-edit::before, .fa-pencil-square-o::before {
	/* content: "\f044"; */
}
.form-control{
	background-color: #f9f9fa;
	box-shadow: none;
	border-radius:0px;
	border-color: #e2e6e6;
	/* float:right; */
	/* width:88%; */
	margin-left: 44px;
	height: 40px;
}
#message_div{
	position:relative;
	top:10px;
}
.round_year,.roundActive,.round_text,.roundvest,.isoinoText,.UnaccreditedText{
	font-weight:bold;
	
}
.round_year{
	width: 360px;
}
.finance_create .control-label{
	padding-top:0px;
	width: 0;
	padding-left: 5px;
}
.wrappable{
	vertical-align: middle; 
	padding-bottom: 14px;
}
.finance_create  input[type=radio]{ 
		float: left;
}
.radioContainer{
	width: 102px;
	padding-left: 0px;
}
.round_text{
	width: 525px;
}
 .roundActive,.roundvest{
	width: 305px;
	padding-left: 190px;
	/* text-align: right; */
	}
 .isoinoText{
	width: 100%;
	text-align: right;
}
.isoinoText div{
	padding-left: 147px;
	float: left;
}
.UnaccreditedText{
	width: 305px;
	padding-left: 35px;
}
.isoClass{
	position: relative;
	left: 290px;
	bottom: 22px;
}
.isoOptionClass{
	padding-top: 0!important;
	/* padding-left: 10px; */
	position: relative;
	text-align: left!important;
}
.finance_createIso input[type=radio]{ 
	 float: left;
}
.finance_createIso{
	position: relative;
	top: 10px;
}
.offeringEntitytype{
	position: relative;
	top: 7px;
	left: 40px;
}
.panel {
	margin-top: 20px;
	border: 1px #f2f2f3;
}
.panel-default>.panel-heading{
	color: #273342;
	font-family: "bree-serif";
	font-size: 16px;
	font-weight: bold;
	background-color: #fff;
}
.panel_create_heading{
	float: right;
	margin: 0 auto;
	position: relative;
	bottom: 39px;
	padding-right: 15px;
}
.alert{
	margin: 7px auto 15px auto;
	top: 12px;
	padding: 8px;
	border: 1px solid #39B54A;
	border-radius: 2px;
	width: 80%;
	left: 10%;
}
#ui-datepicker-div{
	background: #FFFFFF;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
	background: #ffffff; 
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #59abc1;
}
.help-block{
	float: right;
	text-align: right;
}

.footer_text{
	background-color: #f9f9fa;
	color:#273342;
	text-align: center;
	left:0px;
	right:0px;
	height:40px;
	bottom:0;
	margin-top: 200px;
	padding: 10px;
}

.sticky-footer{
  background-color: #f9f9fa;
  color:#273342;
  text-align: center;
  height:40px;
  padding: 10px;
  position: fixed;
  bottom: 0;
  width: 100%;
}
		
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #e25454;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}


.alert_unread {
	background-color: #fffe8e;
}

.documentList.documentOuter {
	float: left;
	width: 210px;
	height: 300px;
	background: #DDD;
	margin-right: 15px;
	margin-bottom: 20px;
	border-radius: 25px;
	border: 2px solid #1e4376;
	position: relative;
}

.documentList.documentOuter {
	margin-right: 4px;
}

.documentList.documentOuterList {
	float: left;
	width: 100%;
	height: 60px;
	background: #DDD;
	margin-right: 15px;
	margin-bottom: 6px;
	border-radius: 10px;
	border: 2px solid #1e4376;
	position: relative;
}

.documentInnerContainer.tile {
	background: #FFF;
	height: 150px;
	width: 150px;
	margin-left: 32px;
	border: 2px solid #000;
}
.documentInnerContainer.list {
	background: #FFF;
	height: 50px;
	width: 50px;
	overflow: hidden;
	margin-left: 32px;
	border: 2px solid #000;
}
.documentInnerContainerAlert {
	background: #FFF;
	height: 50px;
	width: 50px;
	overflow: hidden;
	margin-left: 12px;
	float: left;
	border: 2px solid #000;
}


.documentInnerContainer.tile img {
	margin-left: 86px; margin-top: 90px;
}
.documentInnerContainer.list img {
	margin-left: -115px; margin-top: -13px;
}
.documentInnerContainerAlert img {
	margin-left: -115px; margin-top: -13px;
}

.documentInner.list {
	background: #FFF !important;
}
.list_docdiv{
	width: 320px !important;
	height: 85px;
	background-color: #f3f3f9;
	border: 1px solid #e1e8e1;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.list_docdiv.urgent{
	background-color: #fffff5;
}
.compliance_list_docdiv{
	width: 500px !important;
	min-height: 85px;
	background-color: #f9f9fa;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}
.list_docimage{
	float:left;
	height: 30px;
	width: 24px;
	margin-top: 20px;
	margin-left: 18px;
	/* margin: 0; */
}
.list_docimage.urgent{
	float:left;
	height: 30px;
	width: 24px;
	margin-top: 28px;
	margin-left: 18px;
	background: none;
	/* margin: 0; */
}
.compliance_list_docimage{
	float:left;
	height: 30px;
	width: 24px;
	margin-top: 15px;
	margin-left: 18px;
	background: url(../img/docIcon.png) no-repeat top center;
	/* margin: 0; */
}
.list_reportimage{
	float:left;
	height: 30px;
	width: 24px;
	margin-top: 28px;
	margin-left: 18px;
	background: url(../img/reportIcon.png) no-repeat top center;
}
.list_docdiv >h3{
	font-size: 17px !important;
	float:left;
	position: relative;
	top: 5px;
	margin:0;
}
.list_docdiv >h5{
	font-size: 14px !important;
	float:left;
	position: relative;
	top: 40px;
	margin:0;
}
.list_doctitles{
  float:left;
  position: relative;
  top: 50%; transform:
  translateY(-50%);
}
.list_doctitles a{
  font-size: 14px;
  float:left;
}
.compliance_list_doctitles{
  position: relative;
  margin-top: 5px;
}
.compliance_list_doctitles a{
  font-size: 16px;
  float:left;
}
.list_docbtn{
	position: relative;
	right: 50px;
	float:right;
	top: 23px;
	width: 20%;
} 
.list_docbtn :nth-child(2){
	float: right;
}  

.btn-skin {
	color: #fff;
	background-color: #1e4376;
	border-color: #1e4376;
}
.btn-submit {
	border-radius: 0;
	text-transform: uppercase;
	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn-link {
	color: #273342;
}
.ui-accordion-header-active.ui-state-error {
	color: #e25454;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
	color: #e25454;
}
.has-error .form-control {
	border-color: #e25454;
}
.form-control:focus {
	border-color: #e2e6e6;
	box-shadow: none;
}
div.jGrowl > .ui-state-highlight {
	color: inherit;
}
.jGrowl-notification {
  font-size: 17px;
  opacity: 1.0 !important;
}
.jGrowl-notification.ui-state-highlight,
.jGrowl-notification .ui-widget-content .ui-state-highlight,
.jGrowl-notification .ui-widget-header .ui-state-highlight {
  background-color: #e25454;
  width: 430px;
}
.jGrowl-closer {
  word-break: break-all;
}
.jGrowl .informational {
	background-color: #FFF1C2;
	color: navy;
}
.jGrowl-notification .jGrowl-close {
  color: #fff;
}
.white-bg{background:#FFFFFF;}

.btn-circle {
	width: 70px;
	height: 70px;
	margin-top: 15px;
	padding: 7px 16px;
	border: 2px solid #273342;
	border-radius: 50%;
	font-size: 40px;
	color: #273342;
	background: 0 0;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
	border: 2px solid #666;
	color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
	outline: 0;
	color: #273342;
	background: rgba(255,255,255,.1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
	outline: 0;
	color: #999;
	background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
	color: #999;
}

.investor_q_body{
  padding-left:20px;
}

#mse_first_blurb{
  position:relative;
  top:390px;
}

#about{
  font-size: 18px !important;
}

#welcome_team{
  margin-left: 0px;
  margin-right: 0px;
}

#welcome_team h4.welcome_team_head {
  margin-top: 10px;
  margin-bottom: 5px;
}

#search-highlight {
  margin-right: 30px;
}

.append-panel {
  overflow: auto;
  width: 680px;
  height: 800px;
  margin: 0 auto;
}

.center-bold{
  text-align: center;
  font-weight:bold;
}

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

.inline {
  display:inline;
}

.justcenter {
  text-align: center;
}

.maxwidth100{
  max-width: 100%;
}

.width100{
  width: 100%;
}

.form_subheading{
  margin: 5px auto;
  text-align:center;
}

.btn-w-250 {
  width:250px;
}

.margin0 {
  margin: 0px;
}

.marginright6 {
  margin-right: 6px;
}

.marginleft10 {
  margin-left: 10px;
}

.marginleft16 {
  margin-left: 16px;
}


.floatright {
  float: right;
  clear: both;
}

.clearboth {
  clear:both;
}

.listing-visible-tab {
  overflow: auto;
  display: block;
}

.listing-nonvisible-tab {
  overflow: auto;
  display: none;
}

.listing-tab-body {
  padding: 15px;
  text-align: left;
  width: 100%;
}

.listing-tab-docs {
  text-align: left;
}

.listing-tab-docs-head {
  height: 40px;
  width: 100%;
  margin-bottom: 5px;
  border: none;
  background: none;
}



.page-scroll .btn-circle i.animated {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
	0 {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes pulse {    
	0 {
		-moz-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-moz-transform: scale(1.2);
		transform: scale(1.2);
	}

	100% {
		-moz-transform: scale(1);
		transform: scale(1);
	}
}
.progress {
	background-color: #f9f9fa;
}
.progress-bar {
	background-color: #bbcfd2;
}
.progress-bar-danger, .progress-bar-success, .progress-bar-warning {
	background-color: #273342; 
}
.progress-bar-striped {
	background-color: #273342 !important;
}
.purchase_button {
	width: 292px;
	height: 50px;
	font-size: 1.25vw;
	line-height:40px;
	max-width: 100%
}
.vis-timeline {
	border: 2px solid #273342;
	font-size: 14px;
	background: #f9f9fa;
}
.vis-item {
	border-radius: 0px;
	border-color: #b3b3b3 !important;
}
.vis-item-content {
	color: #f9f9fa;
	background: #bbcfd2;
}
.vis-item-content a {
	color: #fff;
}
.dataTables_filter {
	position: relative;
	top: 54px;
}
#data-table-users_filter {
	position: relative;
	top: 0px;
}
#data-table-entities_filter {
	position: relative;
	top: 0px;
}
.data-table td {
	vertical-align: middle !important;
}
.dataTable td {
	vertical-align: middle !important;
}
td.details-control {
	cursor: pointer;
}
.modal-dialog {
	width: 650px;
}
.modal-content {
	border-radius: 0px;
}
.well {
    background-color: #f9f9fa;
    border: 1px solid #e2e6e6;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 10px;
}
.side-column {
	border-left: 1px solid #e2e6e6;
}
.helpSlider {
	background: #fff;
	z-index: 99;
	border-left: solid 3px #e2e6e6;
}
.helpSliderInner {
	margin-top: 90px;
	margin-left: 15px;
}
.testingSlider {
	background: #fff;
	z-index: 99;
	border-left: solid 3px #e2e6e6;
}
.testingSliderInner {
	margin-top: 90px;
	margin-left: 15px;
}
#help-button {
    position: fixed;
    right: 0;
	width: 27px;
    top: 80px;
	background: #f9f9fa;
	border: 2px solid #e2e6e6;
    display: block;
    z-index: 98;
	cursor: pointer;
	padding: 6px;
}
.help-button-inner {
	/* Safari */
	-webkit-transform: rotate(90deg);
	-webkit-transform-origin: 120% 20%;
	/* Firefox */
	-moz-transform: rotate(90deg);
	-moz-transform-origin: 120% 20%;
	/* IE */
	-ms-transform: rotate(90deg);
	-ms-transform-origin: 120% 20%;
	/* Opera */
	-o-transform: rotate(90deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#testingSlider-button {
    position: fixed;
    right: 0;
	width: 27px;
    top: 200px;
	background: #f9f9fa;
	border: 2px solid #e2e6e6;
    display: block;
    z-index: 98;
	cursor: pointer;
	padding: 6px;
}
.testingSlider-button-inner {
	/* Safari */
	-webkit-transform: rotate(90deg);
	-webkit-transform-origin: 120% 20%;
	/* Firefox */
	-moz-transform: rotate(90deg);
	-moz-transform-origin: 120% 20%;
	/* IE */
	-ms-transform: rotate(90deg);
	-ms-transform-origin: 120% 20%;
	/* Opera */
	-o-transform: rotate(90deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}



/* Radio Buttons */
label.radioStyled {
  width: 200px;
  border-radius: 3px;
  border: 1px solid #D1D3D4
}
/* hide input */
input.radioStyled:empty {
	margin-left: -99999px;
}
/* style label */
input.radioStyled:empty ~ label {
	position: relative;
	float: left;
	text-indent: 3.25em;
	margin-top: 2em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input.radioStyled:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 30px;
	height: 30px;
	background: #FFF;
	border: solid 2px #000;
	border-radius: 15px;
}
input.radioStyled:hover:not(:checked) ~ label:before {
	content:'\2714';
	text-indent: 8px;
	color: #C2C2C2;
	font-size: 20px;
}
input.radioStyled:hover:not(:checked) ~ label {
	color: #888;
}
input.radioStyled:checked ~ label:before {
	content:'\2714';
	text-indent: 8px;
	color: #000;
	background-color: #FFF;
	font-size: 20px;
}
input.radioStyled:focus ~ label:before {
	box-shadow: 0 0 0 3px #999;
}

input.radioStyledSmall:empty ~ label:before {
	width: 20px;
	height: 20px;
}
input.radioStyledSmall:checked ~ label:before {
	text-indent: 4px;
	padding-top: 0px;
	font-size: 15px;
}
input.radioStyledSmall:hover:not(:checked) ~ label:before {
	text-indent: 4px;
	padding: 0px;
	font-size: 15px;
}

.gradient-heading-green {
	padding: 3px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bbcfd2+0,f9f9fa+100&0.4+0,0+100 */
	background: -moz-linear-gradient(left, rgba(187,207,210,0.4) 0%, rgba(249,249,250,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(187,207,210,0.4) 0%,rgba(249,249,250,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(187,207,210,0.4) 0%,rgba(249,249,250,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66bbcfd2', endColorstr='#00f9f9fa',GradientType=1 ); /* IE6-9 */
}

.gradient-heading-silver {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e6e6+0,f9f9fa+100&0.5+0,0+100 */
	background: -moz-linear-gradient(left, rgba(226,230,230,0.5) 0%, rgba(249,249,250,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(226,230,230,0.5) 0%,rgba(249,249,250,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(226,230,230,0.5) 0%,rgba(249,249,250,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80e2e6e6', endColorstr='#00f9f9fa',GradientType=1 ); /* IE6-9 */
}

.gradient-heading-highlight {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff2ad+0,f9f9fa+100&0.4+0,0+100 */
	background: -moz-linear-gradient(left, rgba(255,242,173,0.4) 0%, rgba(249,249,250,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,242,173,0.4) 0%,rgba(249,249,250,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,242,173,0.4) 0%,rgba(249,249,250,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66fff2ad', endColorstr='#00f9f9fa',GradientType=1 ); /* IE6-9 */
}

@-webkit-keyframes yellowPulse {
  from { background-color: #fff; }
  50% { background-color: #fffae0; }
  to { background-color: #fff; }
}
button.pulsing-button {
  -webkit-animation-name: yellowPulse;
  -webkit-animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
}

 
/*  appendor tab */
div.appendor-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  margin-left: 50px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
  width: 320px;
}
div.appendor-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.appendor-tab-menu div.list-group{
  margin-bottom: 0;
}
div.appendor-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.appendor-tab-menu div.list-group>a .glyphicon,
div.appendor-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.appendor-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.appendor-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.appendor-tab-menu div.list-group>a.active,
div.appendor-tab-menu div.list-group>a.active .glyphicon,
div.appendor-tab-menu div.list-group>a.active .fa{
  background-color: #bbcfd2;
  background-image: #bbcfd2;
  color: #ffffff;
}
div.appendor-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #bbcfd2;
}

div.appendor-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.appendor-tab div.appendor-tab-content:not(.active){
  display: none;
}

.tablinks {
	min-width: 100px;
	height: 140px;
	padding-top: 46px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover  {
	border-color: #bbcfd2;
}

.additional-fields {
	border:1px solid #ddd;
	margin-top: 50px;
	width: 320px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  	box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  	background-clip: padding-box;
  	opacity: 0.97;
  	filter: alpha(opacity=97);
}

#hidden_alerts_button:hover {
	color: black;
	text-decoration: underline;
	cursor: grab;
}

.clear {
    clear: both;
}

#parent_tags {
	display: flex;
}

#tabs_left {
	width: 50%;
	text-align: center;
}

#tabs_right {
	width: 50%;
	text-align: center;
}

#data-unassigned-users_filter, #data-table-available_filter {
	top: 0px;
}

.sidebar-highlighted {
	background: #205C40;
	color: #fff !important;
}
.sidebar-highlighted a {
	color: #fff !important;
}
.sidebar-highlighted .nav li a{
	color: #fff !important;
}

svg > g > g:last-child { pointer-events: none }


.radio-tile-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.radio-tile-group .input-container {
  position: relative;
  height: 9rem;
  width: 15rem;
  margin: 0.5rem;
}
.radio-tile-group .input-container .radio-button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
}
.radio-tile-group .input-container .radio-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border: 2px solid #273342;
  border-radius: 5px;
  padding: 1rem;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
.radio-tile-group .input-container .icon svg {
  fill: #273342;
  width: 3rem;
  height: 3rem;
}
.radio-tile-group .input-container .icon i {
  font-size: 22px;
}
.radio-tile-group .input-container .radio-tile-label {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #273342;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile {
  background-color: #273342;
  border: 2px solid #273342;
  color: white;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile .icon svg {
  fill: white;
  background-color: #273342;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
  color: white;
  background-color: #273342;
}

.fp-tile-inner {
	margin: 5%;
	padding: 10px;
	background: #fff;
	text-align: center;
	-webkit-box-shadow: 1px 4px 3px 0px rgba(0,77,68,0.17);
	-moz-box-shadow: 1px 4px 3px 0px rgba(0,77,68,0.17);
	box-shadow: 1px 4px 3px 0px rgba(0,77,68,0.17);
}
