.js-stools-container-filters:before{
	display: none !important; 
}
input[type="text"], input[type="email"], input[type="url"], input[type="date"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], .form-control, .sppb-form-group .sppb-form-control{
	border-radius: 5px !important;
	height: 45px !important;
}
.input-group-text{
	display: inline-block !important;
	height: 45px !important;
}
.input-group input{
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.input-group .input-group-text,
.input-group .input-group-text button{
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
} 
.input-group .input-group-text button {
    padding: 8px 20px !important;
    background: transparent;
    color: #000;
}


.chosen-container.chosen-container-single .chosen-single {
    height: calc(1.5em + 1.2rem + calc(var(--border-width)*2));
    color: var(--body-color);
    vertical-align: middle;
    background: #eaedf0 url(../images/select-bg.svg?v=5ebba0) right 1rem center no-repeat;
    background-image: none \9;
    border: 1px solid #ced4da;
    box-shadow: none;
    appearance: none;
    border-radius: 5px;
    background-size: 116rem;
    padding: 10px;
    line-height: 1.5;
/*    display: inline-block;*/
}
.chosen-container-single .chosen-single span {
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 26px;
    display: block;
    overflow: hidden;
}
.chosen-container-single .chosen-single div {
    width: 18px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
.chosen-container.chosen-container-single .chosen-drop {
    border: var(--border-width)solid #ced4da;
    background: #fff;
}
.chosen-container.chosen-container-single .chosen-single div b {
    background: 0 0!important;
}
.chosen-container.chosen-container-single {
    max-width: 100%;
    font-size: 1rem;
}

#teamList .sppb-btn, 
#teamList .btn,
#leadList .sppb-btn,
#leadList .btn,
#typeList .sppb-btn,
#typeList .btn{
    padding: 0px;
}
#teamList .sppb-btn i, 
#teamList .btn i,
#leadList .sppb-btn i,
#leadList .btn i,
#typeList .sppb-btn i,
#typeList .btn i{
    font-size: 14px;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    border-color: transparent;
}
select.form-control:not([multiple]), select.inputbox:not([multiple]), select:not([multiple]){
    height: 45px;
}
.view-typeform form .row,
.view-teamform form .row{
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 15px;
}
.view-typeform form div.control-group div.controls,
.view-teamform form div.control-group div.controls,
.view-leadform form div.control-group div.controls{
    text-align: center;
}
.zrequired div.control-group:nth-child(2),
div.control-group.zqualify{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}
div.control-group.zqualify {
    height: 75px;
    padding-top: 25px;
}
div.control-group.zqualify label{
    margin: 0; 
}
#jform_qualify{padding: 10px;}
.zrequired div.control-group:nth-child(2) label{
    margin: 0;
}
.zrequired div.control-group:nth-child(2) > *{
    cursor: pointer;
}
.choices__list.choices__list--multiple > div{
    background: #323232;
    color: #fff;
    padding: 10px;
}
.choices__list.choices__list--multiple .choices__button_joomla::before{
    color: #fff;
    font-size: 20px;
    margin-top: -7px;
    padding: 0 5px !important;
}
body .choices__input.choices__input--cloned {
    width: 100% !important;
    padding: 10px !important;
}

body button.btn.btn-primary{
    background: green;
    border-color: green;
}
body button.btn.btn-primary:hover{
    background: #015a01;
    border-color: #015a01;
}
#excelData{min-height: 100px;}
.zcontainer{
    margin-bottom: 20px;
}
.zcontainer > div.col-md-4{
    padding: 10px;
    background: #fff;
    border-radius: 8px;
}
.zcontainer > div.col-md-8{
    padding-left:35px;
}
.zcontainer > div.col-md-8 > div.row{
    background: #fff;
    border-radius: 8px;
    padding-top: 10px;
}
input[readonly="readonly"],
select[readonly="readonly"]{
    background: #eee;
}
.zedit {
    background: green;
    padding: 3px 15px !important;
    color: #fff;
}
.zedit:hover{
    background: #0f5c38;
    color: #fff;
}
.table-responsive{
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.zassign{
    padding: 3px 15px !important;
}
.table-responsive table{
    margin-bottom: 0;
}
.table-responsive table tfoot tr td{
    border: none;
}
.table-responsive table .pagination{
    margin-bottom: 0 !important;
}
#jform_hope option[value="1"] {
    background-image: url("../images/star.png");
    height: 20px;
    width: 20px;
}
.zcontainer .zphone{
    position: relative;
}
.zcontainer .zphone #jform_phone{
    padding-right: 50px;
}
.zcontainer .zphone span.znumber {
    float: right;
    color: #bdbdbd;
    margin-top: -47px;
    margin-right: 10px;
}
.zexist{
    color: red;
}
.znotexist{
    color: green;
}
.zstars i{
    color: #c5c5c5;
}
.zstars i.checked{
    color: orange;
}