.view.view-download-company-excel .table-data, .view.view-download-company-excel .item-list, .view.view-download-company-csa-excel .table-data, .view.view-download-company-csa-excel .item-list, .view.view-download-company-csa-excel .feed-icon  {
    display: none;
}
.views-data-export-feed .feed-icon{
	display: inline !important;
}

#hitachi-exportdata-company-config #edit-submit{
	margin-top: 55px;
}


#hitachi-exportdata-company-config {
    margin-top: 30px;
}
#hitachi-exportdata-company-config .form-item.form-type-checkbox {
    width: 45%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}


/*--- for check box Start----*/


#hitachi-exportdata-company-config .form-type-checkbox {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 12px;
    /* cursor: pointer; */
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	letter-spacing: 0.5px;
}

#hitachi-exportdata-company-config .form-type-checkbox label{
	cursor: pointer;
	font-size: 14px !important;
    font-weight: 500!important;
}
#hitachi-exportdata-company-config .form-type-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 7px;
    height: 15px;
    width: 15px;
    z-index: 99999999;
    top: 14px;
}


.checkmark {
     position: absolute;
    top: 10px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    z-index: 9999999;
    border: 3px solid #D5D5D5;
    border-radius: 4px;
}


/* .comp-info .form-type-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
} */


#hitachi-exportdata-company-config .form-type-checkbox input:checked ~ .checkmark {
    background-color: #CC0000;
}


.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


#hitachi-exportdata-company-config .form-type-checkbox input:checked ~ .checkmark:after {
    display: block;
}


#hitachi-exportdata-company-config .form-type-checkbox .checkmark:after {
    left: 5px;
    top: 3px;
    width: 2px;
    height: 6px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*--- for check box End----*/
@media(max-width:901px){
    #hitachi-exportdata-company-config .form-item.form-type-checkbox {
    width: 32.33%;
    }
}

@media (max-width: 767px){
#hitachi-info-company-config .form-item.form-type-checkbox {
    width: 100%;
    }
}
@media (max-width: 500px){
/* #hitachi-exportdata-company-config .form-item.form-type-checkbox {
    width: 100%;
    } */
    #hitachi-exportdata-company-config .form-item.form-type-checkbox {
    width: 85%;
}
    #hitachi-exportdata-company-config .form-type-checkbox label {
    cursor: pointer;
    font-size: 15px !important;
}

}    