@charset "UTF-8";

body {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    line-height: 1.42857143;
}


.large-numbers {
    font-size: 25px;
    font-weight: bold;
    color: #1FA67B;
}


.small-numbers {
    font-size: 12px;
    /*font-weight: bold;*/
    color: #1FA67B;
}


.img-circle-custom {
  max-width: 100px;
}


.content-page-demo {
    /*margin-left: 250px;*/
    overflow: hidden;
    width: 100%;
}

.mt-2, .my-2 {
    margin-top: 1rem !important;
}

.wf-save-button-lead, .wf-save-button-contact, .wf-save-button-copy {
	margin-bottom:500px;
}

.intent-signal {
	color: #1FA67B;
	/*border-bottom: 1px solid #e9ecef;*/
	background-color: #ffffff !important;
	padding: 1.2rem 1.75rem;
	border-color: #1FA67B;
}

.variableIcon {
	color: #1FA67B;
}

.leadCards {
	margin-top: 35px;
}


.workflow-condition-card {
	/*margin-top: -5%;*/
}

.binding-center {
	border: 1px solid #e9ecef;
    margin: auto;
    margin-left: 20%;
    margin-top: 15px;
}

.tr-qualifier {
	background-color: #D2EAF2;
	
}


.lead-qualifier {
	/*border-bottom: 1px solid #e9ecef;*/
	background-color: #D2EAF2;
	padding: 1.2rem 1.75rem;
	
}

.bottom-header {
	border-top: 1px solid #e9ecef;
	
}

.checkbox-label {
    font-weight: 400;
    font-size: 12px;
    margin-left:-8px;
    padding-right:8px;
}


label {
    font-weight: 600;
    font-size: 12px;
}

.text-right {
  margin-top: 15px;
}

.widget-description{
	padding-left: 1rem;
}

.widget-title {
 padding-left: 1rem;	
 font-size: 1.8rem;
 font-weight: 500;
 line-height: 1.2;
 color: #212529;
}



textarea {
    width:100%;
    background-clip: padding-box;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #495057;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    padding: 0.5rem 0.75rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
}


select {
    width:100%;
    background-clip: padding-box;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #495057;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    padding: 0.5rem 0.75rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
}



.plan-comparison {
  font-size: 14px !important;
  font-weight: 600 !important;
}

.card-footer-top {
  padding-top: 5%;
  padding-bottom: 5%;
}

.plan-prices-card {
	margin-bottom: 10% !important;
}


.pricing-plan-heading {
    color: #000000;
    font-size: 23px !important;
    font-weight: 500 !important;
}

.price-plan-header {
	
	padding:8%;
}

.plan-cta-top {
	
	margin-top: 8%;
	margin-bottom:2%
}

.features-category-icon {
	color: #1FA67B;
}

.plan-features {
 	margin-top: 12%;
	margin-bottom:5%	
}

.plan-price {
    font-size: 23px;
    font-weight: 900;
}

.plan-interval {
    font-size: 15px;
    font-weight: 400;
}

.plan-price-section {
    background-color:#D2EAF2;
    padding: 55px 55px 55px 55px;
}


.section-heading-text {
	text-transform: uppercase;
	align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: auto;
    position: relative;
    font-size: 12px;
    padding-top: 2px;
    margin-bottom: 2px;
}

.section-heading-widget {
    margin: 3% 42% 3% 42%;
    padding: 9px 25px 9px 25px;
    background-color: #d98f5c1;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgba(122, 122, 122, 0.2901960784313726);
    border-radius: 50px 50px 50px 50px;
    align-content: center;
    align-items: center;
    text-align: center;
}

.feature-border {
	border: 1px dashed #F77D26;
	margin: 5%;
}


.page-intro {
  padding-left: 10%;
  padding-right: 10%;
}

.page-intro-text {
  padding-left: 20%;
  padding-right: 20%;
}

.page-heading-title {
    color: #000;
    font-size: 30px !important;
    font-weight: 400 !important;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    /*letter-spacing: -1.5px;*/
}


.page-heading-title-normal {
    color: #000;
    font-size: 30px !important;
    font-weight: 400 !important;
    /*text-transform: capitalize;*/
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    /*letter-spacing: -1.5px;*/
}

.feature-content {
	margin: 5%;
	background-color:#1FA67B;
}

.feature-title, .feature-sub-title {
	color: #000;
    font-size: 26px;
    font-weight: 500;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 10px;
    /*line-height: 1.5em;*/
}

.feature-sub-title {
	color: #fff;
}

.feature-text, .feature-sub-text {
	color: #000;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 1.5em;
}

.feature-sub-text {
	color: #fff;
}

.feature-footer-text {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 15px;
}

.btn-round {
  border-radius: 51px 51px 51px 51px;
  line-height: 1.5em;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}

.btn-warning {
  background-color: #F77D26;
  border-color: #F77D26;
  color: #fff;
}

.btn-warning.focus,.btn-warning:focus,.btn-warning:hover{
	background-color:#F77D26;
	border-color:#d39e00;
	color:#212529
}

.btn-warning.focus,.btn-warning:focus{
	box-shadow:0 0 0 .2rem rgba(222,170,12,.5)
}

.btn-warning.disabled,.btn-warning:disabled{
	background-color:#F77D26;
	border-color:#ffc107;
	color:#212529
}

.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{
	background-color:#F77D26;
	border-color:#c69500;
	color:#212529
}

.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{
	box-shadow:0 0 0 .2rem rgba(222,170,12,.5)
}



.template-checkbox-hide {
	/*display:none;*/
}


.workflow-conditions-button-copy {
    border: 1px solid #e9ecef;
    margin: auto;
    margin-left: -25px;
    margin-top: 15px;
}


.workflow-step-button-common {
	margin-left: -5px;
	margin-top: 10px;
}

.workflow-step-button-lead {
	margin-left: -15px;
}

.workflow-step-button-contact {
	margin-left: -15px;
}

.workflow-step-button-conditions {
	/*margin-left: -129%;*/
	border: 1px solid #e9ecef;
  margin-top: 15px;
}

.workflow-step-button-conditions-common {
    border: 1px solid #e9ecef;
    margin: auto;
    margin-left: 1%;
    margin-top: -15px;
}


.workflow-step-button-copy {
	margin-left: -5px;
    margin-top: 5px;
}

.checkbox-label
{
	font-weight: 400;
	margin-left:-8px;
	padding-right:8px;
}

.template-label {
  font-weight: 400;
  margin-left: -20px;
  /*margin-left: -8px;*/
  padding-right: 8px;
  margin-top: 13px;
  text-align: left;
}



.template-checkbox {
	margin-top:25px;
}

.wf-header {
	background-color: #1FA67B;
}

.template-title {
	font-size: 14px;
	margin-bottom: 1px;
	margin-top: 1px;
}

.template-header {
  background-color: #D2EAF2;
  padding-bottom: 5px;
  padding-top: 5px;
}

.content-card-active {
	border: 2px solid #D2EAF2;
	box-shadow: 0 0 0px 0 rgba(0,0,0,.06),0 1px 0 0 rgba(0,0,0,.02);
}

.content-card-inactive {
	display:none;
	box-shadow: 0 0 0px 0 rgba(0,0,0,.06),0 1px 0 0 rgba(0,0,0,.02);
}

.toolbar {
	margin-bottom:5px;
}

.textarea-row {
	width:100%;
}

.template-row {
  margin-top: 25px;	
}

.wf-text-center {
	text-align: center !important;
}

.workflow-step-card-header {
  background-color: transparent;
  border-bottom: 0px solid #e9ecef;
  margin-bottom: 0px;
  padding: 1.2rem 1.75rem;
}


.wf-save-button-lead {
	margin-left: -45px !important;
	margin-bottom: 50px !important;
}

.wf-save-button-contact {
	/*margin-left: -100% !important;*/
	margin-bottom: 50px !important;
}

.wf-save-button-copy {
	margin-left: -10px !important;
	margin-bottom: 50px !important;
}


.vl-top-top {
  border-left: 2px solid #1fa677;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 0;
  margin-top: 15px
}



.vl-top {
  border-left: 2px solid #1fa677;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 0;
  margin-top: 15px
}

.vl-bottom {
  border-left: 2px solid #1fa677;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  margin-top: -37px;
}

.wf-text-muted {
	margin-top: 15px;
}

.wf-card-header {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: -5px;
  padding-top: 5px;
  border-bottom: 1px solid #e9ecef;
}


.wf-step-divider {
  margin-left: 5%;
  margin-right: 5%;
  text-align: center !important;
  margin-top: 50px;

}

.workflow-step-header {
  padding: 2px;
  border-bottom: 1px solid #e9ecef;
  font-size: 12px !important;
}

.wf-step-header-left, .wf-step-header-right {
  padding: 10px;
  background: white;
  width: 50% !important;
}

.fa-2x {
  color: #1FA67B;
}

.horizontalLineRow {
  margin-bottom: 20px;
  margin-top: -40px;
}

.horizontal-line-left {
  border-top: 2px solid #1fa677;
  margin-left: 50%;
  justify-content: center !important;
}

.horizontal-line-middle {
  border-top: 2px solid #1fa677;
  justify-content: center !important;
}

.horizontal-line-right {
  border-top: 2px solid #1fa677;
  margin-right: 50%;
  justify-content: center !important;
}


.submitButtonLead, .submitButtonContact, .submitButtonCopy {
	margin-left: -15px;
}


.wf-content {
	/*margin-top: -35px;*/
}


.wf-step-button-lead {
  margin-left: -37px !important;
}

.wf-step-button-contact {
  /*margin-left: -65% !important;*/
}

.wf-binding {
	margin-left: -25px;
}

.wff-binding {
	margin-left: -50px;
}

.wf-step-button {
	margin-left: -33px;
}


.workflowStepButtonLead {
	margin-left: -10px;
}

.workflowStepButtonContact {
	margin-left: -15px;
}

.workflowStepButtonCopy {
	margin-left: -15px;
}

.workflowStep {
	margin-top: -20px;
}

.workflowStepButton {
	color: #1FA67B;
}


.workflow-text-muted {
  margin-top: -35px;
  color: #6c757d !important;
  /*margin-left: -25px;
  background-color: #f8f9fa !important;*/
  background-color: rgba(0,0,0,0) !important;
  border-top: 0px solid #e9ecef !important;
 
}


.workflow-step-card-footer {
  background-color: transparent !important;
  border-bottom: 0px solid #e9ecef !important;
  border-top: 0px solid #e9ecef !important;
  margin-bottom: 0;
  padding: 1.2rem 1.75rem;
}


.content-center {
  text-align: center !important;
  background-color: transparent !important;
  border: none;
  border-radius: 0px;
  box-shadow: 0 0 0px 0 rgba(0,0,0,.06),0 1px 0 0 rgba(0,0,0,.02);
  margin-bottom: 5px;
  margin-top: -20px;
}




.toolbar-btn-group {
	background-color: #f8f8f8;
}

.day-card-active {
  background-color: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 0px 0 rgba(0,0,0,.06),0 1px 0 0 rgba(0,0,0,.02);
  margin-bottom: 20px;
}

.post-header {
  font-size: 12px !important;
  background-color: #f8f8f8;
  color: #333;
}

.button-inline {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  margin-top: 3%;
}

.task-form {
	margin-top: 10px !important;
	color: #333;
}

.task-details-read {
	margin-top: 10px !important;
	color: #333;
}

.company-details {
  padding: 2%;	
}

.channel-icon {
	color: #337ab7;
	padding-right:5px;
}

.step-date {
	font-size: 12px;
	 color: #333;
	 width:100%;
}

.step-assignee {
	font-size: 12px;
     color: #333;
     width:100%;
}

.content-header-left {
    float: left !important;
    align-items: left;
     width: 50% !important;
}

.content-header-right {
    float: left !important;
    align-items: right;
     width: 50% !important;
     font-size: 12px;
     color: #333;
}


.email-header-left {
  float: left !important;
  align-items: left;
  width: 70% !important;
}

.email-header-right {
    float: left !important;
    align-items: right;
     width: 30% !important;
     font-size: 12px;
     color: #333;
     text-align: right;
}





.step-card-header-right {
  float: left !important;
  align-items: right;
  width: 60% !important;
}

.step-card-header-left {
  float: left !important;
  align-items: right;
  width: 40% !important;
}


.sequence-details {
  padding-bottom: 5%;
  color: #337ab7;
  padding-top: 2%;
  padding-left: 2%;	
}


.sequence-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.step-content {
	width:100%;
}

.step-item {
	border-top: none;
    border-bottom: none;	
}



.hidden-steps-link, .visible-steps-link {
  padding-bottom: 5%;
  color: #F77D26;
  padding-top: 2%;
  padding-left: 2%;
}

.hidden-steps-link a, .visible-steps-link a {
  color: #F77D26;
}

.day-header {
  border-bottom: 1px solid #fff;
}


.step-day {
	color: #337ab7;
	font-size: 16px;
	/*text-decoration: underline;*/
}

.sequence-assignee {
 padding-left: 2%;	
}

.sequence-notes {
	padding-left: 2%;
}

.sequence-details {
  padding-left: 2%;
  padding-right: 2%;
}

.h3 span {
	color: #1FA67B;
}



.email-subject {
	font-size: 13px;
	color: #808080;
	padding-left: 8%;
}


.email-preview {
	font-size: 13px;
	color: #808080;
	padding-left: 8%;
}

.step-title {
	font-size: 14px;
	margin-top: 4px;
}


.card-header .email-title {
  padding-bottom: 2px;
  padding-top: 5px;
  margin-bottom: 5px;
  color: #000;
  font-size: 14px;
}



a:hover { 
  text-decoration: none !important; 
} 


.email-header {
  /*background-color: #f8f8f8;
  background-color: #D2EAF2;*/
  border-bottom: 1px solid #D2EAF2;
  border-bottom: 1px solid #f8f8f8;
  padding-bottom: 2px;
  padding-top: 20px;
  align-items: center;
}


.content-active {
    box-shadow: 0 0 0px 0 #337ab7,0 0px 0 0 rgba(0,0,0,.02) !important;
}


.step-card-active {
    box-shadow: 0 0 8px 0 #337ab7,0 1px 0 0 rgba(0,0,0,.02);
}



.step-card-pending {
    box-shadow: 0 0 8px 0 #D2EAF2,0 1px 0 0 rgba(0,0,0,.02);
}

.step-card-completed {
    box-shadow: 0 0 8px 0 #D2EAF2,0 1px 0 0 rgba(0,0,0,.02);
}

.step-card-inactive {
    box-shadow: 0 0 8px 0 #D2EAF2,0 1px 0 0 rgba(0,0,0,.02);
}

.day-card-active {
    box-shadow: 0 0 8px 0 #337ab7,0 1px 0 0 rgba(0,0,0,.02);
}

.day-card-inactive {
    box-shadow: 0 0 8px 0 #D2EAF2,0 1px 0 0 rgba(0,0,0,.02);
}



.step-header-active {
  background-color: #D2EAF2;
}

.step-header-inactive {
  background-color: #f8f8f8;
}

.step-header {
  background-color: #f8f8f8;
}




.step-header-left, .step-header-center, .step-header-right{
  padding: 10px;
}

.step-header-left {
    float: left !important;
    align-items: left;
     width: 50% !important;
}

.step-header-center {
    float: left !important;
    align-items: center;
     width: 15% !important;
}

.step-header-right {
    float: left !important;
    align-items: right;
     width: 35% !important;
}


.modal-sequence {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
}

.icon-times, .icon-alt, .icon-check {
  font-size: 14px !important;
}

.icon-times {
	color: #ced4da;
}


.header-lead {
  padding: 1px;
}

.header-left, .header-center, .header-right{
  padding: 10px;
  background: white;
  width: 33% !important;
}

.header-left {
    float: left !important;
    align-items: left;
}

.header-center {
    float: left !important;
    align-items: center;
}

.header-right {
    float: left !important;
    align-items: right;
}




.assets_set_2 {
	width:100%;
}

.assets-button {
  padding-left:45%;
}

.assets-div .left, .right {
  padding: 1em;
  background: white;
  width: 50% !important;
}

.assets-div .left {
    float: left !important;
    align-items: center;
    width: 50%;
}

.assets-div .right {
    float: left !important;
    align-items: right;
    width: 50%;
}


.label-cell, .form-label {
  color: #337ab7;
}

.label-cell {
  color: #337ab7;
}

.table-hover {
    text-align: left;
}

.step-card {
    /*border: 1px solid #337ab7;*/
}

.content-card-active {
	border: 2px solid #D2EAF2;
	box-shadow: 0 0 0px 0 rgba(0,0,0,.06),0 1px 0 0 rgba(0,0,0,.02);
}

.content-active-card {
	border: 2px solid #D2EAF2;
}

.content-inactive-card {
	display:none;
}

/*
.content-compose-active {
  display:block;
}

.content-compose-inactive {
  display:none;
}

.content-reply-active {
  display:block;
}

.content-reply-inactive {
  display:none;
}
*/

.card-header .align-left {
    float: left !important;
    align-items: center;
    width: 50%;
}

.card-header .align-right {
    float: left !important;
    align-items: right;
    width: 50%;
}


.card h5.card-title {
  margin-top: 10px;
  margin-bottom: 10px;
}

.remove {
    margin-right: 1%;
    margin-top: 1%;
}

.step-header {
  /*background-color: #f8f8f8;*/
  background-color: #D2EAF2;
  border-bottom: 1px solid #D2EAF2;
  /*border-bottom: 1px solid #f8f8f8;
  /*border-bottom: 1px solid #337ab7;*/
  padding-bottom: 2px;
  padding-top: 2px;
  align-items: center;
}

.step-header .step-title {
  padding-bottom: 2px;
  padding-top: 20px;
}


.card-body .pull-left {
    float: left !important;
    align-items: center;
    width: 33.33%;
}

.card-body .pull-middle {
	float: left !important;
    align-items: center;
    width: 33.33%;
}

.card-body .pull-right {
    float: left !important;
    align-items: center;
    width: 33.33%;
}

.card-body .pull-left .label, 
.card-body .pull-middle .label, 
.card-body .pull-right .label {
  font-size: 12px;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(51, 71, 91);
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 4px;
}


.contact-card {
  padding-left: 1px;
}

.industry {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.revenue {
  font-weight: 700;
}

.employees {
  font-weight: 700;
}

.location {
  font-weight: normal;
  text-align: center;
  font-size: 12px;
}

.icons {
  margin-top: 5%;
  margin-bottom: 5%;
}

.btn-website {
    color: #fff;
    background-color: #405DE6;
    border-color: rgba(0,0,0,0.2);
}


.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
}

.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0,0,0,0.2);
}

.btn-instagram {
    color: #fff;
    background-color: #E1306C;
    border-color: rgba(0,0,0,0.2);
}

.btn-linkedin {
    color: #fff;
    background-color: #0077B5;
    border-color: rgba(0,0,0,0.2);
}

.btn-google {
    color: #fff;
    background-color: #FF0000;
    border-color: rgba(0,0,0,0.2);
}

.btn-icon {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}


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

.img-circle {
  max-height: 100px;
  border-radius: 50%;
  margin-top: 10%;
}

.card-footer {
  background-color: #f5f5f5;
}

.lead-card {
  font-size: 12px;
  margin-bottom: 10% !important;
}

.activity-card {
  font-size: 12px;
  margin-bottom: 1% !important;
}


 .card-deck {
    margin-bottom: 2%;
  }

.panel-profile {
    /*text-align: center;*/
}

.panel-profile .image img {
    width: 100px;
    margin-left: 5%;
}


.panel-profile .icons {
    margin-top: 20px;
    text-align: center;
}


.panel-profile .icons .btn {
    margin-right: 8px;
}

.panel-default {
    border-color: #ddd;
}

.panel {
    margin-bottom: 22px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}







.form-group.checkbox {
    clear:both;
    padding-top:7%;
    margin-top: -10%;
        
}

/*
.custom-checkbox {
  max-width: 5%;
  float: left;
  clear: left;
  margin-top: -30px !important;
  width: 40px;
  height: 40px;
}

.custom-checkbox-label {
  font-size: 14px;
  max-width: 95%;
  float: left;
  margin-right: 5%;
  clear: left;
  margin-top: 1px;
  margin-bottom: 1px;
  font-weight: 500;
}


.custom-checkbox-value {
  margin-left: 30px;
  max-width: 95%;
  float: left;
  margin-right: 5%;
  clear: left;
  margin-top: 1px;
  margin-bottom: 1px;
  font-weight: 300;
}
*/


.card {
  font-size: 12px;
}


.sidebar .user-box h5 a {
  color: #337ab7;
  font-size: 15px;
  text-decoration: none;
}

.sidebar .user-box .p-name {
  margin-top: 1rem !important;
  color: #1FA67B;
  font-size: 15px;
  text-decoration: none;
}


.list-inline, .list-unstyled {
  list-style: none;
    list-style-type: none;
  padding-left: 0;
  border: 1px solid #f8f8f8;
}

.sidebar-sticky ul {
  list-style-type: none;
  padding: 0;
  /*border: 1px solid #eee;*/
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.sidebar-sticky ul li {
  border-bottom: 1px solid #eee;
}

.sidebar-sticky ul li:last-child {
  border-bottom: none
}

.navbar-brand-wrapper {
  background: #fff;
  float: left;
  height: 70px;
  position: relative;
  text-align: center;
  width: 250px;
  z-index: 1;
  outline: 1px solid #e7e7e7;
}


#sidebar-toggle {
  display:none;
}




.sidebar .nav-link.active, .sidebar .nav-link:hover {
  color: #337ab7;
}

.sidebar .nav-link.active {
  background-color: #eee;
}

.sidebar .nav-item .nav-link[aria-expanded="true"] {
  color: #f8f8f8;
  background-color: #337ab7;
}


.sidebar .nav-link {
  color: #337ab7;
  font-weight: 400;
}

.sidebar {
  background: #f8f8f8;
  bottom: 0;
  box-shadow: 0 0 24px 0 rgba(0,0,0,.06),0 1px 0 0 rgba(0,0,0,.02);
  height: 100%;
  margin-top: 0;
  min-width: 250px;
  overflow-y: scroll;
  padding-bottom: 30px;
  position: fixed;
  top: 70px;
  transition: all .3s;
  width: 250px;
  z-index: 10;
}


.form-group .input-left {
    width:50%;
    float: left;
    margin-bottom: 1rem;
    padding-right: 5px;
        
}

.form-group .input-right {
    width:50%;
    float: right;
    margin-bottom: 1rem;
    padding-left: 5px;
}


.input-icon > [class*="fa-"], 
.input-icon > [class*="glyphicon-"] {
      position: absolute;
      padding: 10px 0 10px 12px;
      color: #666;
}
.input-icon input {
    padding-left: 30px;
}
.input-icon > input:focus + [class*="fa-"], 
.input-icon > input:focus + [class*="glyphicon-"] {
    color: #557799;
}

.input-icon > [class*="fa-"], .input-icon > [class*="glyphicon-"] {
position: absolute;
padding: 10px 0 10px 12px;
color: #666;
}

.panel-profile   {
  /*min-height: 550px;*/
}

.panel-profile .name  {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight:300;
}

.panel-profile .job_title  {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  font-weight:300;
}


.panel-profile .image  {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  font-weight:300;
}

.panel-profile .image-company  {
  margin-top: 10px;
  font-size: 12px;
  font-weight:300;
  /*margin-left: 38%;*/
}




.panel-profile .username {
  text-align: center;
  font-size: 16px;
  font-weight:700;
}

.panel-profile .keyword {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.panel-profile .location {
  text-align: center;
  font-size: 12px;
}

.panel-profile .description {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  padding: 5%;
}

.panel-profile .followers {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
}

.panel-profile .friend {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
}

.panel-profile .last-active {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 100;
}

.panel-profile .dm {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
}

.panel-profile .prospectbtn {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}

.panel-profile .removebtn {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}

.panel-profile .deletebtn {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}



.panel-default>.panel-heading {
    /* color: #333; */
    background-color: #fff;
    border-color: #f5f5f5;
    /*padding-bottom: 10%;*/
}



/*   start just for disovery */

.panel-default>.panel-heading-discovery{
    background: #fff;
    padding-bottom: 5% !important;
    padding: 10px 15px;
    border-bottom: 1px solid #f5f5f5;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-heading-discovery .pull-right .avatar .img-circle  {
  max-height:30px;
  border-radius: 50%;
}

.panel-heading-discovery .pull-left .div-left{
    float:left;
    padding-left:10px;
    margin-right: 8px;
    /*margin-top: 10px;*/
    font-size: 12px;
    font-weight: 300;
}



.panel-heading-discovery .pull-left .div-left .img-circle  {
  max-height:30px;
  border-radius: 50%;
}
.panel-heading-discovery .pull-left .div-right{
    float:right;
    padding-right:10px;
    text-align: left;
    font-size: 12px;
    font-weight: 300;
}

.panel-heading-discovery .pull-left .avatar  {
  max-width:30%;
}

.panel-heading-discovery .pull-left .avatar .img-circle  {
  max-height:30px;
  border-radius: 50%;
}

.panel-heading-discovery .pull-left .date  {
  text-align: left;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 300;
}

.panel-heading-discovery .pull-right .coll  {
  text-align: left;
  font-size: 12px;
  font-weight: 300;
  float: right! important;
}

.panel-heading-discovery .pull-right .post-type-icon {
    text-align: left;
    font-size: 12px;
    font-weight: 300;
    float: left! important;
}

.panel-heading-discovery .pull-right .post-type-icon-right {
    text-align: right;
    font-size: 12px;
    font-weight: 300;
    float: right! important;
    margin-top: -16%;
}

.panel-heading-discovery .pull-right .post-type-icon-left {
    text-align: left;
    font-size: 12px;
    font-weight: 300;
    float: left! important;
}

.panel-heading-discovery .pull-left {
  float: left !important;
}

/*   end just for disovery */


/*   start just for panel-heading-tweets */

.panel-default>.panel-heading-tweets{
    background: #fff;
    padding-bottom: 10% !important;
    padding: 10px 15px;
    border-bottom: 1px solid #f5f5f5;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-heading-tweets .pull-right .avatar .img-circle  {
  max-height:30px;
  border-radius: 50%;
}

.panel-heading-tweets .pull-left .div-left{
    float:left;
    padding-left:10px;
    margin-right: 8px;
    /*margin-top: 10px;*/
    font-size: 12px;
    font-weight: 300;
}


.panel-heading-tweets .pull-left .div-left .img-circle  {
  max-height:30px;
  border-radius: 50%;
}
.panel-heading-tweets .pull-left .div-right{
    float:right;
    padding-right:10px;
    text-align: left;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 300;
}

.panel-heading-tweets .pull-left .avatar  {
  max-width:30%;
}

.panel-heading-tweets .pull-left .avatar .img-circle  {
  max-height:30px;
  border-radius: 50%;
}

.panel-heading-tweets .pull-left .date  {
  text-align: left;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 300;
}

.panel-heading-tweets .pull-right .coll  {
  text-align: left;
  font-size: 12px;
  font-weight: 300;
  float: right! important;
}

.panel-heading-tweets .pull-right .post-type-icon {
    text-align: left;
    font-size: 12px;
    font-weight: 300;
    float: left! important;
    margin-top: 5px;
    margin-right: 10px;
}



/*   end just for .panel-heading-tweets */

.panel-heading .pull-right .avatar .img-circle  {
  max-height:30px;
  border-radius: 50%;
}

.panel-heading .pull-left .div-left{
    float:left;
    padding-left:10px;
    margin-right: 8px;
    /*margin-top: 10px;*/
    font-size: 12px;
    font-weight: 300;
}

.panel-heading .pull-left .div-left .img-circle  {
  max-height:30px;
  border-radius: 50%;
}
.panel-heading .pull-left .div-right{
    float:right;
    padding-right:10px;
    text-align: left;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 300;
}

.panel-heading .pull-left .avatar  {
  max-width:30%;
}

.panel-heading .pull-left .avatar .img-circle  {
  max-height:30px;
  border-radius: 50%;
}

.panel-heading .pull-left .date  {
  text-align: left;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 300;
}

.panel-heading .pull-right .coll  {
  text-align: left;
  font-size: 12px;
  font-weight: 300;
  float: right! important;
}

.panel-heading .pull-right .post-type-icon {
    text-align: left;
    font-size: 12px;
    font-weight: 300;
    float: left! important;
    margin-top: 10px;
}

.panel-heading .pull-left {
  float: left !important;
}

.panel-heading .date  {
  text-align: left;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 300;
}

.panel-heading .pull-left .date  {
  text-align: left;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 300;
}

.panel-body .row .twext  {
  text-align: left;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
  padding-top: 1px;
  padding-bottom: 5%;
  padding-left: 3%;
  padding-right: 3%;

}

.panel-body .row .twemedia  {
  text-align: left;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
  padding-top: 1px;
  padding-bottom: 5%;
  padding-left: 3%;
  padding-right: 3%;

}



.panel-body .row .twemedia img,video {
  display: inline-block;
  vertical-align: baseline;
  width: 100%;
  height: auto;
}



.btn-transparent {
    color: #1fa677;
    background-color: transparent;
    border-color: transparent;
}

.btn-border {
    color: #1fa677;
    background-color: transparent;
    border-color:  #1fa677;
}

.btn-border.active, .btn-border:active, .btn-border:hover, .open > .btn-border.dropdown-toggle {
    color: #1fa677;
    background-color: transparent;
    border-color: #1fa677;
}


.btn-transparent.active, .btn-transparent:active, .btn-transparent:hover, .open > .btn-transparent.dropdown-toggle {
    color: #1fa677;
    background-color: transparent;
    border-color: transparent;
}

.btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #1fa677;
    border-color: #1fa677;
}


.btn-primary.active, .btn-primary:active, .btn-primary.focus, .btn-primary:focus {
    color: #1fa677;
    background-color: transparent;
    border-color: #1fa677;
}


input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px;
    line-height: normal;
    margin-right: 8px;
}


.modal-content-coll{
    position:relative;
    background-color:#fff;
    border:1px solid #999;
    border:1px solid rgba(0,0,0,.2);
    border-radius:6px;
    -webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);
    box-shadow:0 3px 9px rgba(0,0,0,.5);
    background-clip:padding-box;
    outline:0;
    text-align: left;
}

.composer-info-bar-left,.composer-info-bar-right {
    margin-top:5%;
    margin-bottom:5%;
}



.tweet-controls {  
  width: 100%; 
  padding-bottom: 5px; 
} 

.tweet-controls .composer-left, .tweet-controls .composer-right {
  margin-top:1%;
  margin-bottom:1%;
  margin-right:5px;
  margin-left:1px;  
  padding: 1em; 
  /*background: white;*/
}


.tweet-controls .composer-left  { float:left;  width: 65%;}
.tweet-controls .composer-right { float:right; text-align: right;  width: 30%;}

.tweet-controls .composer-right .button { 
	text-align: right;
}

.manual-date { 
  margin-left: 25% !important;  
}


btn-group > .btn + .dropdown-toggle {
  /*margin-right: 2%;*/
}

.thread-tweet{ 
   padding-bottom: 1%  
}

.each-post {
    width: 100%;
    padding: 5%;
    /*border-left: 1px solid #1fa677;*/
}

.post-text{ 
   width: 100%; 
   margin-bottom: 30px;
   padding: 15px;
   font-size: 14px !important;
   color: #333;
   line-height: 1.42857;
}

.post-media{  
   padding-left: 1%;
   padding-top: 1%;
   padding-bottom: 1%;
   width: 100%;

   /*margin: 0 auto;*/
}

.post-media .remove-image {  
 float:left;
}

.activity-header, .activity-footer {
 width: 100%;	
}

.activity-header-cover {
 /*background-color: #54595F0F;*/	
}


.activity-header .pull-left {
  float: left !important;
  width: 70%;
  display: flex;
  align-items: center;;
}


.activity-footer .pull-left {
  float: left !important;
  width: 50%;
  display: flex;
  align-items: center;;
}


.activity-header .pull-center {
   /* float: center!important;*/
    width: 15%;
    display: flex;
    align-items: center;
    padding-top: 1%;
}

.activity-footer .pull-center {
   /* float: center!important;*/
    width: 15%;
    display: flex;
    align-items: center;
    padding-top: 1%;
}



.activity-header .pull-right {
    float: right!important;
    width: 15%;
    display: flex;
    align-items: end;
    margin-right: 10px;
}

.activity-footer .pull-right {
    float: right!important;
    width: 15%;
    display: flex;
    align-items: end;
    margin-right: 10px;
}


.activity-header .activity-posted-date {
    padding:1px;
    text-decoration:none;
    font-size:12px;
    font-weight: 300;
    width: 100%;
    margin-top: -19%;
}

.activity-footer .activity-source {
    padding:1px;
    text-decoration:none;
    font-size:12px;
    font-weight: 300;
    width: 100%;
}


.activity-header .activity-category {
    padding:1px;
    text-decoration:none;
    font-size:12px;
    font-weight: 300;
    width: 100%;
}

.activity-header .activity-title {
    padding:1px;
    text-decoration:none;
    font-size:16px;
    font-weight: 400;
    width: 100%;
    margin-left: 5px;
}




.panel-heading-tweets .pull-left {
  float: left !important;
  display: flex;
  align-items: center;
  width: 80%;
}



.panel-heading-tweets .pull-right {
    float: right!important;
    width: 15%;
    display: flex;
    align-items: center;
    margin-right: 10px;
}


.panel-heading-tweets .pull-right .post-type-icon-right {
    text-align: right;
    font-size: 12px;
    font-weight: 300;
    float: right! important;
    margin-top: 10px;
    padding-left: 5px;
}

.panel-heading-tweets .pull-right .post-type-icon-left {
    text-align: left;
    font-size: 12px;
    font-weight: 300;
    float: left! important;
    margin-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
}



.panel-heading-tweets .pull-right .status {
    text-align: left;
    font-size: 12px;
    font-weight: 300;
    float: right! important;
    /*width: 50%;*/
    color: #1fa677;
}

.panel-heading-tweets .pull-left .author-avatar {
    width: 100%;
}

.panel-heading-tweets .pull-left .author-name {
    text-align: left;
    padding:1px;
    color:#1fa677;
    text-decoration:none;
    font-size:10px;
    font-weight: 300;
    width: 100%;
}

.panel-heading-tweets .pull-left .author-date {
    padding:1px;
    text-decoration:none;
    font-size:12px;
    font-weight: 300;
    width: 100%;
}



.panel-heading-tweets .pull-right .author-name {
    padding:1px;
    color:#1fa677;
    text-decoration:none;
    font-size:10px;
    font-weight: 300;
    width: 100%;
    text-align: left;
}

.panel-heading-tweets .pull-right .author-date {
    padding:1px;
    text-decoration:none;
    font-size:12px;
    font-weight: 300;
    width: 100%;
}


.panel-heading-tweets .pull-left .author-div-left{
    float:left;
    padding-left:10px;
    margin-right: 8px;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 300;
}

.panel-heading-tweets .pull-left .author-div-right {
    float: right;
    padding-right: 10px;
    text-align: left;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 300;
}

.panel-heading-tweets .pull-left .author-div-left .author-avatar .img-circle {
    max-height: 30px;
    border-radius: 50%;    
}


.panel-heading-tweets .pull-left2 {
  float: left !important;
  display: flex;
  align-items: center;
  width: 50%;
  margin-top: -1%;
}




.panel-heading-tweets .pull-left2 .author-div-left{
    float:left;
    padding-left:10px;
    margin-right: 8px;
    /*margin-top: 10px;*/
    font-size: 12px;
    font-weight: 300;
}

.panel-heading-tweets .pull-left2 .author-div-right {
    float: right;
    padding-right: 10px;
    text-align: left;
    /*margin-top: 10px;*/
    font-size: 12px;
    font-weight: 300;
}

.panel-heading-tweets .pull-left2 .author-div-left .author-avatar .img-circle {
    max-height: 30px;
    border-radius: 50%;    
}


.thread-image {
  margin-top: -2%;
}



.panel-heading-tweets .pull-right2 {
  float: right !important;
  display: flex;
  align-items: center;
  width: 50%;
}


.panel-heading-tweets .pull-right2 .author-div-left{
    float:left;
    padding-left:5px;
    padding-right:5px;
    margin-right: 8px;
    font-size: 12px;
    font-weight: 300;
}

.panel-heading-tweets .pull-right2 .author-div-right {
    float: right;
    padding-right: 5px;
    padding-leftt: 5px;
    text-align: left;
    font-size: 12px;
    font-weight: 300;
}


.after-tweet { 
  width: 100%;  
  padding-bottom:2%;
  background-color: transparent;
} 

.after-tweet .left, .right {  
  padding: 1em; 
  background: white; 
} 

.after-tweet .left .left-div {  
 float:left;
 margin-right: 1%;
} 

.after-tweet .left .right-div {  
    width: 100%;
    margin-left: 1%;
}

.after-tweet .left  { float:left;   margin:1px;  width: 65%;}
.after-tweet .right { float:right;   margin:1px;  width: 30%; }

.after-tweet .right .button { 
	text-align: right;
}

.after-tweet .left .left-div {  
 float:left;
} 


.schedule-submit-button {  
 background-color: #1fa677;
 color: #ffffff;
} 


.btn-success {
    color: #fff;
    background-color: #1fa677;
    border-color: #1fa677;
}

.newTweetAppend {
    margin-bottom: 5px;
}

.post-text-left {
	float:left;	
	width:90%;
	padding-right:5px;
}

.post-text-right {
	float:right;
	width:10%;
	padding-right:5px;	
}

.vertical-spacer {
	
	padding:5px;
}


.post-quote {  
   /*padding-left: 1%;
   padding-top: 5%;
   padding-bottom: 5%;*/
   padding: 5%;
   width: 100%;
   margin-top: 2px;
   margin-top: -2%;
}

.post-reply {  
   padding-left: 5%;
   padding-right: 5%;
   padding-top: 2px;
   padding-bottom: 2px;
   width: 100%;
   margin-top: 2px;
}



/*   start just for panel-heading-tweets */

.panel-default>.panel-heading-tweets-reply{
    background: #fff;
    padding: 10px 15px;
    border-bottom: 1px solid #f5f5f5;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    
    padding-bottom: 6% !important;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom:-5%;
    margin-top:-1%;
}



.panel-heading-tweets-reply .pull-left2 {
  float: left !important;
  display: flex;
  align-items: center;
  width: 50%;
  margin-top: -1%;
}



.panel-heading-tweets-reply .pull-left2 .author-div-left{
    float:left;
    padding-left:10px;
    margin-right: 8px;
    /*margin-top: 10px;*/
    font-size: 12px;
    font-weight: 300;
}

.panel-heading-tweets-reply .pull-left2 .author-div-right {
    float: right;
    padding-right: 10px;
    text-align: left;
    /*margin-top: 10px;*/
    font-size: 12px;
    font-weight: 300;
}

.panel-heading-tweets-reply .pull-left2 .author-div-left .author-avatar .img-circle {
    max-height: 30px;
    border-radius: 50%;    
}



.panel-heading-tweets-reply .pull-right2 {
  float: right !important;
  display: flex;
  align-items: center;
  width: 50%;
}


.panel-heading-tweets-reply .pull-right2 .author-div-left{
    float:left;
    padding-left:5px;
    padding-right:5px;
    margin-right: 8px;
    font-size: 12px;
    font-weight: 300;
}

.panel-heading-tweets-reply .pull-right2 .author-div-right {
    float: right;
    padding-right: 5px;
    padding-leftt: 5px;
    text-align: left;
    font-size: 12px;
    font-weight: 300;
}



/* panel-heading-audience   */




/*   start just for panel-heading-tweets */

.panel-default>.panel-heading-audience {
    background: #fff;
    padding-bottom: 10% !important;
    padding: 10px 15px;
    border-bottom: 1px solid #f5f5f5;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-heading-audience .pull-right .avatar .img-circle  {
  max-height:30px;
  border-radius: 50%;
}

.panel-heading-audience .pull-left .div-left{
    float:left;
    padding-left:10px;
    margin-right: 8px;
    /*margin-top: 10px;*/
    font-size: 12px;
    font-weight: 300;
    text-align: left;
}


.panel-heading-audience .pull-left .div-left .img-circle  {
  max-height:30px;
  border-radius: 50%;
}
.panel-heading-audience .pull-left .div-right{
    float:right;
    padding-right:10px;
    text-align: left;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 300;
}

.panel-heading-audience .pull-left .avatar  {
  max-width:30%;
}

.panel-heading-audience .pull-left .avatar .img-circle  {
  max-height:30px;
  border-radius: 50%;
}

.panel-heading-audience .pull-left .date  {
  text-align: left;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 300;
}

.panel-heading-audience .pull-right .coll  {
  text-align: left;
  font-size: 12px;
  font-weight: 300;
  float: right! important;
}

.panel-heading-audience .pull-right .post-type-icon {
    text-align: left;
    font-size: 12px;
    font-weight: 300;
    float: left! important;
    margin-top: 5px;
    margin-right: 10px;
}




.panel-heading-audience .pull-left {
  float: left !important;
  display: flex;
  align-items: center;
  width: 52%;
  text-align: right;
  font-size: 12px;
  font-weight: 300;
}



.panel-heading-audience .pull-right {
    float: right!important;
    width: 40%;
    display: flex;
    align-items: center;
    margin-right: 10px;
    text-align: right;
    font-size: 12px;
    font-weight: 300;
}


.panel-heading-audience .pull-right .post-type-icon-right {
    text-align: right;
    font-size: 12px;
    font-weight: 300;
    float: right! important;
    margin-top: 10px;
    padding-left: 5px;
}



.panel-heading-audience .pull-right .post-type-icon-left {
    text-align: left;
    font-size: 12px;
    font-weight: 300;
    float: left! important;
    margin-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
}



.panel-heading-audience .pull-right .status {
    text-align: left;
    font-size: 12px;
    font-weight: 300;
    float: right! important;
    /*width: 50%;*/
    color: #1fa677;
}

.panel-heading-audiences .pull-left .author-avatar {
    width: 100%;
}

.panel-heading-audience .pull-left .author-name {
    text-align: left;
    padding:1px;
    color:#1fa677;
    text-decoration:none;
    font-size:10px;
    font-weight: 300;
    width: 100%;
}

.panel-heading-audience .pull-left .author-date {
    padding:1px;
    text-decoration:none;
    font-size:12px;
    font-weight: 300;
    width: 100%;
}


.panel-heading-audience .pull-right .author-name {
    padding:1px;
    color:#1fa677;
    text-decoration:none;
    font-size:10px;
    font-weight: 300;
    width: 100%;
    text-align: left;
}

.panel-heading-audience .pull-right .author-date {
    padding:1px;
    text-decoration:none;
    font-size:12px;
    font-weight: 300;
    width: 100%;
}


.panel-heading-audience .pull-left .author-div-left{
    float:left;
    padding-left:10px;
    margin-right: 8px;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 300;
}

.panel-heading-audience .pull-left .author-div-right {
    float: right;
    padding-right: 10px;
    text-align: left;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 300;
}

.panel-heading-audience .pull-left .author-div-left .author-avatar .img-circle {
    max-height: 30px;
    border-radius: 50%;    
}


.panel-heading-audience .pull-left2 {
  float: left !important;
  display: flex;
  align-items: center;
  width: 50%;
  margin-top: -1%;
}




.panel-heading-audience .pull-left2 .author-div-left{
    float:left;
    padding-left:10px;
    margin-right: 8px;
    /*margin-top: 10px;*/
    font-size: 12px;
    font-weight: 300;
}

.panel-heading-audience .pull-left2 .author-div-right {
    float: right;
    padding-right: 10px;
    text-align: left;
    /*margin-top: 10px;*/
    font-size: 12px;
    font-weight: 300;
}

.panel-heading-audience .pull-left2 .author-div-left .author-avatar .img-circle {
    max-height: 30px;
    border-radius: 50%;    
}




.panel-heading-audience .pull-right2 {
  float: right !important;
  display: flex;
  align-items: center;
  width: 50%;
}


.panel-heading-audience .pull-right2 .author-div-left{
    float:left;
    padding-left:5px;
    padding-right:5px;
    margin-right: 8px;
    font-size: 12px;
    font-weight: 300;
}

.panel-heading-audience .pull-right2 .author-div-right {
    float: right;
    padding-right: 5px;
    padding-leftt: 5px;
    text-align: left;
    font-size: 12px;
    font-weight: 300;
}









/*   end just for .panel-heading-tweets */


@media only screen and (min-device-width: 481px)
{


.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row > [class*='col-'] {
  /*display: flex;*/
  flex-direction: column;
}



.col-md-12 {
    display: block !important;
}





}



@media only screen and (max-device-width: 480px)
{

.navbar-brand {

    margin-left: 20%;
}


  .navbar-brand-wrapper {
    width: 75%;
    outline: 1px solid #fff;
   }

  .sample-media {

    margin-bottom:10%;

  }


.modal {
    z-index: 1060;
}

}






 





