.trsleadmgmt_download_title{ width:100%; height:auto; font-size:16px; color:#d54e21; /* text-shadow:.5px .5px .2px red; */ margin:1% 0;}	.trsleadmgmt_download_sub_title{ width:100%; height:auto; /* text-shadow:1px 1px .5px #ccc; */ font-size:17px; margin:0 0 1% 0; }	#trsleadmgmt-lead-new-comment-text{
	margin	:10px;
	width	:98%;
}
#trsleadmgmt_user_activity_stream{
	display: table;
	border-collapse:collapse;
	width:100%
}
.trsleadmgmt-setting-table {
	border-collapse: collapse;
	width: 80%;
}

.trsleadmgmt-setting-table-th, .trsleadmgmt-setting-table-td {
	text-align: left;
	padding: 10px;
}

.trsleadmgmt-setting-table-tr:nth-child(even){
	background-color: #f2f2f2
}

.trsleadmgmt-setting-table-th {
	background-color: #4CAF50;
	color: white;
}

.trsleadmgmt-settings-save{
	cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
	padding:5px 25px; /*add some padding to the inside of the button*/
	background:#35b128; /*the colour of the button*/
	border:1px solid #33842a; /*required or the default border for the browser will appear*/
	/*give the button curved corners, alter the size as required*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*give the button a drop shadow*/
	-webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
	-moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
	box-shadow: 0 0 4px rgba(0,0,0, .75);
	/*style the text*/
	color:#f3f3f3;
	font-size:1.1em;
	margin-left: 12%;
}
.trsleadmgmt-settings-save:hover{
	background-color :#399630; /*make the background a little darker*/
	/*reduce the drop shadow size to give a pushed button effect*/
	-webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
	-moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
	box-shadow: 0 0 1px rgba(0,0,0, .75);
}
.trsleadmgmt-setting-options-hints{
	font-size:12px;
}	
.trsleadmgmt-setting-input{
	width:80%;
}

.trsleadmgmt_user_mail_input{
	width:100%;
}
#trsleadmgmt_user_mail_stream{
	
}
/* Settings tab --------------------------- */

.form-table, .form-table td, .form-table td p, .form-table th, .form-wrap label {
    font-size: 14px;
}
.form-table {
    border-collapse: collapse;
    margin-top: .5em;
    width: 100%;
    clear: both;
}
.form-table th {
    vertical-align: top;
    text-align: left;
    padding: 20px 10px 20px 0;
    width: 200px;
    line-height: 1.3;
    font-weight: 600;
}
.form-table th, .form-wrap label {
    color: #23282d;
    font-weight: 400;
    text-shadow: none;
    vertical-align: baseline;
}
.form-table, .form-table td, .form-table td p, .form-table th, .form-wrap label {
    font-size: 14px;
}
.form-table td {
    margin-bottom: 9px;
    padding: 15px 10px;
    line-height: 1.3;
    vertical-align: middle;
}
table.widefat {
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}
.widefat * {
    word-wrap: break-word;
}
.widefat ol, .widefat p, .widefat tfoot tr td, .widefat tfoot tr th, .widefat thead tr td, .widefat thead tr th, .widefat ul {
    color: #32373c;
}
.widefat tfoot td, .widefat tfoot th, .widefat thead td, .widefat thead th, .widget .widget-top {
    line-height: 1.4em;
}
.widefat thead td, .widefat thead th {
    border-bottom: 1px solid #e1e1e1;
}
.widefat td, .widefat td ol, .widefat td p, .widefat td ul {
    font-size: 13px;
    line-height: 1.5em;
}
.widefat ol, .widefat p, .widefat tfoot tr td, .widefat tfoot tr th, .widefat thead tr td, .widefat thead tr th, .widefat ul {
    color: #32373c;
}
ul {
    margin: 0;
}
ul {
    list-style: none;
}
ol, ul {
    padding: 0;
}
.widefat-footer > tr {
    background: #E8E8E8;
}

/* Settings tabbed page data */

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.trsleadmgmt-settings-h1 {
  font-weight: 400;
  text-align: left;
}

.trsleadmgmt-settings-p {
  margin: 0 0 20px;
  line-height: 1.5;
}

.trsleadmgmt-settings-main {
	min-width: 98%;
    max-width: 98%;
    padding: 50px;
    background: #fff;
}

.trsleadmgmt-settings-section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

.trsleadmgmt-settings-label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

.trsleadmgmt-settings-label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

.trsleadmgmt-settings-label[for*='1']:before {
  content: '\f1cb';
}

.trsleadmgmt-settings-label[for*='2']:before {
  content: '\f17d';
}

.trsleadmgmt-settings-label[for*='3']:before {
  content: '\f16b';
}

.trsleadmgmt-settings-label[for*='4']:before {
  content: '\f1a9';
}

.trsleadmgmt-settings-label:hover {
  color: #888;
  cursor: pointer;
}

.nav-tabs-input:checked + .trsleadmgmt-settings-label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid orange;
  border-bottom: 1px solid #fff;
}

.nav-tabs-input{
	display: none !important;
}

#trsleadmgmt-settings-tabs-tab1:checked ~ #trsleadmgmt-settings-tabs-content1,
#trsleadmgmt-settings-tabs-tab2:checked ~ #trsleadmgmt-settings-tabs-content2,
#trsleadmgmt-settings-tabs-tab3:checked ~ #trsleadmgmt-settings-tabs-content3,
#trsleadmgmt-settings-tabs-tab4:checked ~ #trsleadmgmt-settings-tabs-content4 {
  display: block;
}
.trsleadmgmt_groups_mail_table_horizontal_td{
	width: 50%;
	
}
.vertical-top{
	vertical-align: top !important;
}

/* Select 2 remove button on right side */
.select2-selection__choice__remove{
	float:right;
	margin-left: 4px;
}

@media screen and (max-width: 650px) {
  .trsleadmgmt-settings-label {
    font-size: 0;
  }

  .trsleadmgmt-settings-label:before {
    margin: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .trsleadmgmt-settings-label {
    padding: 15px;
  }
}

