#survey{display:none!important}
.form-sec select{
background: #fff;
    height: 40px;
    border-radius: 0px !important;
    width: 87% !important;
}
.options_holder {
    max-height: 300px;
    overflow: auto;
    position: absolute;
    background: white;
    z-index: 99;
    box-shadow: lightgrey 0px 0px 10px 0px;
    width: 87%;
    display: block;
}
.inputfouces #addon_select{border-top:0px !important}
#addon_select{outline:none}
.selected_options{display:none}
.selected_options.focus.availItems, .selected_options.availItems{display:block;border-bottom:none;}
.hidden{display:none !important}
.selectbox_container{width:86%}
.selbox_btn input{width:93% !important;} 
.selected_options {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0px 10px;
    border: 1px solid lightgray;
    border-bottom: 0px;
    padding-top: 10px;
    width: 93%;
    border-radius: 0px;
}
.selected_options.focus{
	 border: 1px solid #2a79bb;
	 border-bottom: 0px;
	 border-radius: 0px;
}

.selected_item {
    display: inline-block;
    padding: 0px 5px;
    /* background-color: whitesmoke; */
    border-radius: 35px;
    margin: 1px;
    color: #333;
    min-width: 60px;
    text-align: left;
    border: 1px solid lightgrey;
    /* box-shadow: 0px 0px 3px 0px lightgrey; */
    padding-left: 9px;
    font-size: 11px;
    padding-right: 26px;
    position: relative;
    width: fit-content;
}
button.item_close_btn.close {
    background: transparent;
    border: 0px;
    float: right;
    /* margin-top: 4px; */
    color: antiquewhite;
    cursor: pointer;
    color: dimgrey;
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: -10px;
    font-size: 12px;
    font-family: inherit;
    /* padding: 10px; */
    display: inline-block;
    /* vertical-align: middle; */
    /* transform: rotate(90deg); */
}

div#optionlist_inner {
    width: 94%;
}
#selbox_btn{position:relative}
    #selbox_btn.focus:after{
        border-color: transparent transparent #000 transparent;
border-bottom: 6px solid #333;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    top: 12px;
    }
#selbox_btn:after{
position: absolute;
    content: "";
    top: 16px;
    right: 4px;
    width: 0;
    height: 0;
border-top: 6px solid #333;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;    border-color: #000 transparent transparent transparent;
}
.listItem_item.selected {
    background-color: whitesmoke;
    color: #333;
    border: 1px solid lightgray;
    display: none;

}
.listItem_item.filteredunMatched{
	display: none;
}
input.sel_options_inp {
    cursor: auto;
}

.listItem_item {
   padding:0px 5px;
    color: #333;
    cursor: pointer;
    font-size: 13px;
   width:100%;
}
.listItem_item:first-child{margin-top: -20px;}
.listItem_item:hover {
    background: whitesmoke;
}

.modulebox{display:none}
.info-hover{display:inline-block;position:relative}
.info-icon{background:url(https://www.manageengine.com/latam/firewall/images/info-icn.png)no-repeat;width:16px;height:16px;display:inline-block;background-size: 85%;position:relative;top:6px;cursor:pointer}
.info-msg{display:none;position:absolute;top:31px;left: -9px;padding:5px 10px;box-sizing:border-box;z-index:9999;background-color: #efefef;border: 1px solid #d0d0d0;border-radius:5px;width:300px;font-weight:normal}
.info-msg::before {position: absolute;content: "";width: 15px;height: 15px;background: #efefef;left: 7px;top: -9px;transform: rotate(-45deg);border-top: 1px solid #d0d0d0;border-right: 1px solid #d0d0d0}
.info-msg span {display: block}
.tooltip_holder {
    position: absolute;
    background: rgba(0,0,0,0.8);
    z-index: 99;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    top: -105px;
    width: 200px;
    left: -200px;
    padding-left: 12px;
    margin-right: 5px;
    display: none;
    cursor: auto;

}

.tooltip_holder::after {content: '';position: absolute;right: 0;/* padding: 10px; */border: 12px solid rgba(0,0,0,0.8);/* background: green; */border-left-color: transparent;border-bottom-color: transparent;border-right-color: transparent;top: 99%;border-radius: 4px;cursor: pointer;}

.tooltip_content {
    margin-top: 10px;
    padding-left: 5px;
}

.tooltip_content_desc {
    margin-bottom: 5px;
    font-weight: 600;
}

div.tootip_btn:hover .tooltip_holder{
	display: block !important;
	/*background: white;*/
}
div.tootip_btn {
    position: relative; 
    padding: 3px;
    right: 0;
    top: -2px;
    /* left: -10px; */
    /* margin-right: 13px; */
    cursor: pointer;
    width: 20px;
    float: right;
}
#meGDPRMessage{width:100%}
#downloadReset {
    font-size: 14px;
    line-height: 15px;
    width: 24%;
    margin-top: 0px;
    border-radius: 0px;
    cursor: pointer;
    background: #dfdfe0;
    border: 1px solid #ccc;
    color: #333;
}
.form-sec{border: 1px solid #ddd;padding: 10px 30px;}
.form-sec  td{width:50%}

.formcontent{ width:70%;margin:0 auto;text-align:left}
.form-sec{ margin-top:20px}
.form-sec input[type="text"], .form-sec input[type="email"], .form-sec select, .form-sec textarea{ border:1px solid #ccc; padding:10px; font-size:14px; width:80%; vertical-align:middle}
.form-sec  td{ padding:10px 0}
.form-sec  td td{ padding:0}
.form-sec label{ vertical-align:middle}
.form-sec input[type="submit"],.form-sec input[type="reset"]{border:1px solid #ccc; padding:10px 20px; font-size:14px}
.style1{ color:#F00}
@media screen and (max-width: 760px){
.btmBar{display:none !important}
#downloadReset{width: 62%;
    margin-top: 10px;
}
.formcontent{width:100%}
.mL20{margin-left:0px;}
}
div#itom-fwa-lhs {
    display: none;
}

.rhs-cont {
    width: auto;
    border: none;
}
