
/*
.table-scroll{
	display: block;
	empty-cells: show;
	border-spacing: 0;
	border: 1px solid;
}
.table-scroll thead{
	background-color: #f1f1f1;  
	position:relative;
	display: block;
	width:100%;
}
.table-scroll tbody{
	display: block; position:relative;
	width:100%; overflow-y:scroll;
	border-top: 1px solid rgba(0,0,0,0.2);
}
.table-scroll tr{
	width: 100%;
	display:flex;
}
.table-scroll td,.table-scroll th{
	flex-basis:100%;
	flex-grow:2;
	display: block;
	padding: 1rem;
	text-align:left;
}

.table-scroll.small-first-col td:first-child,
.table-scroll.small-first-col th:first-child{
	flex-basis:20%;
	flex-grow:1;
}

.table-scroll tbody tr:nth-child(2n){
	background-color: rgba(130,130,170,0.1);
}

.body-half-screen{
	max-height: 70vh;
}

.small-col{flex-basis:10%;}

/**/

#lead-files.files-dragged {
	border: 15px dashed #000000;
	filter: brightness(1.15);
	box-sizing: border-box;
	transition: filter 0.2s, border-color 0.2s;
	-webkit-transition: filter 0.2s, border-color 0.2s;
	-moz-transition: filter 0.2s, border-color 0.2s;
	-o-transition: filter 0.2s, border-color 0.2s;
	-ms-transition: filter 0.2s, border-color 0.2s;
	
}



.table-scroll{
	overflow-y: auto;
    max-height: 60vh;
    display: block;
}

.cpointer{
	cursor:pointer;
}

.add_lead_modal_content, .modal_add_landing_board, .modal_landingsettings_board{
	max-height: 60vh;
	overflow-y: auto;
	overflow-x: hidden;
}
.cbcw{
	color: white!important;
    border-color: white!important;
}
.cblack{
	color:black;
}
.AnyTime-win{
	z-index:99999;
}

.repcommentbox{
	overflow-y: auto!important;
	max-height: 53vh!important;
	margin-bottom: 0px!important;
}
.leadhistorybox, .leaddetailsbox{
	overflow-y: auto;
    max-height: 67vh;
}

.fs50{
	font-size:50px;
}
.fs13{
	font-size:13px!important;
}
.rerror{
	background-color:#ffc5c5;
}
.label{
	text-transform:none!important;
}
.pr10{
	padding-right:10px!important;
}
.alert-danger {
    background-color: #FBE9E7!important;
    border-color: #FF5722!important;
}
.fbold{
	font-weight:bold;
}
.mt-10{
	margin-top: 10px!important;
}
.nomb{
	margin-bottom:0px!important;
}
.swal2-html-container{
	font-size: 1.525em!important;
}
.swal2-styled.swal2-confirm {
	font-size: 1.525em!important;
}
.alignunset{
	text-align: unset!important;
}
.affiliate_links_table{
    max-height: 70vh;
}
.bootbox{
	z-index: 1090!important;
}
.myfeedlabel{
	display: inline-block;
	border-radius: 0;
	padding: 2px 5px 1px 5px;
	line-height: 1.5384616;
	border: 1px solid transparent;
	color: #fff;
	text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
.myfeedcomment{
	font-size: 120%;
    font-style: italic;
	margin-bottom: 0;
}
.padding1010{
	padding: 10px 10px!important;
}

.panelfullscreen{
	display: block;
    z-index: 1040;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
}

#modal_show_lead_industry_name{
	font-weight: bold;
    font-size: 20px;
    text-align: center;
    border: 1px solid grey;
}

.flr{
	float:right;
}

.column-container{
	display: flex;
}

.align-bottom {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom:23px;
}

.or-elements{
	padding-top: 15px;
    background-color: aliceblue;
    margin-bottom: 20px;
    border-radius: 10px;
}

.btnotclickable {
  /*background-color: white;
  border: 1px solid lightgrey;/**/
  cursor: default;
}
.btnotclickable:active {
  -moz-box-shadow:    inset 0 0 0px white;
  -webkit-box-shadow: inset 0 0 0px white;
  box-shadow:         inset 0 0 0px white;
}
