.form-filter{
	z-index: 50;
	text-align: left;
	color: #333;
	font-size: 12px;
}
.form-filter button.btn-interno{
	display: none;
}
.form-filter .input-group{
	width: 100%;
}
.form-filter .titulo .close{
	position: absolute;
	right: 5px;
	top: 5px;
	display: block;
	width: 25px;
	padding: 5px 0px;
	text-align: center;
}
.form-filter .input-group:not(.principal), .form-filter .row:not(.principal), .form-filter .slimScrollDiv{
	display:none;
}
.form-filter .inputTitle, .form-filter .btn-search, .form-filter h2.titulo{
	display: none;
}
.form-filter.active{
	position: absolute;
	background: #FFF;
	top: 5px;
	width: 100%;
	max-width: 450px;
	right: 0px;
	border-radius: 5px 0 0 5px;
	box-shadow: 0px 0px 5px rgba(0,0,0,.4);
	padding: 5px;
}
.form-filter.active button.btn-interno{
	display: block;
}
.form-filter.active .input-group-addon{
	display: none;
}
.form-filter.active h2.titulo{
	display: block;
	padding: 5px 20px;
	border-bottom: 1px solid #e5e5e5;
	border-left: 5px solid #4e4949;
	font-size: 15px;
	line-height: 16px;
	color: #333;
	text-align: left;
	padding-bottom: 10px;
	margin: 4px;
	margin-bottom: 5px;
}
.form-filter.active .inputTitle{
	display: block;
	color: #333;
}
.form-filter.active .btn-search{
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 5px;
}
.form-filter.active .slimScrollDiv{
    display: block;
    margin-bottom: 20px;
    padding: 5px 20px 5px 5px;
}
.form-filter.active .input-group:not(.principal){
	display:table;
}
.form-filter.active .row:not(.principal){
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.text-red{
	color: #d10808;
}
.text-blue{
	color: #2e84c3;
}
.cursor-pointer {
    cursor: pointer;
}
body.loader{
	overflow-x: hidden;
	overflow-y: hidden;
}
#loader{
	display: none;
}
body.loader #loader{
    display: flex;
    align-items: center;
    text-align: center;
    z-index: 2000;
    width: 100%;
    height: 100%;
    font-size: 28px;
    text-align: center;
    background: #303030;
    color: #FFF;
    position: fixed;
    align-content: flex-start;
    justify-content: center;
    top: 0;
    opacity: 0.9;
}
.btn-block{
    width: 100%;
}
input[type=text].active, input[type=text]:active, input[type=text]:focus, input[type=text]:hover {
    color: #3272a5;
}
.inputTitle {
    display: block;
    width: 100%;
    font-weight: normal;
    padding: 2px 0px;
}
.input {
    font-size: 14px;
    padding: 5px;
    border: 1px solid #CCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .3);
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
    min-height: 33px;
}
.input-100 {
    width: 100% !important;
}
.fx-lead{
    position: relative;
    overflow: hidden;
}
.fx-lead:before {
    content: "leads";
    position: absolute;
    text-align: center;
    width: auto;
    color: #fff;
    top: 10px;
    right: -20px;
    z-index: 10;
    font-size: 12px;
    font-weight: 600;
    background-color: #333;
    text-transform: uppercase;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 120px;
    height: 28px;
    padding: 4px 0px;
}
.fx-lead.fx-lead-success:before{
    background-color: #049034 !important;
}
.fx-lead.fx-lead-primary:before{
    background-color: #35415a !important;
}
.fx-lead.fx-lead-info:before{
    background-color: #52c6ea !important;
}
.fx-lead.fx-lead-danger:before{
    background-color: #ed5555 !important;
}
.fx-lead.fx-lead-warning:before{
    background-color: #b1910c !important;
}
.border-start:hover{
    border-left-color: #2f2f2f !important;
    background-color: #f2f2f2 !important;
}
.fx-lead.fx-lead-default:before{
    background-color: #a4a9b4 !important;
}
.lead-fluid{
    white-space: nowrap;
    overflow-x: scroll;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.table-lead td, .table-lead th{
    font-size: 12px;    
}
.table-lead td.lim-width-200, .table-lead th.lim-width-200{
    max-width: 200px;
    overflow-x: hidden;
}
.container-fluid .lote{
    border: 1px solid #f2f2f2;
    margin-bottom: 10px;
    padding: 5px;
}
img.cam-body-img, video.cam-body-video, audio.cam-body-audio{
    width: 100%;
    height: auto;
}
.cam-mask-file{
    width: 100%;
    height: 100px;
    overflow: hidden;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.dropdown-item {
    width: calc(100% - 2px);
}
.dropdown-item.active, .dropdown-item:active{
    border-left: 2px solid #3f4b62;
    margin-left: 2px;
}
.hr{
    padding: 4px 0;
    margin-bottom: 4px;
    border-bottom: 1px solid #ddd;
}
#show_leads .send_campanhas ul, #show_leads .send_campanhas ul li{
    margin: 0px;
    padding: 0px;
}
#show_leads .send_campanhas ul li{
    list-style: none;
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    border: 1px dashed #ccc;
    margin: 4px 0;
    padding: 4px;
}
#show_leads .send_campanhas ul li .titulo{
    font-size: 14px;
    font-weight: bold;
    padding: 2px 0;
    padding-left: 5px;
    border-left: 2px solid #334;
    margin: 6px 0;
    position: relative;
}
#show_leads .send_campanhas ul li .titulo span{
    background: #000;
    color: #FFF;
    padding: 4px;
    border-radius: 8px;
    font-size: 12px;
    position: absolute;
    top: 0px;
    right: 0px;
}
#show_leads .send_campanhas ul li a{
    font-size: 12px;
}
#show_leads .send_campanhas ul li .data{
    font-size: 11px;
}
.div_bd{
    border: 1px solid #e7e4e4;
    border-radius: 6px;
    margin-top: 4px;
    padding-bottom: 4px;
}
.input-100 {
    width: 100% !important;
}
label[for="form-field-first"] {
    margin: 5px 10px;
    width: calc(100% - 10px);
    font-size: 14px;
    font-weight: normal;
}
.send_campanhas .arquivo img{
    width: 100%;
    height: auto;
}
.modal .form-control{
    padding: 5px;
    border-radius: 5px;
}